Changeset 1848031
- Timestamp:
- 03/27/2018 10:11:59 PM (8 years ago)
- Location:
- plugin-register/trunk
- Files:
-
- 5 added
- 1 deleted
- 2 edited
-
assets (deleted)
-
plugin-register.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
-
screenshot-3.png (added)
-
screenshot-4.png (added)
-
screenshot-5.png (added)
Legend:
- Unmodified
- Added
- Removed
-
plugin-register/trunk/plugin-register.php
r1848027 r1848031 3 3 * @package Plugin Register 4 4 * @author Chris Taylor 5 * @version 0.6. 45 * @version 0.6.5 6 6 */ 7 7 /* … … 10 10 Description: This is a plugin for plugin developers only. Plugin Register allows you to keep track of what version of your plugins are being installed. By registering a function to be run on activation of your plugin, a call is made to this plugin which stores details the site which is installing your plugin, which plugin is being installed, and the plugin version. Some reports are available so you can see what versions are installed. 11 11 Author: Chris Taylor 12 Version: 0.6. 412 Version: 0.6.5 13 13 Author URI: http://www.stillbreathing.co.uk/ 14 14 */ … … 16 16 // set the current version 17 17 function pluginregister_current_version() { 18 return "0.6. 4";18 return "0.6.5"; 19 19 } 20 20 -
plugin-register/trunk/readme.txt
r1848027 r1848031 4 4 Tags: plugin, register, activation, count, statistics, developer 5 5 Requires at least: 2.8 6 Requires PHP: 5.6 6 7 Tested up to: 4.7.2 7 Stable tag: 0.6. 48 Stable tag: 0.6.5 8 9 9 10 For Wordpress plugin developers: keep a register of when and where your plugins are activated. … … 75 76 == Changelog == 76 77 78 = 0.6.5 = 79 80 Moved screenshots to the right place (sorry). 81 77 82 = 0.6.4 = 78 83
Note: See TracChangeset
for help on using the changeset viewer.