Changeset 778076
- Timestamp:
- 09/25/2013 02:58:11 AM (13 years ago)
- Location:
- bugerator
- Files:
-
- 3 edited
- 2 copied
-
tags/1.1.5 (copied) (copied from bugerator/trunk)
-
tags/1.1.5/bugerator.php (copied) (copied from bugerator/trunk/bugerator.php) (2 diffs)
-
tags/1.1.5/readme.txt (modified) (3 diffs)
-
trunk/bugerator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bugerator/tags/1.1.5/bugerator.php
r778074 r778076 5 5 Plugin URI: http://www.tickerator.org/bugerator 6 6 Description: A bug tracking / issue tracking plugin 7 Version: 1.1. 47 Version: 1.1.5 8 8 Author: David Whipple 9 9 Author URI: http://www.tickerator.org … … 33 33 // version info 34 34 global $bugerator_version; 35 $bugerator_version = "1.1. 4";35 $bugerator_version = "1.1.5"; 36 36 37 37 -
bugerator/tags/1.1.5/readme.txt
r777429 r778076 5 5 Requires at least: 3.4.1 6 6 Tested up to: 3.6 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.1.5 = 71 72 * Added network install/uninstall for wordpress multisite networks 73 70 74 = 1.1.4 = 71 75 … … 158 162 == Upgrade Notice == 159 163 164 = 1.1.5 = 165 166 Backup bugerator.css file before updating if you customized it. Added network install/uninstall for wordpress multisite networks 167 160 168 = 1.1.4 = 161 169 -
bugerator/trunk/bugerator.php
r778074 r778076 5 5 Plugin URI: http://www.tickerator.org/bugerator 6 6 Description: A bug tracking / issue tracking plugin 7 Version: 1.1. 47 Version: 1.1.5 8 8 Author: David Whipple 9 9 Author URI: http://www.tickerator.org … … 33 33 // version info 34 34 global $bugerator_version; 35 $bugerator_version = "1.1. 4";35 $bugerator_version = "1.1.5"; 36 36 37 37 -
bugerator/trunk/readme.txt
r777429 r778076 5 5 Requires at least: 3.4.1 6 6 Tested up to: 3.6 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.1.5 = 71 72 * Added network install/uninstall for wordpress multisite networks 73 70 74 = 1.1.4 = 71 75 … … 158 162 == Upgrade Notice == 159 163 164 = 1.1.5 = 165 166 Backup bugerator.css file before updating if you customized it. Added network install/uninstall for wordpress multisite networks 167 160 168 = 1.1.4 = 161 169
Note: See TracChangeset
for help on using the changeset viewer.