Plugin Directory

Changeset 3116667


Ignore:
Timestamp:
07/11/2024 08:02:50 PM (21 months ago)
Author:
sjcope
Message:

Ready for WP 6.6

Location:
consignment-store-for-woocommerce
Files:
36 added
3 edited

Legend:

Unmodified
Added
Removed
  • consignment-store-for-woocommerce/trunk/README.txt

    r3051874 r3116667  
    33Donate link: https://charlenesweb.ca/donate/
    44Tags: consignment store, consignment for WooCommerce
    5 Requires at least: 5.8
     5Requires at least: 6.5.5
    66Requires PHP: 7.4
    7 Tested up to: 6.4.2
    8 Stable tag: 1.7.8
     7Tested up to: 6.6
     8Stable tag: 1.7.9
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7777
    7878== Changelog ==
     79= 1.7.9 =
     80* Go through WP 6.6 compatibility requirements. No changes required.
     81
    7982= 1.7.8 =
    8083* Always show store policy if it exists
     
    132135
    133136== Upgrade Notice ==
     137= 1.7.9 =
     138* Tag update. Update version when convenient.
     139
    134140= 1.7.8 =
    135141* Always show store policy if it exists. Update when convenient.
  • consignment-store-for-woocommerce/trunk/cws-consignment.php

    r3051874 r3116667  
    1717 * Plugin URI:        https://charlenesweb.ca/
    1818 * Description:       Consignment Store for WooCommerce
    19  * Version:           1.7.8
     19 * Version:           1.7.9
    2020 * Author:            Charlene's Web Services
    2121 * Author URI:        https://charlenesweb.ca/plugins
  • consignment-store-for-woocommerce/trunk/includes/class-cws-consignment.php

    r3051874 r3116667  
    7171            $this->version = PLUGIN_NAME_VERSION;
    7272        } else {
    73             $this->version = '1.7.8';
     73            $this->version = '1.7.9';
    7474        }
    7575        $this->plugin_name = 'cws-consignment';
Note: See TracChangeset for help on using the changeset viewer.