Plugin Directory

Changeset 756951


Ignore:
Timestamp:
08/16/2013 01:41:33 AM (13 years ago)
Author:
tickerator
Message:

Minor install bug. Marking 0.7

Location:
the-lost-and-found/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • the-lost-and-found/trunk/lost-and-found.php

    r754289 r756951  
    55  Plugin URI: http://www.tickerator.org/lostfound
    66  Description: A simple way to display lost items and allow people to claim them.
    7   Version: 0.6
     7  Version: 0.7
    88  Author: David Whipple
    99  Author URI: http://www.tickerator.org
     
    10801080     * Installs the database and the options
    10811081     */
    1082     function install() {
     1082    static function install() {
    10831083        // instructions here http://codex.wordpress.org/Creating_Tables_with_Plugins
    10841084        global $lost_found_version;
     
    11591159     * @return boolean
    11601160     */
    1161     function deactivate() {
     1161    static function deactivate() {
    11621162        // honestly I can't think of anything to do here
    11631163        // It would be bad to uninstall anything and I don't really
  • the-lost-and-found/trunk/readme.txt

    r752681 r756951  
    55Requires at least: 3.4.1
    66Tested up to: 3.6
    7 Stable tag: 0.6
     7Stable tag: 0.7
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
     49= 0.7 =
     50
     51Fixed install creating output during the install (made it static)
     52
    4953= 0.6 =
    5054
     
    8589== Upgrade Notice ==
    8690
     91= 0.7 =
     92
     93Minor bugfix with the install.
     94
    8795= 0.6 =
    8896
Note: See TracChangeset for help on using the changeset viewer.