Plugin Directory

Changeset 3205854


Ignore:
Timestamp:
12/10/2024 04:58:14 PM (16 months ago)
Author:
milonfci
Message:

Version 1.9.3 with hotfix of early textdomain load compatibility issue fixing

Location:
gmap-embed
Files:
768 added
2 edited

Legend:

Unmodified
Added
Removed
  • gmap-embed/trunk/readme.txt

    r3188170 r3205854  
    55Requires at least: 2.9
    66Tested up to: 6.7
    7 Version: 1.9.2
    8 Stable tag: 1.9.2
     7Version: 1.9.3
     8Stable tag: 1.9.3
    99Requires PHP: 5.3
    1010Text Domain: gmap-embed
     
    203203== Changelog ==
    204204
     205= 1.9.3 =
     206* Early load of textdomain compatibility issue fixed.
     207
    205208= 1.9.2 =
    206209* Settings added for minimum set for Map plugin use.
  • gmap-embed/trunk/srm_gmap_embed.php

    r3090454 r3205854  
    88  Domain Path: /languages
    99  Author URI: https://www.wpgooglemap.com?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
    10   Version: 1.9.2
     10  Version: 1.9.3
    1111 */
    1212
     
    1717}
    1818
    19 define('WGM_PLUGIN_VERSION', '1.9.2');
     19define('WGM_PLUGIN_VERSION', '1.9.3');
    2020define('WGM_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
    2121define('WGM_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
Note: See TracChangeset for help on using the changeset viewer.