Plugin Directory

Changeset 3042979


Ignore:
Timestamp:
02/29/2024 09:00:12 AM (2 years ago)
Author:
contractorcommerce
Message:

Update tag

Location:
contractor-commerce-integration/tags/1.0.9
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contractor-commerce-integration/tags/1.0.9/README.txt

    r3042956 r3042979  
    44Requires at least: 3.0.1
    55Tested up to: 6.3
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
  • contractor-commerce-integration/tags/1.0.9/contractor-commerce.php

    r3042938 r3042979  
    1717 * Plugin URI:        https://bitbucket.org/hvactechnologies/contractor-commerce-integration
    1818 * Description:       Adds Contractor Commerce to your site.
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    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.0' );
     40define( 'CONTRACTOR_COMMERCE_VERSION', '1.1.1' );
    4141
    4242/**
  • contractor-commerce-integration/tags/1.0.9/includes/class-contractor-commerce.php

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