Changeset 1965588
- Timestamp:
- 10/30/2018 06:29:56 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
r1963310 r1965588 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. 26 Version: 2.2.3 7 7 Author: WP-Buddy 8 8 Author URI: https://wp-buddy.com -
google-analytics-opt-out/trunk/inc/admin.php
r1963304 r1965588 124 124 125 125 function gaoop_gutenberg_editor_assets() { 126 127 $block_file = plugin_dir_path( GAOOP_FILE ) . 'js/opt-out-block.js'; 128 126 129 wp_enqueue_script( 127 130 'gaoop-block', 128 131 plugin_dir_url( GAOOP_FILE ) . 'js/opt-out-block.js', 129 132 array( 'wp-blocks', 'wp-i18n', 'wp-element' ), 130 filemtime( plugin_dir_path( GAOOP_FILE ) . 'js/opt-out-block.js' ),133 is_file( $block_file ) ? filemtime( $block_file ) : '', 131 134 true 132 135 ); -
google-analytics-opt-out/trunk/readme.txt
r1963310 r1965588 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. 26 Stable tag: 2.2. 25 Version: 2.2.3 6 Stable tag: 2.2.3 7 7 Requires at least: 4.8.0 8 8 Requires PHP: 5.6.0 … … 42 42 43 43 == Changelog == 44 45 = 2.2.3 = 46 * Fixed PHP warning: filemtime(): stat failed in line xyz 44 47 45 48 = 2.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.