Changeset 568418
- Timestamp:
- 07/06/2012 07:43:24 PM (14 years ago)
- Location:
- simplereach-slide/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
srslide.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplereach-slide/trunk/readme.txt
r568415 r568418 6 6 Requires at least: 2.7 7 7 Tested up to: 3.4.1 8 Stable tag: 0.7. 08 Stable tag: 0.7.1 9 9 10 10 The Slide recommends related posts from within your site on a widget that "slides" in at the bottom of the page. … … 52 52 53 53 == Changelog == 54 = 0.7.1 55 * Bumping version 54 56 55 57 = 0.7.0 = -
simplereach-slide/trunk/srslide.php
r568415 r568418 4 4 Plugin URI: https://www.simplereach.com 5 5 Description: After installation, you must click '<a href='options-general.php?page=SimpleReach-Slide'>Settings → SimpleReach Slide</a>' to turn on The Slide. 6 Version: 0. 6.26 Version: 0.7.1 7 7 Author: SimpleReach 8 8 Author URI: https://www.simplereach.com 9 9 */ 10 10 11 define('SRSLIDE_PLUGIN_VERSION', '0. 6.2');11 define('SRSLIDE_PLUGIN_VERSION', '0.7.1'); 12 12 define('SRSLIDE_PLUGIN_DIR', dirname(__FILE__)); 13 13 define('SRSLIDE_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.