Plugin Directory

Changeset 3011051


Ignore:
Timestamp:
12/17/2023 05:54:31 PM (2 years ago)
Author:
termageddon
Message:

[1.3.7] Wordpress v6.4.2 support

Location:
termageddon-usercentrics
Files:
3 edited
64 copied

Legend:

Unmodified
Added
Removed
  • termageddon-usercentrics/tags/1.3.7/README.txt

    r2976730 r3011051  
    44Tags: termageddon, cookie, consent, embed
    55Requires at least: 3.0.1
    6 Tested up to: 6.2.2
    7 Stable tag: 1.3.6
     6Tested up to: 6.4.2
     7Stable tag: 1.3.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28
     29= 1.3.7 =
     30
     31-   [ADD] Added support for WordPress v6.4.2
     32-   [ADD] Added support for usercentrics data-version attribute in embed code.
    2833
    2934= 1.3.6 =
  • termageddon-usercentrics/tags/1.3.7/public/class-termageddon-usercentrics-public.php

    r2976730 r3011051  
    6060            'data-settings-id'  => array(),
    6161            'data-usercentrics' => array(),
     62            'data-version'      => array(),
    6263            'async'             => array(),
    6364        ),
  • termageddon-usercentrics/tags/1.3.7/termageddon-usercentrics.php

    r2976730 r3011051  
    1515 * Plugin Name:       Termageddon + Usercentrics
    1616 * Description:       Easily integrate the Usercentrics consent solution into your website while controlling visibility for logged in users and admins.
    17  * Version:           1.3.6
     17 * Version:           1.3.7
    1818 * Author:            Termageddon
    1919 * Author URI:        https://termageddon.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.3.6' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.3.7' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
  • termageddon-usercentrics/trunk/README.txt

    r2976730 r3011051  
    44Tags: termageddon, cookie, consent, embed
    55Requires at least: 3.0.1
    6 Tested up to: 6.2.2
    7 Stable tag: 1.3.6
     6Tested up to: 6.4.2
     7Stable tag: 1.3.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28
     29= 1.3.7 =
     30
     31-   [ADD] Added support for WordPress v6.4.2
     32-   [ADD] Added support for usercentrics data-version attribute in embed code.
    2833
    2934= 1.3.6 =
  • termageddon-usercentrics/trunk/public/class-termageddon-usercentrics-public.php

    r2976730 r3011051  
    6060            'data-settings-id'  => array(),
    6161            'data-usercentrics' => array(),
     62            'data-version'      => array(),
    6263            'async'             => array(),
    6364        ),
  • termageddon-usercentrics/trunk/termageddon-usercentrics.php

    r2976730 r3011051  
    1515 * Plugin Name:       Termageddon + Usercentrics
    1616 * Description:       Easily integrate the Usercentrics consent solution into your website while controlling visibility for logged in users and admins.
    17  * Version:           1.3.6
     17 * Version:           1.3.7
    1818 * Author:            Termageddon
    1919 * Author URI:        https://termageddon.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.3.6' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.3.7' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset for help on using the changeset viewer.