Plugin Directory

Changeset 3106747


Ignore:
Timestamp:
06/24/2024 03:04:27 PM (20 months ago)
Author:
contractorcommerce
Message:

Update tag

Location:
contractor-commerce-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contractor-commerce-integration/trunk/contractor-commerce.php

    r3097295 r3106747  
    1717 * Plugin URI:        https://bitbucket.org/hvactechnologies/contractor-commerce-integration
    1818 * Description:       Adds Contractor Commerce to your site.
    19  * Version:           1.1.3
     19 * Version:           1.1.4
    2020 * Author:            Contractor Commerce
    2121 * Author URI:        https://www.contractorcommerce.com/
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'CONTRACTOR_COMMERCE_VERSION', '1.1.3' );
     40define( 'CONTRACTOR_COMMERCE_VERSION', '1.1.4' );
    4141
    4242/**
  • contractor-commerce-integration/trunk/includes/class-contractor-commerce.php

    r3097295 r3106747  
    7171            $this->version = CONTRACTOR_COMMERCE_VERSION;
    7272        } else {
    73             $this->version = '1.1.3';
     73            $this->version = '1.1.4';
    7474        }
    7575        $this->plugin_name = 'contractor-commerce';
Note: See TracChangeset for help on using the changeset viewer.