Plugin Directory

Changeset 3325813


Ignore:
Timestamp:
07/10/2025 03:39:08 PM (9 months ago)
Author:
sjcope
Message:

Add another split

Location:
consignment-store-for-woocommerce
Files:
58 added
4 edited

Legend:

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

    r3324462 r3325813  
    44Tags: consignment store, consignment for WooCommerce
    55Tested up to: 6.8
    6 Stable tag: 2.2
     6Stable tag: 2.3
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7575
    7676== Changelog ==
     77= 2.3 =
     78* Add another split.
     79
    7780= 2.2 =
    7881* Fix documentation regarding shortcode. 
     
    148151
    149152== Upgrade Notice ==
     153= 2.3 =
     154* Add another split. Update when convenient.
     155
    150156= 2.2 =
    151157* Fix documentation regarding shortcode. Update as soon as possible.
  • consignment-store-for-woocommerce/trunk/cws-consignment.php

    r3324462 r3325813  
    1919 * Requires at least: 6.3
    2020 * Requires PHP:      8.0
    21  * Version:           2.2
     21 * Version:           2.3
    2222 * Author:            Charlene's Web Services
    2323 * Author URI:        https://charlenesweb.ca
     
    3636 * First release 1.0.0 and then using SemVer - https://semver.org X.Y.Z (Major.Minor.Patch)
    3737 */
    38 define( 'CWS_CONSIGNMENT_VERSION', '2.2' );
     38define( 'CWS_CONSIGNMENT_VERSION', '2.3' );
    3939define('CWSCS_SRC_DIR', dirname(__FILE__) );
    4040/**
  • consignment-store-for-woocommerce/trunk/includes/class-cws-consignment.php

    r3324462 r3325813  
    7272            $this->version = CWS_CONSIGNMENT_VERSION;
    7373        } else {
    74             $this->version = '2.2';
     74            $this->version = '2.3';
    7575        }
    7676        $this->plugin_name = 'cws-consignment';
  • consignment-store-for-woocommerce/trunk/public/class-cws-consignment-public.php

    r3312681 r3325813  
    907907    $splits = array(50=>'50 / 50 (default)',
    908908                    100=>"100 for store / 0 to seller (donated item)",
     909                    85=>"85% for store / 15% to seller",
    909910                    75=>"75% for store / 25% to seller",
    910911                    25=>"25% for store / 75% to seller",
Note: See TracChangeset for help on using the changeset viewer.