Plugin Directory

Changeset 3066932


Ignore:
Timestamp:
04/08/2024 12:37:38 PM (2 years ago)
Author:
crowdfavorite
Message:

1.0.5

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

Legend:

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

    r2925453 r3066932  
    33Tags: dxp toolkit, personalization, adaptive content, dynamic content, replace content, website personalization, conversion, crowd favorite, dynamic web content, website customization
    44Requires at least: 5.0.0
    5 Tested up to: 6.2.2
    6 Stable tag: 1.0.4
     5Tested up to: 6.5
     6Stable tag: 1.0.5
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.0.5 =
     135 - compatibility with latest WordPress
     136
    134137= 1.0.4 =
    135138 - hotfix undefined const
  • dxp-toolkit/tags/1.0.5/dxp-toolkit.php

    r2925453 r3066932  
    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.4
     9 * Version:           1.0.5
    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.4');
     36define('DXPTK_CORE_PLUGIN_VERSION', '1.0.5');
    3737define('DXPTK_CORE_CPT_CONDITION', 'cf_cc_condition');
    3838define('DXPTK_CORE_PAGE_SLUG', 'dxp-toolkit');
  • dxp-toolkit/trunk/README.txt

    r2925453 r3066932  
    33Tags: dxp toolkit, personalization, adaptive content, dynamic content, replace content, website personalization, conversion, crowd favorite, dynamic web content, website customization
    44Requires at least: 5.0.0
    5 Tested up to: 6.2.2
    6 Stable tag: 1.0.4
     5Tested up to: 6.5
     6Stable tag: 1.0.5
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
     
    132132
    133133== Changelog ==
     134= 1.0.5 =
     135 - compatibility with latest WordPress
     136
    134137= 1.0.4 =
    135138 - hotfix undefined const
  • dxp-toolkit/trunk/dxp-toolkit.php

    r2925453 r3066932  
    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.4
     9 * Version:           1.0.5
    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.4');
     36define('DXPTK_CORE_PLUGIN_VERSION', '1.0.5');
    3737define('DXPTK_CORE_CPT_CONDITION', 'cf_cc_condition');
    3838define('DXPTK_CORE_PAGE_SLUG', 'dxp-toolkit');
Note: See TracChangeset for help on using the changeset viewer.