Changeset 3241460
- Timestamp:
- 02/16/2025 05:24:54 PM (12 months ago)
- Location:
- pattern-friend/tags
- Files:
-
- 2 edited
-
1.2.2/pattern_friend.php (modified) (4 diffs)
-
1.2.5/pattern_friend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pattern-friend/tags/1.2.2/pattern_friend.php
r3139302 r3241460 5 5 * Requires at least: 6.5.3 6 6 * Requires PHP: 7.3.5 7 * Version: 1.2. 27 * Version: 1.2.5 8 8 * Author: William Fridh 9 9 * License: GPL-2.0-or-later … … 171 171 $asset_file = include( plugin_dir_path( __FILE__ ) . 'build/block-editor-extensions.asset.php'); 172 172 173 // Load the dynamic CSS version. 174 $dynamic_css_version = get_option('pattern_friend_dynamic_css_version'); 175 173 176 // Enqueue the bundled block JS file. 174 177 wp_enqueue_style( … … 176 179 plugins_url( 'src/styles/dynamic.css', __FILE__ ), 177 180 [], 178 $ asset_file['version'],181 $dynamic_css_version, 179 182 'all' 180 183 ); … … 285 288 ); 286 289 // Set default options. 290 add_option('pattern_friend_dynamic_css_version', 1); 287 291 add_option('pattern_friend_mobile_max_threshold', $this->default_settings['deviceThresholds']['mobileMaxThreshold']); 288 292 add_option('pattern_friend_tablet_max_threshold', $this->default_settings['deviceThresholds']['tabletMaxThreshold']); -
pattern-friend/tags/1.2.5/pattern_friend.php
r3241426 r3241460 5 5 * Requires at least: 6.5.3 6 6 * Requires PHP: 7.3.5 7 * Version: 1.2. 27 * Version: 1.2.5 8 8 * Author: William Fridh 9 9 * License: GPL-2.0-or-later
Note: See TracChangeset
for help on using the changeset viewer.