Changeset 413904
- Timestamp:
- 07/22/2011 07:58:09 PM (15 years ago)
- Location:
- simplereach-slide/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
srslide.php (modified) (2 diffs)
-
srslide_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplereach-slide/trunk/readme.txt
r413813 r413904 4 4 Plugin Name: SimpleReach Slide 5 5 Plugin URI: https://github.com/simplereach/srslide_wordpress 6 Version: 0.4.47 6 Requires at least: 2.7 8 7 Tested up to: 3.2.1 … … 55 54 == Changelog == 56 55 56 = 0.4.5 = 57 * Fixed plugin hook issues 58 57 59 = 0.4.4 = 58 60 * Version string -
simplereach-slide/trunk/srslide.php
r413481 r413904 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.4. 46 Version: 0.4.5 7 7 Author: SimpleReach 8 8 Author URI: https://www.simplereach.com … … 10 10 11 11 require_once('srslide_functions.php'); 12 require_once('srslide_post.php'); 12 13 13 14 /** -
simplereach-slide/trunk/srslide_functions.php
r413481 r413904 11 11 function sr_plugin_version() 12 12 { 13 return "0.4. 4";13 return "0.4.5"; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.