Plugin Directory

Changeset 352186


Ignore:
Timestamp:
02/27/2011 01:53:59 AM (15 years ago)
Author:
blepoxp
Message:

Hotfix to resolve conflict with WP 3.1 admin bar

Location:
simplemap
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simplemap/tags/2.0.2/classes/ft-ps-client.php

    r324034 r352186  
    345345    function getInstalledVersion() {
    346346       
     347        if ( ! function_exists( 'get_plugins' ) )
     348            require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
     349
    347350        $allPlugins = get_plugins();
    348351
  • simplemap/tags/2.0.2/readme.txt

    r324058 r352186  
    66Requires at least: 2.8
    77Tested up to: 3.1
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99
    1010SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site.
     
    8686
    8787== Changelog ==
     88
     89= 2.0.2 =
     90* Hotfix to resolve conflict with WP 3.1 admin bar
    8891
    8992= 2.0.1 =
  • simplemap/tags/2.0.2/simplemap.php

    r324058 r352186  
    22/*
    33Plugin Name: SimpleMap
    4 Version: 2.0
     4Version: 2.0.2
    55Plugin URI: http://simplemap-plugin.com/
    66Author: Glenn Ansley
     
    2020
    2121    // Plugin Version Number
    22     define('SIMPLEMAP_VERSION', '2.0');
     22    define('SIMPLEMAP_VERSION', '2.0.2');
    2323   
    2424    // Define plugin path
  • simplemap/trunk/classes/ft-ps-client.php

    r324034 r352186  
    345345    function getInstalledVersion() {
    346346       
     347        if ( ! function_exists( 'get_plugins' ) )
     348            require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
     349
    347350        $allPlugins = get_plugins();
    348351
  • simplemap/trunk/readme.txt

    r324058 r352186  
    66Requires at least: 2.8
    77Tested up to: 3.1
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99
    1010SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site.
     
    8686
    8787== Changelog ==
     88
     89= 2.0.2 =
     90* Hotfix to resolve conflict with WP 3.1 admin bar
    8891
    8992= 2.0.1 =
  • simplemap/trunk/simplemap.php

    r324034 r352186  
    22/*
    33Plugin Name: SimpleMap
    4 Version: 2.0
     4Version: 2.0.2
    55Plugin URI: http://simplemap-plugin.com/
    66Author: Glenn Ansley
     
    2020
    2121    // Plugin Version Number
    22     define('SIMPLEMAP_VERSION', '2.0');
     22    define('SIMPLEMAP_VERSION', '2.0.2');
    2323   
    2424    // Define plugin path
Note: See TracChangeset for help on using the changeset viewer.