Changeset 1122144
- Timestamp:
- 03/27/2015 11:49:01 AM (11 years ago)
- Location:
- auto-update-plugins
- Files:
-
- 4 added
- 2 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/auto-update-plugins.php (added)
-
tags/0.1.1/auto-update-plugins.zip (added)
-
tags/0.1.1/readme.txt (added)
-
trunk/auto-update-plugins.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-update-plugins/trunk/auto-update-plugins.php
r1122092 r1122144 9 9 * Description: This plugin turns on auto update for plugins. 10 10 11 * Version: 0.1. 011 * Version: 0.1.1 12 12 13 13 * Author: Geenyous Limited … … 51 51 */ 52 52 53 53 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 54 54 55 55 add_filter( 'auto_update_plugin', '__return_true' ); -
auto-update-plugins/trunk/readme.txt
r1122096 r1122144 5 5 Requires at least: 3.7 6 6 Tested up to: 4.1.1 7 Stable tag: 0.1 7 Stable tag: 0.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 == Upgrade Notice == 27 27 28 0.1.1 - Security update 29 28 30 0.1 - First version 29 31 … … 34 36 == Changelog == 35 37 38 = 0.1.1 = 39 40 Security update 41 36 42 = 0.1 = 37 43 This is the first version of this plugin.
Note: See TracChangeset
for help on using the changeset viewer.