Changeset 1963304
- Timestamp:
- 10/26/2018 07:44:23 AM (7 years ago)
- Location:
- google-analytics-opt-out/trunk
- Files:
-
- 3 edited
-
google-analytics-opt-out.php (modified) (1 diff)
-
inc/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-analytics-opt-out/trunk/google-analytics-opt-out.php
r1963299 r1963304 4 4 Plugin URI: https://wp-buddy.com/products/plugins/google-analytics-opt-out 5 5 Description: Provides an Opt-Out functionality for Google Analytics 6 Version: 2.2. 06 Version: 2.2.1 7 7 Author: WP-Buddy 8 8 Author URI: https://wp-buddy.com -
google-analytics-opt-out/trunk/inc/admin.php
r1963299 r1963304 131 131 true 132 132 ); 133 133 134 if ( function_exists( 'gutenberg_get_jed_locale_data' ) ) { 135 $data = gutenberg_get_jed_locale_data( 'gaoop' ); 136 } else { 137 $data = wp_get_jed_locale_data( 'gaoop' ); 138 } 139 134 140 wp_add_inline_script( 135 141 'gaoop-block', 136 'wp.i18n.setLocaleData( ' . wp_json_encode( wp_get_jed_locale_data( 'gaoop' )) . ', "gaoop" );',142 'wp.i18n.setLocaleData( ' . wp_json_encode( $data ) . ', "gaoop" );', 137 143 'before' 138 144 ); -
google-analytics-opt-out/trunk/readme.txt
r1963299 r1963304 3 3 Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/ 4 4 Tags: google analytics opt-out, monster insights, gdpr 5 Version: 2.2. 06 Stable tag: 2.2. 05 Version: 2.2.1 6 Stable tag: 2.2.1 7 7 Requires at least: 4.8.0 8 8 Requires PHP: 5.6.0 … … 42 42 43 43 == Changelog == 44 45 = 2.2.1 = 46 * Fixed a PHP fatal error when Gutenberg plugin is active and WordPress < 5.0 is installed. 44 47 45 48 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.