Plugin Directory

Changeset 2942350


Ignore:
Timestamp:
07/24/2023 07:53:57 AM (3 years ago)
Author:
ibamu
Message:

support to wp 6.3 bump to 1.0.26

Location:
ibamu
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ibamu/tags/1.0.26/ibamu.php

    r2912958 r2942350  
    77Plugin URI: https://lawwwing.com/
    88Description: Plugin todo en uno desarrollado por Lawwwing.com. Incluye las funcionalidades para ayudar a tu web a cumplir con las normativas RGPD, LOPDGDD, LSSI, LGDCU.
    9 Version: 1.0.24
     9Version: 1.0.26
    1010Author: ibamu
    1111Author URI: https://profiles.wordpress.org/ibamu/
     
    260260    $plugin_id = $options["ibamu_widget_uuid"];
    261261    $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js";
    262     wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.24");
     262    wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.26");
    263263}
    264264
  • ibamu/tags/1.0.26/readme.txt

    r2912958 r2942350  
    55Requires at least: 4.0
    66Requires PHP: 5.2.4
    7 Tested up to: 6.2
    8 Stable tag: 1.0.24
     7Tested up to: 6.3
     8Stable tag: 1.0.26
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 1.0.26 =
     138* Tested up Wordpress 6.3
     139
     140= 1.0.25 =
     141* Update installation for v5
     142
    137143= 1.0.24 =
    138144* Added support for >v5 plugins
     
    254260= 1.0.24 =
    255261* Added support for >v5 plugins
     262
     263= 1.0.25 =
     264* Update installation for v5
     265
     266= 1.0.26 =
     267* Tested up Wordpress 6.3
  • ibamu/trunk/ibamu.php

    r2912958 r2942350  
    77Plugin URI: https://lawwwing.com/
    88Description: Plugin todo en uno desarrollado por Lawwwing.com. Incluye las funcionalidades para ayudar a tu web a cumplir con las normativas RGPD, LOPDGDD, LSSI, LGDCU.
    9 Version: 1.0.24
     9Version: 1.0.26
    1010Author: ibamu
    1111Author URI: https://profiles.wordpress.org/ibamu/
     
    260260    $plugin_id = $options["ibamu_widget_uuid"];
    261261    $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js";
    262     wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.24");
     262    wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.26");
    263263}
    264264
  • ibamu/trunk/readme.txt

    r2912958 r2942350  
    55Requires at least: 4.0
    66Requires PHP: 5.2.4
    7 Tested up to: 6.2
    8 Stable tag: 1.0.24
     7Tested up to: 6.3
     8Stable tag: 1.0.26
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 1.0.26 =
     138* Tested up Wordpress 6.3
     139
     140= 1.0.25 =
     141* Update installation for v5
     142
    137143= 1.0.24 =
    138144* Added support for >v5 plugins
     
    254260= 1.0.24 =
    255261* Added support for >v5 plugins
     262
     263= 1.0.25 =
     264* Update installation for v5
     265
     266= 1.0.26 =
     267* Tested up Wordpress 6.3
Note: See TracChangeset for help on using the changeset viewer.