Plugin Directory

Changeset 416072


Ignore:
Timestamp:
07/27/2011 08:01:43 PM (15 years ago)
Author:
blepoxp
Message:

Bumpping version number

Location:
simplemap
Files:
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • simplemap/tags/2.2.5/readme.txt

    r398357 r416072  
    66Requires at least: 2.8
    77Tested up to: 3.2
    8 Stable tag: 2.2.4
     8Stable tag: 2.2.5
    99
    1010SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site.
     
    8585Please visit [the SimpleMap forums at WordPress.org](http://wordpress.org/tags/simplemap?forum_id=10) if you have a bug to report. Otherwise, you may access premium support inside the plugin dashboard.
    8686
     87== Upgrade Notice ==
     88* Minor update to workaround conflict with AddThis plugin. Fixes no results issue.
     89
    8790== Changelog ==
     91
     92= 2.2.5 =
     93* Minor update to workaround conflict with AddThis plugin. Fixes no results issue.
    8894
    8995= 2.2.4 =
  • simplemap/tags/2.2.5/simplemap.php

    r416041 r416072  
    22/*
    33Plugin Name: SimpleMap
    4 Version: 2.2.4
     4Version: 2.2.5
    55Plugin URI: http://simplemap-plugin.com/
    66Author: Glenn Ansley
     
    2020
    2121    // Plugin Version Number
    22     define( 'SIMPLEMAP_VERSION', '2.2.4' );
     22    define( 'SIMPLEMAP_VERSION', '2.2.5' );
    2323
    2424    if ( !defined( 'WP_PLUGIN_DIR' ) ) {
  • simplemap/trunk/readme.txt

    r398357 r416072  
    66Requires at least: 2.8
    77Tested up to: 3.2
    8 Stable tag: 2.2.4
     8Stable tag: 2.2.5
    99
    1010SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site.
     
    8585Please visit [the SimpleMap forums at WordPress.org](http://wordpress.org/tags/simplemap?forum_id=10) if you have a bug to report. Otherwise, you may access premium support inside the plugin dashboard.
    8686
     87== Upgrade Notice ==
     88* Minor update to workaround conflict with AddThis plugin. Fixes no results issue.
     89
    8790== Changelog ==
     91
     92= 2.2.5 =
     93* Minor update to workaround conflict with AddThis plugin. Fixes no results issue.
    8894
    8995= 2.2.4 =
  • simplemap/trunk/simplemap.php

    r416041 r416072  
    22/*
    33Plugin Name: SimpleMap
    4 Version: 2.2.4
     4Version: 2.2.5
    55Plugin URI: http://simplemap-plugin.com/
    66Author: Glenn Ansley
     
    2020
    2121    // Plugin Version Number
    22     define( 'SIMPLEMAP_VERSION', '2.2.4' );
     22    define( 'SIMPLEMAP_VERSION', '2.2.5' );
    2323
    2424    if ( !defined( 'WP_PLUGIN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.