Plugin Directory

Changeset 3127920


Ignore:
Timestamp:
07/30/2024 07:55:35 AM (20 months ago)
Author:
axeptio
Message:

version 2.4.7 release

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

Legend:

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

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

    r3127421 r3127920  
    153153        } elseif ( $widget_image !== '' ) {
    154154            $widget_image_settings = $widget_image;
     155        } else {
     156            $widget_image_settings = $widget_image;
    155157        }
    156158
  • axeptio-sdk-integration/trunk/readme.txt

    r3127421 r3127920  
    44Requires at least: 5.0
    55Tested up to: 6.5.5
    6 Stable tag: 2.4.6
     6Stable tag: 2.4.7
    77Requires PHP: 7.4
    88License: GPLv3
     
    8585== Changelog ==
    8686
     87### 🐞 2.4.7 🐞 ###
     88
     89Hotfix for undefined variable
     90
    8791### 🚀 2.4.6 🚀 ###
    8892
Note: See TracChangeset for help on using the changeset viewer.