Plugin Directory

Changeset 568467


Ignore:
Timestamp:
07/06/2012 10:05:50 PM (14 years ago)
Author:
elubow
Message:

Update code to 0.7.2

Location:
simplereach-slide/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplereach-slide/trunk/readme.txt

    r568418 r568467  
    66Requires at least: 2.7
    77Tested up to: 3.4.1
    8 Stable tag: 0.7.1
     8Stable tag: 0.7.2
    99
    1010The Slide recommends related posts from within your site on a widget that "slides" in at the bottom of the page.
     
    5252
    5353== Changelog ==
     54= 0.7.2
     55* Added missing template files
     56
    5457= 0.7.1
    5558* Bumping version
  • simplereach-slide/trunk/srslide.php

    r568418 r568467  
    44    Plugin URI: https://www.simplereach.com
    55    Description: After installation, you must click '<a href='options-general.php?page=SimpleReach-Slide'>Settings &rarr; SimpleReach Slide</a>' to turn on The Slide.
    6     Version: 0.7.1
     6    Version: 0.7.2
    77    Author: SimpleReach
    88    Author URI: https://www.simplereach.com
    99    */
    1010
    11 define('SRSLIDE_PLUGIN_VERSION', '0.7.1');
     11define('SRSLIDE_PLUGIN_VERSION', '0.7.2');
    1212define('SRSLIDE_PLUGIN_DIR', dirname(__FILE__));
    1313define('SRSLIDE_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.