Changeset 3022695
- Timestamp:
- 01/17/2024 01:50:34 AM (2 years ago)
- Location:
- consignment-store-for-woocommerce
- Files:
-
- 36 added
- 3 edited
-
tags/1.7.6 (added)
-
tags/1.7.6/README.txt (added)
-
tags/1.7.6/admin (added)
-
tags/1.7.6/admin/class-cws-consignment-admin.php (added)
-
tags/1.7.6/admin/css (added)
-
tags/1.7.6/admin/css/cws-consignment-admin.css (added)
-
tags/1.7.6/admin/index.php (added)
-
tags/1.7.6/admin/js (added)
-
tags/1.7.6/admin/js/cws-consignment-admin.js (added)
-
tags/1.7.6/admin/partials (added)
-
tags/1.7.6/admin/partials/cws-consignment-admin-display.php (added)
-
tags/1.7.6/admin/partials/cwscs-consignment.jpg (added)
-
tags/1.7.6/cws-consignment.php (added)
-
tags/1.7.6/img (added)
-
tags/1.7.6/includes (added)
-
tags/1.7.6/includes/class-cws-consignment-activator.php (added)
-
tags/1.7.6/includes/class-cws-consignment-deactivator.php (added)
-
tags/1.7.6/includes/class-cws-consignment-i18n.php (added)
-
tags/1.7.6/includes/class-cws-consignment-loader.php (added)
-
tags/1.7.6/includes/class-cws-consignment.php (added)
-
tags/1.7.6/includes/index.php (added)
-
tags/1.7.6/index.php (added)
-
tags/1.7.6/js (added)
-
tags/1.7.6/js/cws_custom.js (added)
-
tags/1.7.6/languages (added)
-
tags/1.7.6/languages/cws-consignment.pot (added)
-
tags/1.7.6/public (added)
-
tags/1.7.6/public/class-cws-consignment-public.php (added)
-
tags/1.7.6/public/css (added)
-
tags/1.7.6/public/css/cws-consignment-public.css (added)
-
tags/1.7.6/public/index.php (added)
-
tags/1.7.6/public/js (added)
-
tags/1.7.6/public/js/cws-consignment-public.js (added)
-
tags/1.7.6/public/partials (added)
-
tags/1.7.6/public/partials/cws-consignment-public-display.php (added)
-
tags/1.7.6/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
r3022692 r3022695 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.4.2 8 Stable tag: 1.7. 58 Stable tag: 1.7.6 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.6 = 80 * Update version tag 81 79 82 = 1.7.5 = 80 83 * Fix for multisite … … 123 126 124 127 == Upgrade Notice == 128 = 1.7.6 = 129 * Update version tag 130 125 131 = 1.7.5 = 126 132 * Fix for multisite -
consignment-store-for-woocommerce/trunk/cws-consignment.php
r3022673 r3022695 17 17 * Plugin URI: https://charlenesweb.ca/ 18 18 * Description: Consignment Store for WooCommerce 19 * Version: 1.7. 319 * Version: 1.7.6 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
r3022692 r3022695 71 71 $this->version = PLUGIN_NAME_VERSION; 72 72 } else { 73 $this->version = '1.7. 5';73 $this->version = '1.7.6'; 74 74 } 75 75 $this->plugin_name = 'cws-consignment';
Note: See TracChangeset
for help on using the changeset viewer.