Changeset 3324462
- Timestamp:
- 07/08/2025 03:59:07 PM (9 months ago)
- Location:
- consignment-store-for-woocommerce
- Files:
-
- 58 added
- 5 edited
-
tags/2.2 (added)
-
tags/2.2/README.txt (added)
-
tags/2.2/admin (added)
-
tags/2.2/admin/_notes (added)
-
tags/2.2/admin/_notes/dwsync.xml (added)
-
tags/2.2/admin/class-cws-consignment-admin.php (added)
-
tags/2.2/admin/css (added)
-
tags/2.2/admin/css/_notes (added)
-
tags/2.2/admin/css/_notes/dwsync.xml (added)
-
tags/2.2/admin/css/cws-consignment-admin.css (added)
-
tags/2.2/admin/index.php (added)
-
tags/2.2/admin/js (added)
-
tags/2.2/admin/js/_notes (added)
-
tags/2.2/admin/js/_notes/dwsync.xml (added)
-
tags/2.2/admin/js/cws-consignment-admin.js (added)
-
tags/2.2/admin/partials (added)
-
tags/2.2/admin/partials/_notes (added)
-
tags/2.2/admin/partials/_notes/dwsync.xml (added)
-
tags/2.2/admin/partials/cws-consignment-admin-display.php (added)
-
tags/2.2/admin/partials/cwscs-consignment.jpg (added)
-
tags/2.2/cws-consignment.php (added)
-
tags/2.2/img (added)
-
tags/2.2/includes (added)
-
tags/2.2/includes/_notes (added)
-
tags/2.2/includes/_notes/dwsync.xml (added)
-
tags/2.2/includes/class-cws-consignment-activator.php (added)
-
tags/2.2/includes/class-cws-consignment-deactivator.php (added)
-
tags/2.2/includes/class-cws-consignment-loader.php (added)
-
tags/2.2/includes/class-cws-consignment.php (added)
-
tags/2.2/includes/index.php (added)
-
tags/2.2/index.php (added)
-
tags/2.2/js (added)
-
tags/2.2/js/_notes (added)
-
tags/2.2/js/_notes/dwsync.xml (added)
-
tags/2.2/js/cws_custom.js (added)
-
tags/2.2/languages (added)
-
tags/2.2/languages/_notes (added)
-
tags/2.2/languages/_notes/dwsync.xml (added)
-
tags/2.2/languages/cws-consignment.pot (added)
-
tags/2.2/public (added)
-
tags/2.2/public/_notes (added)
-
tags/2.2/public/_notes/dwsync.xml (added)
-
tags/2.2/public/class-cws-consignment-public.php (added)
-
tags/2.2/public/css (added)
-
tags/2.2/public/css/_notes (added)
-
tags/2.2/public/css/_notes/dwsync.xml (added)
-
tags/2.2/public/css/cws-consignment-public.css (added)
-
tags/2.2/public/index.php (added)
-
tags/2.2/public/js (added)
-
tags/2.2/public/js/_notes (added)
-
tags/2.2/public/js/_notes/dwsync.xml (added)
-
tags/2.2/public/js/cws-consignment-public-with-resize.js (added)
-
tags/2.2/public/js/cws-consignment-public.js (added)
-
tags/2.2/public/partials (added)
-
tags/2.2/public/partials/_notes (added)
-
tags/2.2/public/partials/_notes/dwsync.xml (added)
-
tags/2.2/public/partials/cws-consignment-public-display.php (added)
-
tags/2.2/uninstall.php (added)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/admin/class-cws-consignment-admin.php (modified) (2 diffs)
-
trunk/admin/partials/cws-consignment-admin-display.php (modified) (1 diff)
-
trunk/cws-consignment.php (modified) (2 diffs)
-
trunk/includes/class-cws-consignment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
consignment-store-for-woocommerce/trunk/README.txt
r3312681 r3324462 4 4 Tags: consignment store, consignment for WooCommerce 5 5 Tested up to: 6.8 6 Stable tag: 2. 16 Stable tag: 2.2 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 1. Move the folder "cws-consignment" to the "wp-content/plugins/" directory of your WordPress installation, e.g. via FTP. 45 45 1. Activate the plugin "CWS Consignment Store" on the "Plugins" screen of your WordPress Dashboard. 46 1. Create a page for potential Sellers to submit their items and add the shortcode [ cwscs_additemform]46 1. Create a page for potential Sellers to submit their items and add the shortcode [additemform] 47 47 1. Review the submitted items in the WordPress admin area. 48 48 … … 55 55 = How do I add a SKU to the item? = 56 56 57 If you are logged in to your site, go to the page where you have included the [ cwscs_additemform] shortcode and you will see SKU as the first input field.57 If you are logged in to your site, go to the page where you have included the [additemform] shortcode and you will see SKU as the first input field. 58 58 59 59 = Do SKU's have to be unique? = … … 75 75 76 76 == Changelog == 77 = 2.2 = 78 * Fix documentation regarding shortcode. 79 77 80 = 2.1 = 78 81 * Cleanup and update old code. Add more warning and error messages to image uploads. … … 145 148 146 149 == Upgrade Notice == 150 = 2.2 = 151 * Fix documentation regarding shortcode. Update as soon as possible. 152 147 153 = 2.1 = 148 154 * Cleanup and update old code. Add more warning and error messages to image uploads. Update as soon as convenient. -
consignment-store-for-woocommerce/trunk/admin/class-cws-consignment-admin.php
r3312681 r3324462 53 53 $this->plugin_name = $cws_consignment; 54 54 $this->version = $version; 55 add_action( 'init', array( $this, 'init_ajax' ), 20 );56 55 } 57 56 … … 98 97 } 99 98 public function init_ajax() { 100 add_shortcode( 'cwscs_additemform', array($this, 'additemform_func') );99 //add_shortcode( 'cwscs_additemform', array($this, 'additemform_func') ); 101 100 } 102 101 // Log errors -
consignment-store-for-woocommerce/trunk/admin/partials/cws-consignment-admin-display.php
r3312681 r3324462 533 533 <ol> 534 534 <li>Create a page</li> 535 <li>Add shortcode <pre>[ cwscs_additemform]</pre></li>535 <li>Add shortcode <pre>[additemform]</pre></li> 536 536 <li>That is it!</li> 537 537 </ol> -
consignment-store-for-woocommerce/trunk/cws-consignment.php
r3312681 r3324462 19 19 * Requires at least: 6.3 20 20 * Requires PHP: 8.0 21 * Version: 2. 121 * Version: 2.2 22 22 * Author: Charlene's Web Services 23 23 * Author URI: https://charlenesweb.ca … … 36 36 * First release 1.0.0 and then using SemVer - https://semver.org X.Y.Z (Major.Minor.Patch) 37 37 */ 38 define( 'CWS_CONSIGNMENT_VERSION', '2. 1' );38 define( 'CWS_CONSIGNMENT_VERSION', '2.2' ); 39 39 define('CWSCS_SRC_DIR', dirname(__FILE__) ); 40 40 /** -
consignment-store-for-woocommerce/trunk/includes/class-cws-consignment.php
r3312681 r3324462 72 72 $this->version = CWS_CONSIGNMENT_VERSION; 73 73 } else { 74 $this->version = '2. 1';74 $this->version = '2.2'; 75 75 } 76 76 $this->plugin_name = 'cws-consignment';
Note: See TracChangeset
for help on using the changeset viewer.