Changeset 2897206
- Timestamp:
- 04/11/2023 12:59:16 PM (3 years ago)
- Location:
- floating-wishlist-for-woo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-woo-floating-wishlist.php (modified) (1 diff)
-
woo-floating-wishlist.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-wishlist-for-woo/trunk/README.txt
r2670106 r2897206 3 3 Tags: woocommerce, woo, e-commerce, wishlist, bookmark, simple 4 4 Requires at least: 5.0.1 5 Tested up to: 5.96 Stable tag: 1. 0.15 Tested up to: 6.2 6 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 1.2 = 42 * WP 6.2 Compatibility issues resolved 43 41 44 = 1.0.1 = 42 45 * Minor updates to match WP.org requirements -
floating-wishlist-for-woo/trunk/includes/class-woo-floating-wishlist.php
r2334037 r2897206 71 71 $this->version = WOO_FLOATING_WISHLIST_VERSION; 72 72 } else { 73 $this->version = '1. 0.1';73 $this->version = '1.2'; 74 74 } 75 75 $this->plugin_name = 'woo-floating-wishlist'; -
floating-wishlist-for-woo/trunk/woo-floating-wishlist.php
r2334037 r2897206 17 17 * Plugin URI: https://wordpress.org/plugins/floating-wishlist-for-woo/ 18 18 * Description: Simple to install, Always on Display WishList plugin for your WooCommerce store. 19 * Version: 1. 0.119 * Version: 1.2 20 20 * Author: Taras Sych 21 21 * Author URI: mailto:taras.sych@gmail.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WOO_FLOATING_WISHLIST_VERSION', '1. 0.1' );38 define( 'WOO_FLOATING_WISHLIST_VERSION', '1.2' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.