Changeset 756951
- Timestamp:
- 08/16/2013 01:41:33 AM (13 years ago)
- Location:
- the-lost-and-found/trunk
- Files:
-
- 2 edited
-
lost-and-found.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-lost-and-found/trunk/lost-and-found.php
r754289 r756951 5 5 Plugin URI: http://www.tickerator.org/lostfound 6 6 Description: A simple way to display lost items and allow people to claim them. 7 Version: 0. 67 Version: 0.7 8 8 Author: David Whipple 9 9 Author URI: http://www.tickerator.org … … 1080 1080 * Installs the database and the options 1081 1081 */ 1082 function install() {1082 static function install() { 1083 1083 // instructions here http://codex.wordpress.org/Creating_Tables_with_Plugins 1084 1084 global $lost_found_version; … … 1159 1159 * @return boolean 1160 1160 */ 1161 function deactivate() {1161 static function deactivate() { 1162 1162 // honestly I can't think of anything to do here 1163 1163 // It would be bad to uninstall anything and I don't really -
the-lost-and-found/trunk/readme.txt
r752681 r756951 5 5 Requires at least: 3.4.1 6 6 Tested up to: 3.6 7 Stable tag: 0. 67 Stable tag: 0.7 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 0.7 = 50 51 Fixed install creating output during the install (made it static) 52 49 53 = 0.6 = 50 54 … … 85 89 == Upgrade Notice == 86 90 91 = 0.7 = 92 93 Minor bugfix with the install. 94 87 95 = 0.6 = 88 96
Note: See TracChangeset
for help on using the changeset viewer.