Changeset 3274983
- Timestamp:
- 04/16/2025 04:59:20 PM (12 months ago)
- Location:
- sell-on-consignment
- Files:
-
- 30 added
- 6 edited
-
tags/1.1 (added)
-
tags/1.1/README.txt (added)
-
tags/1.1/admin (added)
-
tags/1.1/admin/class-cwsoc-sell-admin.php (added)
-
tags/1.1/admin/css (added)
-
tags/1.1/admin/css/cwsoc-sell-admin.css (added)
-
tags/1.1/admin/index.php (added)
-
tags/1.1/admin/js (added)
-
tags/1.1/admin/js/cwsoc-sell-admin.js (added)
-
tags/1.1/admin/partials (added)
-
tags/1.1/admin/partials/cwsoc-sell-admin-display.php (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/class-cwsoc-sell-activator.php (added)
-
tags/1.1/includes/class-cwsoc-sell-deactivator.php (added)
-
tags/1.1/includes/class-cwsoc-sell-i18n.php (added)
-
tags/1.1/includes/class-cwsoc-sell-loader.php (added)
-
tags/1.1/includes/class-cwsoc-sell.php (added)
-
tags/1.1/includes/index.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/languages (added)
-
tags/1.1/public (added)
-
tags/1.1/public/class-cwsoc-sell-public.php (added)
-
tags/1.1/public/css (added)
-
tags/1.1/public/css/cwsoc-sell-public.css (added)
-
tags/1.1/public/index.php (added)
-
tags/1.1/public/js (added)
-
tags/1.1/public/js/cwsoc-sell-public.js (added)
-
tags/1.1/public/partials (added)
-
tags/1.1/public/partials/cwsoc-sell-public-display.php (added)
-
tags/1.1/sell-on-consignment.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/class-cwsoc-sell-admin.php (modified) (2 diffs)
-
trunk/includes/class-cwsoc-sell-activator.php (modified) (1 diff)
-
trunk/includes/class-cwsoc-sell.php (modified) (3 diffs)
-
trunk/public/class-cwsoc-sell-public.php (modified) (4 diffs)
-
trunk/sell-on-consignment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sell-on-consignment/trunk/README.txt
r3254349 r3274983 2 2 Contributors: charcope, sjcope 3 3 Tags: consignment, sell products on consignment 4 Tested up to: 6.75 Stable tag: 1. 04 Tested up to: 8 5 Stable tag: 1.1 6 6 License: GPLv2 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.1 = 51 Test with WP 6.8 52 50 53 = 1.0 = 51 54 Initial release … … 53 56 == Upgrade Notice == 54 57 58 = 1.1 = 59 Upgrade when possible 60 55 61 = 1.0 = 56 62 Initial release -
sell-on-consignment/trunk/admin/class-cwsoc-sell-admin.php
r3254349 r3274983 59 59 * Register the stylesheets for the admin area. 60 60 * 61 * @since 1.0 .061 * @since 1.0 62 62 */ 63 63 public function enqueue_styles() { … … 566 566 // validate 567 567 if (isset($_POST['post_id'])) { 568 check_admin_referer( 'save-product'.sanitize_text_field(wp_unslash($_POST['post_id'])), 'saveproductform');569 568 $post_id = sanitize_text_field(wp_unslash($_POST['post_id'])); 570 569 } -
sell-on-consignment/trunk/includes/class-cwsoc-sell-activator.php
r3254349 r3274983 5 5 * 6 6 * @link https://charlenesweb.ca/ 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Sell_On_Consignment -
sell-on-consignment/trunk/includes/class-cwsoc-sell.php
r3254349 r3274983 8 8 * 9 9 * @link https://charlenesweb.ca/ 10 * @since 1.0 .010 * @since 1.0 11 11 * 12 12 * @package CWSOC_Sell … … 63 63 $this->version = PLUGIN_NAME_VERSION; 64 64 } else { 65 $this->version = '1. 0';65 $this->version = '1.1'; 66 66 } 67 67 $this->plugin_name = 'sell-on-consignment'; … … 138 138 * of the plugin. 139 139 * 140 * @since 1.0 .0140 * @since 1.0 141 141 * @access private 142 142 */ -
sell-on-consignment/trunk/public/class-cwsoc-sell-public.php
r3254349 r3274983 45 45 * Initialize the class and set its properties. 46 46 * 47 * @since 1.0 .047 * @since 1.0 48 48 * @param string $sell_on_consignment The name of the plugin. 49 49 * @param string $version The version of this plugin. … … 59 59 * Register the stylesheets for the public-facing side of the site. 60 60 * 61 * @since 1.0 .061 * @since 1.0 62 62 */ 63 63 public function enqueue_styles() { … … 79 79 * Register the JavaScript for the public-facing side of the site. 80 80 * 81 * @since 1.0 .081 * @since 1.0 82 82 */ 83 83 public function enqueue_scripts() { … … 101 101 * Register public Shortcodes 102 102 * 103 * @since 1.0 .0103 * @since 1.0 104 104 */ 105 105 public function init_shortcodes() { -
sell-on-consignment/trunk/sell-on-consignment.php
r3254349 r3274983 10 10 * 11 11 * @link https://charlenesweb.ca/ 12 * @since 1. 012 * @since 1.1 13 13 * @package CWSOC_Sell 14 14 * … … 33 33 * First release 1.0.0 and then using SemVer - https://semver.org X.Y.Z (Major.Minor.Patch) 34 34 */ 35 define( 'CWSOC_SELL_VERSION', '1. 0' );35 define( 'CWSOC_SELL_VERSION', '1.1' ); 36 36 define('CWSOC_SELL_SRC_DIR', dirname(__FILE__) ); 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.