Changeset 3055150
- Timestamp:
- 03/20/2024 10:00:58 AM (2 years ago)
- Location:
- wp-mapit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp_mapit/classes/class-wp-mapit-gutenberg-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mapit/trunk/readme.txt
r3023301 r3055150 5 5 Requires at least: 4.2 6 6 License: GPL3 7 Tested up to: 6.4. 27 Tested up to: 6.4.3 8 8 Requires PHP: 5.4 9 9 Stable tag: trunk … … 152 152 * Bug fixes 153 153 154 = 3.0.2 :- 2024-03-20 :- High priority = 155 * Bug fixes 156 154 157 == Upgrade Notice == 155 158 = 1.1 = … … 179 182 = 3.0.1 = 180 183 Please update to 3.0.1 as it includes bug fixes. 184 185 = 3.0.2 = 186 Please update to 3.0.1 as it includes bug fixes. -
wp-mapit/trunk/wp_mapit/classes/class-wp-mapit-gutenberg-block.php
r3005528 r3055150 44 44 } 45 45 46 wp_register_script( 'wp-mapit-gutenberg-js', WP_MAPIT_URL . 'js/wp_mapit_gutenberg.js', array( 'wp-i18n', 'wp-element', 'wp-blocks', 'wp-components', 'wp-editor'), filemtime( WP_MAPIT_DIR . 'js/wp_mapit_gutenberg.js' ), true );46 wp_register_script( 'wp-mapit-gutenberg-js', WP_MAPIT_URL . 'js/wp_mapit_gutenberg.js', array(), filemtime( WP_MAPIT_DIR . 'js/wp_mapit_gutenberg.js' ), true ); 47 47 48 48 wp_localize_script(
Note: See TracChangeset
for help on using the changeset viewer.