Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Dec 14, 2023
1 parent 25e6fa2 commit ca1db2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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: Popups for WooCommerce: Add to Cart, Checkout & More
* Plugin URI: https://wordpress.org/plugins/popup-notices-for-woocommerce
* Description: Turn your WooCommerce Notices into Popups
* Version: 1.4.7-dev
* Version: 1.4.7
* 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: 8.1
* WC tested up to: 8.4
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmukherjeeli
Tags: popup,notices,woocommerce,notice,modal
Requires at least: 4.4
Tested up to: 6.3
Tested up to: 6.4
Stable tag: 1.4.7
Requires PHP: 5.6.0
License: GNU General Public License v3.0
Expand Down Expand Up @@ -99,6 +99,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

== Changelog ==

= 1.4.7 - 14/12/2023 =
* Add compatibility with HPOS.
* WC tested up to: 8.4.
* Tested up to: 6.4.

= 1.4.6 - 26/09/2023 =
* WC tested up to: 8.1.
* Update plugin icon, banner
Expand Down
4 changes: 2 additions & 2 deletions src/php/class-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Pop-up Notices for WooCommerce (TTT) - Core Class
*
* @version 1.4.5
* @version 1.4.7
* @since 1.0.0
* @author WPFactory
*/
Expand Down Expand Up @@ -86,7 +86,7 @@ public function get_plugin_dir() {
/**
* Initializes.
*
* @version 1.3.7
* @version 1.4.7
* @since 1.0.0
*
* @return Core
Expand Down

0 comments on commit ca1db2c

Please sign in to comment.