Changeset 3116667
- Timestamp:
- 07/11/2024 08:02:50 PM (21 months ago)
- Location:
- consignment-store-for-woocommerce
- Files:
-
- 36 added
- 3 edited
-
tags/1.7.9 (added)
-
tags/1.7.9/README.txt (added)
-
tags/1.7.9/admin (added)
-
tags/1.7.9/admin/class-cws-consignment-admin.php (added)
-
tags/1.7.9/admin/css (added)
-
tags/1.7.9/admin/css/cws-consignment-admin.css (added)
-
tags/1.7.9/admin/index.php (added)
-
tags/1.7.9/admin/js (added)
-
tags/1.7.9/admin/js/cws-consignment-admin.js (added)
-
tags/1.7.9/admin/partials (added)
-
tags/1.7.9/admin/partials/cws-consignment-admin-display.php (added)
-
tags/1.7.9/admin/partials/cwscs-consignment.jpg (added)
-
tags/1.7.9/cws-consignment.php (added)
-
tags/1.7.9/img (added)
-
tags/1.7.9/includes (added)
-
tags/1.7.9/includes/class-cws-consignment-activator.php (added)
-
tags/1.7.9/includes/class-cws-consignment-deactivator.php (added)
-
tags/1.7.9/includes/class-cws-consignment-i18n.php (added)
-
tags/1.7.9/includes/class-cws-consignment-loader.php (added)
-
tags/1.7.9/includes/class-cws-consignment.php (added)
-
tags/1.7.9/includes/index.php (added)
-
tags/1.7.9/index.php (added)
-
tags/1.7.9/js (added)
-
tags/1.7.9/js/cws_custom.js (added)
-
tags/1.7.9/languages (added)
-
tags/1.7.9/languages/cws-consignment.pot (added)
-
tags/1.7.9/public (added)
-
tags/1.7.9/public/class-cws-consignment-public.php (added)
-
tags/1.7.9/public/css (added)
-
tags/1.7.9/public/css/cws-consignment-public.css (added)
-
tags/1.7.9/public/index.php (added)
-
tags/1.7.9/public/js (added)
-
tags/1.7.9/public/js/cws-consignment-public.js (added)
-
tags/1.7.9/public/partials (added)
-
tags/1.7.9/public/partials/cws-consignment-public-display.php (added)
-
tags/1.7.9/uninstall.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/cws-consignment.php (modified) (1 diff)
-
trunk/includes/class-cws-consignment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
consignment-store-for-woocommerce/trunk/README.txt
r3051874 r3116667 3 3 Donate link: https://charlenesweb.ca/donate/ 4 4 Tags: consignment store, consignment for WooCommerce 5 Requires at least: 5.85 Requires at least: 6.5.5 6 6 Requires PHP: 7.4 7 Tested up to: 6. 4.28 Stable tag: 1.7. 87 Tested up to: 6.6 8 Stable tag: 1.7.9 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == Changelog == 79 = 1.7.9 = 80 * Go through WP 6.6 compatibility requirements. No changes required. 81 79 82 = 1.7.8 = 80 83 * Always show store policy if it exists … … 132 135 133 136 == Upgrade Notice == 137 = 1.7.9 = 138 * Tag update. Update version when convenient. 139 134 140 = 1.7.8 = 135 141 * Always show store policy if it exists. Update when convenient. -
consignment-store-for-woocommerce/trunk/cws-consignment.php
r3051874 r3116667 17 17 * Plugin URI: https://charlenesweb.ca/ 18 18 * Description: Consignment Store for WooCommerce 19 * Version: 1.7. 819 * Version: 1.7.9 20 20 * Author: Charlene's Web Services 21 21 * Author URI: https://charlenesweb.ca/plugins -
consignment-store-for-woocommerce/trunk/includes/class-cws-consignment.php
r3051874 r3116667 71 71 $this->version = PLUGIN_NAME_VERSION; 72 72 } else { 73 $this->version = '1.7. 8';73 $this->version = '1.7.9'; 74 74 } 75 75 $this->plugin_name = 'cws-consignment';
Note: See TracChangeset
for help on using the changeset viewer.