Changeset 2942350
- Timestamp:
- 07/24/2023 07:53:57 AM (3 years ago)
- Location:
- ibamu
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.26 (copied) (copied from ibamu/trunk)
-
tags/1.0.26/ibamu.php (modified) (2 diffs)
-
tags/1.0.26/readme.txt (modified) (3 diffs)
-
trunk/ibamu.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ibamu/tags/1.0.26/ibamu.php
r2912958 r2942350 7 7 Plugin URI: https://lawwwing.com/ 8 8 Description: 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.2 49 Version: 1.0.26 10 10 Author: ibamu 11 11 Author URI: https://profiles.wordpress.org/ibamu/ … … 260 260 $plugin_id = $options["ibamu_widget_uuid"]; 261 261 $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js"; 262 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.2 4");262 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.26"); 263 263 } 264 264 -
ibamu/tags/1.0.26/readme.txt
r2912958 r2942350 5 5 Requires at least: 4.0 6 6 Requires PHP: 5.2.4 7 Tested up to: 6. 28 Stable tag: 1.0.2 47 Tested up to: 6.3 8 Stable tag: 1.0.26 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 == Changelog == 136 136 137 = 1.0.26 = 138 * Tested up Wordpress 6.3 139 140 = 1.0.25 = 141 * Update installation for v5 142 137 143 = 1.0.24 = 138 144 * Added support for >v5 plugins … … 254 260 = 1.0.24 = 255 261 * 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 7 7 Plugin URI: https://lawwwing.com/ 8 8 Description: 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.2 49 Version: 1.0.26 10 10 Author: ibamu 11 11 Author URI: https://profiles.wordpress.org/ibamu/ … … 260 260 $plugin_id = $options["ibamu_widget_uuid"]; 261 261 $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js"; 262 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.2 4");262 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.0.26"); 263 263 } 264 264 -
ibamu/trunk/readme.txt
r2912958 r2942350 5 5 Requires at least: 4.0 6 6 Requires PHP: 5.2.4 7 Tested up to: 6. 28 Stable tag: 1.0.2 47 Tested up to: 6.3 8 Stable tag: 1.0.26 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 == Changelog == 136 136 137 = 1.0.26 = 138 * Tested up Wordpress 6.3 139 140 = 1.0.25 = 141 * Update installation for v5 142 137 143 = 1.0.24 = 138 144 * Added support for >v5 plugins … … 254 260 = 1.0.24 = 255 261 * 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.