Plugin Directory

Changeset 3055150


Ignore:
Timestamp:
03/20/2024 10:00:58 AM (2 years ago)
Author:
phpwebdev
Message:

Bug fixes

Location:
wp-mapit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mapit/trunk/readme.txt

    r3023301 r3055150  
    55Requires at least: 4.2
    66License: GPL3
    7 Tested up to: 6.4.2
     7Tested up to: 6.4.3
    88Requires PHP: 5.4
    99Stable tag: trunk
     
    152152* Bug fixes
    153153
     154= 3.0.2 :- 2024-03-20 :- High priority =
     155* Bug fixes
     156
    154157== Upgrade Notice ==
    155158= 1.1 =
     
    179182= 3.0.1 =
    180183Please update to 3.0.1 as it includes bug fixes.
     184
     185= 3.0.2 =
     186Please update to 3.0.1 as it includes bug fixes.
  • wp-mapit/trunk/wp_mapit/classes/class-wp-mapit-gutenberg-block.php

    r3005528 r3055150  
    4444            }
    4545
    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 );
    4747
    4848            wp_localize_script(
Note: See TracChangeset for help on using the changeset viewer.