Changeset 3086033
- Timestamp:
- 05/13/2024 05:43:36 PM (23 months ago)
- Location:
- ibamu
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from ibamu/trunk)
-
tags/1.2.1/ibamu.php (modified) (4 diffs)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
trunk/ibamu.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ibamu/tags/1.2.1/ibamu.php
r3055413 r3086033 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.2. 09 Version: 1.2.1 10 10 Author: ibamu 11 11 Author URI: https://profiles.wordpress.org/ibamu/ … … 113 113 */ 114 114 function ibamu_admin_add_assets() { 115 wp_enqueue_style('lawwwing-admin-styles', plugins_url('/css/lw-styles.css', __FILE__ ), array(), "1.2. 0");116 wp_enqueue_style('lawwwing-font-awesome', "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css", array(), "1.2. 0");115 wp_enqueue_style('lawwwing-admin-styles', plugins_url('/css/lw-styles.css', __FILE__ ), array(), "1.2.1"); 116 wp_enqueue_style('lawwwing-font-awesome', "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css", array(), "1.2.1"); 117 117 } 118 118 add_action('admin_enqueue_scripts', 'ibamu_admin_add_assets'); … … 356 356 $plugin_id = get_lawwwing_option("ibamu_widget_uuid"); 357 357 $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js"; 358 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.2. 0");358 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.2.1"); 359 359 } 360 360 … … 391 391 * See: https://wordpress.org/plugins/sg-cachepress/ 392 392 */ 393 add_filter( 'sgo_javascript_combine_excluded_external_paths', ' js_combine_exclude_external_script' );394 function js_combine_exclude_external_script( $exclude_list ) {393 add_filter( 'sgo_javascript_combine_excluded_external_paths', 'lawwwing_js_combine_exclude_external_script' ); 394 function lawwwing_js_combine_exclude_external_script( $exclude_list ) { 395 395 $exclude_list[] = 'cdn.lawwwing.com'; 396 396 return $exclude_list; -
ibamu/tags/1.2.1/readme.txt
r3055413 r3086033 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 6.5 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 1.2.1 = 144 * Fix exclude conflict 145 143 146 = 1.2.0 = 144 147 * Tested up Wordpress 6.5 … … 350 353 = 1.2.0 = 351 354 * Tested up Wordpress 6.5 355 356 = 1.2.1 = 357 * Fix exclude conflict -
ibamu/trunk/ibamu.php
r3055413 r3086033 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.2. 09 Version: 1.2.1 10 10 Author: ibamu 11 11 Author URI: https://profiles.wordpress.org/ibamu/ … … 113 113 */ 114 114 function ibamu_admin_add_assets() { 115 wp_enqueue_style('lawwwing-admin-styles', plugins_url('/css/lw-styles.css', __FILE__ ), array(), "1.2. 0");116 wp_enqueue_style('lawwwing-font-awesome', "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css", array(), "1.2. 0");115 wp_enqueue_style('lawwwing-admin-styles', plugins_url('/css/lw-styles.css', __FILE__ ), array(), "1.2.1"); 116 wp_enqueue_style('lawwwing-font-awesome', "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css", array(), "1.2.1"); 117 117 } 118 118 add_action('admin_enqueue_scripts', 'ibamu_admin_add_assets'); … … 356 356 $plugin_id = get_lawwwing_option("ibamu_widget_uuid"); 357 357 $base_script = "https://cdn.lawwwing.com/widgets/current/{$plugin_id}/cookie-widget.min.js"; 358 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.2. 0");358 wp_enqueue_script("lawwwing-plugin", $base_script, "", "1.2.1"); 359 359 } 360 360 … … 391 391 * See: https://wordpress.org/plugins/sg-cachepress/ 392 392 */ 393 add_filter( 'sgo_javascript_combine_excluded_external_paths', ' js_combine_exclude_external_script' );394 function js_combine_exclude_external_script( $exclude_list ) {393 add_filter( 'sgo_javascript_combine_excluded_external_paths', 'lawwwing_js_combine_exclude_external_script' ); 394 function lawwwing_js_combine_exclude_external_script( $exclude_list ) { 395 395 $exclude_list[] = 'cdn.lawwwing.com'; 396 396 return $exclude_list; -
ibamu/trunk/readme.txt
r3055413 r3086033 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 6.5 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 1.2.1 = 144 * Fix exclude conflict 145 143 146 = 1.2.0 = 144 147 * Tested up Wordpress 6.5 … … 350 353 = 1.2.0 = 351 354 * Tested up Wordpress 6.5 355 356 = 1.2.1 = 357 * Fix exclude conflict
Note: See TracChangeset
for help on using the changeset viewer.