Plugin Directory

Changeset 2925453


Ignore:
Timestamp:
06/13/2023 04:00:30 PM (3 years ago)
Author:
crowdfavorite
Message:

1.0.4

Location:
dxp-toolkit
Files:
4 deleted
3 edited
60 copied

Legend:

Unmodified
Added
Removed
  • dxp-toolkit/tags/1.0.4/README.txt

    r2923985 r2925453  
    44Requires at least: 5.0.0
    55Tested up to: 6.2.2
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.0.4 =
     135 - hotfix undefined const
     136
    134137= 1.0.3 =
    135138 - bug fixes
  • dxp-toolkit/tags/1.0.4/dxp-toolkit.php

    r2882109 r2925453  
    77 * Plugin URI:        https://crowdfavorite.com/products/dxp-toolkit/
    88 * Description:       Dynamic content for your user segments, ready to use with your preferred page builder. Personalization has never been easier!
    9  * Version:           1.0.3
     9 * Version:           1.0.4
    1010 * Author:            Crowd Favorite
    1111 * Text Domain:       dxp-toolkit
     
    3434define('DXPTK_CORE_PLUGIN_NAME', 'DXP ToolKit');
    3535define('DXPTK_CORE_PLUGIN_SLUG', 'dxp-toolkit');
    36 define('DXPTK_CORE_PLUGIN_VERSION', '1.0.3');
     36define('DXPTK_CORE_PLUGIN_VERSION', '1.0.4');
    3737define('DXPTK_CORE_CPT_CONDITION', 'cf_cc_condition');
    3838define('DXPTK_CORE_PAGE_SLUG', 'dxp-toolkit');
  • dxp-toolkit/tags/1.0.4/includes/class-telemetry.php

    r2882198 r2925453  
    4949use const DXPTK_CORE_PLUGIN_NAME;
    5050use const DXPTK_CORE_PLUGIN_VERSION;
    51 use const DXPTK_PAGE_SLUG;
    5251use const FILTER_SANITIZE_FULL_SPECIAL_CHARS;
    5352use const FILTER_VALIDATE_IP;
     
    122121        DXPTK_CORE_PAGE_SLUG
    123122      ) . '</p>';
    124     $msg .= esc_html__('Thank you for your support!', DXPTK_PAGE_SLUG);
     123    $msg .= esc_html__('Thank you for your support!', DXPTK_CORE_PAGE_SLUG);
    125124
    126125
  • dxp-toolkit/trunk/README.txt

    r2923985 r2925453  
    44Requires at least: 5.0.0
    55Tested up to: 6.2.2
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.0.4 =
     135 - hotfix undefined const
     136
    134137= 1.0.3 =
    135138 - bug fixes
  • dxp-toolkit/trunk/dxp-toolkit.php

    r2882109 r2925453  
    77 * Plugin URI:        https://crowdfavorite.com/products/dxp-toolkit/
    88 * Description:       Dynamic content for your user segments, ready to use with your preferred page builder. Personalization has never been easier!
    9  * Version:           1.0.3
     9 * Version:           1.0.4
    1010 * Author:            Crowd Favorite
    1111 * Text Domain:       dxp-toolkit
     
    3434define('DXPTK_CORE_PLUGIN_NAME', 'DXP ToolKit');
    3535define('DXPTK_CORE_PLUGIN_SLUG', 'dxp-toolkit');
    36 define('DXPTK_CORE_PLUGIN_VERSION', '1.0.3');
     36define('DXPTK_CORE_PLUGIN_VERSION', '1.0.4');
    3737define('DXPTK_CORE_CPT_CONDITION', 'cf_cc_condition');
    3838define('DXPTK_CORE_PAGE_SLUG', 'dxp-toolkit');
  • dxp-toolkit/trunk/includes/class-telemetry.php

    r2882198 r2925453  
    4949use const DXPTK_CORE_PLUGIN_NAME;
    5050use const DXPTK_CORE_PLUGIN_VERSION;
    51 use const DXPTK_PAGE_SLUG;
    5251use const FILTER_SANITIZE_FULL_SPECIAL_CHARS;
    5352use const FILTER_VALIDATE_IP;
     
    122121        DXPTK_CORE_PAGE_SLUG
    123122      ) . '</p>';
    124     $msg .= esc_html__('Thank you for your support!', DXPTK_PAGE_SLUG);
     123    $msg .= esc_html__('Thank you for your support!', DXPTK_CORE_PAGE_SLUG);
    125124
    126125
Note: See TracChangeset for help on using the changeset viewer.