Skip to content

Commit

Permalink
Fix - Close button is not always horizontally centered
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Mar 17, 2023
1 parent cc37226 commit 4e72180
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions popup-notices-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pop-up Notices for WooCommerce
* Plugin URI: https://wordpress.org/plugins/popup-notices-for-woocommerce
* Description: Turn your WooCommerce Notices into Popups
* Version: 1.4.0
* Version: 1.4.1
* Author: WPFactory
* Author URI: https://wpfactory.com
* License: GNU General Public License v3.0
Expand All @@ -12,7 +12,7 @@
* Domain Path: /src/languages
* Copyright: © 2023 WPFactory
* WC requires at least: 3.0.0
* WC tested up to: 7.3
* WC tested up to: 7.5
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpcodefactory,karzin
Tags: popup,notices,woocommerce,notice,modal
Requires at least: 4.4
Tested up to: 6.1
Stable tag: 1.4.0
Stable tag: 1.4.1
Requires PHP: 5.6.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -99,6 +99,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

== Changelog ==

= 1.4.1 - 17/03/2023 =
* Fix - Close button is not always horizontally centered.
* WC tested up to: 7.5

= 1.4.0 - 13/02/2023 =
* Add Russian translation.

Expand Down
6 changes: 4 additions & 2 deletions src/assets/dist/frontend/css/ttt-pnwc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/assets/dist/frontend/css/ttt-pnwc.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/dist/frontend/maps/ttt-pnwc.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/assets/src/frontend/scss/plugin/modules/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ button.ttt-pnwc-close {
filter: blur(.0px);
transform: translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;
text-align:center;
&:hover {
background-color: #eee;
color: #333;
Expand All @@ -192,6 +193,7 @@ button.ttt-pnwc-close {
}

.ttt-pnwc-header .ttt-pnwc-close:before {
position:relative;
content: "\2716";
font-size:20px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/src/frontend/scss/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Pop-up Notices for WooCommerce style
* Pop-up Notices for WooCommerce style.
*
* @version 1.1.3
* @version 1.4.1
* @since 1.0.0
* @author WPFactory
*/
Expand Down

0 comments on commit 4e72180

Please sign in to comment.