Plugin Directory


Ignore:
Timestamp:
11/18/2024 08:47:16 PM (16 months ago)
Author:
termageddon
Message:

Bump 1.5.4

Location:
termageddon-usercentrics
Files:
154 added
2 edited

Legend:

Unmodified
Added
Removed
  • termageddon-usercentrics/trunk/README.txt

    r3191619 r3191623  
    55Requires at least: 3.0.1
    66Tested up to: 6.7
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28
     29= 1.5.4 =
     30
     31-   [FIX] Fixed an issue in which older sites were not compatible with the composer autoloader.
    2832
    2933= 1.5.2 =
  • termageddon-usercentrics/trunk/termageddon-usercentrics.php

    r3191619 r3191623  
    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.5.2
     17 * Version:           1.5.4
    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.5.2' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.5.4' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset for help on using the changeset viewer.