Plugin Directory

Changeset 2897206


Ignore:
Timestamp:
04/11/2023 12:59:16 PM (3 years ago)
Author:
cayenne
Message:

1.2 ver compatibility modes

Location:
floating-wishlist-for-woo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • floating-wishlist-for-woo/trunk/README.txt

    r2670106 r2897206  
    33Tags: woocommerce, woo, e-commerce, wishlist, bookmark, simple
    44Requires at least: 5.0.1
    5 Tested up to: 5.9
    6 Stable tag: 1.0.1
     5Tested up to: 6.2
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
     41= 1.2 =
     42* WP 6.2 Compatibility issues resolved
     43
    4144= 1.0.1 =
    4245* Minor updates to match WP.org requirements
  • floating-wishlist-for-woo/trunk/includes/class-woo-floating-wishlist.php

    r2334037 r2897206  
    7171            $this->version = WOO_FLOATING_WISHLIST_VERSION;
    7272        } else {
    73             $this->version = '1.0.1';
     73            $this->version = '1.2';
    7474        }
    7575        $this->plugin_name = 'woo-floating-wishlist';
  • floating-wishlist-for-woo/trunk/woo-floating-wishlist.php

    r2334037 r2897206  
    1717 * Plugin URI:        https://wordpress.org/plugins/floating-wishlist-for-woo/
    1818 * Description:       Simple to install, Always on Display WishList plugin for your WooCommerce store.
    19  * Version:           1.0.1
     19 * Version:           1.2
    2020 * Author:            Taras Sych
    2121 * Author URI:        mailto:taras.sych@gmail.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WOO_FLOATING_WISHLIST_VERSION', '1.0.1' );
     38define( 'WOO_FLOATING_WISHLIST_VERSION', '1.2' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.