Plugin Directory

Changeset 3206866


Ignore:
Timestamp:
12/12/2024 10:34:27 AM (14 months ago)
Author:
axeptio
Message:

version 2.5.3 release

Location:
axeptio-sdk-integration
Files:
1504 added
3 edited

Legend:

Unmodified
Added
Removed
  • axeptio-sdk-integration/trunk/axeptio-wordpress-plugin.php

    r3206185 r3206866  
    44    Plugin URI: https://www.axeptio.eu/
    55    Description: Axeptio allows you to make your website compliant with GDPR.
    6     Version: 2.5.2
     6    Version: 2.5.3
    77    Author: axeptio
    88    License: GPLv3
     
    1414use Axeptio\Plugin\Models\Settings;
    1515
    16 define( 'XPWP_VERSION', '2.5.1' );
     16define( 'XPWP_VERSION', '2.5.3' );
    1717define( 'XPWP_URL', plugin_dir_url( __FILE__ ) );
    1818define( 'XPWP_PATH', plugin_dir_path( __FILE__ ) );
  • axeptio-sdk-integration/trunk/includes/core.php

    r3206185 r3206866  
    181181function admin_scripts() {
    182182    $screen = get_current_screen();
    183     if ( 'toplevel_page_axeptio-wordpress-plugin' != $screen->id ) {
     183
     184    if (!str_contains($screen->id, 'axeptio-')) {
    184185        return;
    185186    }
     187
    186188    wp_enqueue_media();
    187189    wp_enqueue_script(
  • axeptio-sdk-integration/trunk/readme.txt

    r3206185 r3206866  
    44Requires at least: 5.0
    55Tested up to: 6.5.5
    6 Stable tag: 2.5.2
     6Stable tag: 2.5.3
    77Requires PHP: 7.4
    88License: GPLv3
     
    8585== Changelog ==
    8686
     87### 🐞 2.5.3 🐞 ###
     88
     89Hotfix for Alpine library load
     90
    8791### 🌟 2.5.2 🌟 ###
    8892
Note: See TracChangeset for help on using the changeset viewer.