Plugin Directory

Changeset 2631576


Ignore:
Timestamp:
11/17/2021 04:22:53 PM (4 years ago)
Author:
impacttechpartners
Message:

release version 1.0.14 - fix for missing irclickid

Location:
impact-partnership-cloud
Files:
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • impact-partnership-cloud/tags/1.0.14/changelog.txt

    r2627484 r2631576  
    11*** Impact Partnership Cloud ***
     2
     32021-11-17 - version 1.0.14
     4 * Fix - Fixed impact-utt-script-getclickid not loading correctly
    25
    362021-11-10 - version 1.0.13
  • impact-partnership-cloud/tags/1.0.14/impact.php

    r2627484 r2631576  
    33 * Plugin Name:       Impact: Partnership Cloud
    44 * Description:       Partnership cloud app plugin for Woocomerce that tracks every conversion made trough one of Impact's referral links.
    5  * Version:           1.0.13
     5 * Version:           1.0.14
    66 * Requires at least: 5.0
    77 * Requires PHP:      7.0
     
    3131     * @var string
    3232     */
    33     private $version = '1.0.13';
     33    private $version = '1.0.14';
    3434    /**
    3535     * Singleton instance of the plugin
     
    476476        if ( is_checkout() ) {
    477477            wp_enqueue_script(
    478                 'impact-utt-script',
     478                'impact-utt-script-getclickid',
    479479                plugins_url( '/js/scripts/impact-utt-getclickid.js', __FILE__ ),
    480480                array(),
  • impact-partnership-cloud/tags/1.0.14/readme.txt

    r2627484 r2631576  
    44Tested up to: 5.8
    55Requires PHP: 7.0
    6 Stable tag: 1.0.13
     6Stable tag: 1.0.14
    77License: GPLv2 or later License
    88URI: http://www.gnu.org/licenses/gpl-2.0.html
  • impact-partnership-cloud/trunk/changelog.txt

    r2627484 r2631576  
    11*** Impact Partnership Cloud ***
     2
     32021-11-17 - version 1.0.14
     4 * Fix - Fixed impact-utt-script-getclickid not loading correctly
    25
    362021-11-10 - version 1.0.13
  • impact-partnership-cloud/trunk/impact.php

    r2627484 r2631576  
    33 * Plugin Name:       Impact: Partnership Cloud
    44 * Description:       Partnership cloud app plugin for Woocomerce that tracks every conversion made trough one of Impact's referral links.
    5  * Version:           1.0.13
     5 * Version:           1.0.14
    66 * Requires at least: 5.0
    77 * Requires PHP:      7.0
     
    3131     * @var string
    3232     */
    33     private $version = '1.0.13';
     33    private $version = '1.0.14';
    3434    /**
    3535     * Singleton instance of the plugin
     
    476476        if ( is_checkout() ) {
    477477            wp_enqueue_script(
    478                 'impact-utt-script',
     478                'impact-utt-script-getclickid',
    479479                plugins_url( '/js/scripts/impact-utt-getclickid.js', __FILE__ ),
    480480                array(),
  • impact-partnership-cloud/trunk/readme.txt

    r2627484 r2631576  
    44Tested up to: 5.8
    55Requires PHP: 7.0
    6 Stable tag: 1.0.13
     6Stable tag: 1.0.14
    77License: GPLv2 or later License
    88URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.