Plugin Directory

Changeset 778076


Ignore:
Timestamp:
09/25/2013 02:58:11 AM (13 years ago)
Author:
tickerator
Message:

tagging version 1.1.5

Location:
bugerator
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • bugerator/tags/1.1.5/bugerator.php

    r778074 r778076  
    55  Plugin URI: http://www.tickerator.org/bugerator
    66  Description: A bug tracking / issue tracking plugin
    7   Version: 1.1.4
     7  Version: 1.1.5
    88  Author: David Whipple
    99  Author URI: http://www.tickerator.org
     
    3333// version info
    3434global $bugerator_version;
    35 $bugerator_version = "1.1.4";
     35$bugerator_version = "1.1.5";
    3636
    3737
  • bugerator/tags/1.1.5/readme.txt

    r777429 r778076  
    55Requires at least: 3.4.1
    66Tested up to: 3.6
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.1.5 =
     71
     72* Added network install/uninstall for wordpress multisite networks
     73
    7074= 1.1.4 =
    7175
     
    158162== Upgrade Notice ==
    159163
     164= 1.1.5 =
     165
     166Backup bugerator.css file before updating if you customized it.  Added network install/uninstall for wordpress multisite networks
     167
    160168= 1.1.4 =
    161169
  • bugerator/trunk/bugerator.php

    r778074 r778076  
    55  Plugin URI: http://www.tickerator.org/bugerator
    66  Description: A bug tracking / issue tracking plugin
    7   Version: 1.1.4
     7  Version: 1.1.5
    88  Author: David Whipple
    99  Author URI: http://www.tickerator.org
     
    3333// version info
    3434global $bugerator_version;
    35 $bugerator_version = "1.1.4";
     35$bugerator_version = "1.1.5";
    3636
    3737
  • bugerator/trunk/readme.txt

    r777429 r778076  
    55Requires at least: 3.4.1
    66Tested up to: 3.6
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.1.5 =
     71
     72* Added network install/uninstall for wordpress multisite networks
     73
    7074= 1.1.4 =
    7175
     
    158162== Upgrade Notice ==
    159163
     164= 1.1.5 =
     165
     166Backup bugerator.css file before updating if you customized it.  Added network install/uninstall for wordpress multisite networks
     167
    160168= 1.1.4 =
    161169
Note: See TracChangeset for help on using the changeset viewer.