Changeset 1476877
- Timestamp:
- 08/17/2016 01:05:19 PM (10 years ago)
- Location:
- vevida-optimizer/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
vevida-optimizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vevida-optimizer/trunk/readme.txt
r1443607 r1476877 3 3 Tags: auto-update, updates, MySQL optimization, update, automatic update, vevida, hosting 4 4 Requires at least: 3.9 5 Tested up to: 4. 5.36 Stable tag: 1.1. 15 Tested up to: 4.6 6 Stable tag: 1.1.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 107 107 == Changelog == 108 108 109 = 1.1.2 = 110 Release date: August 17th 2016 111 112 * Bug fix: Auto-update for minor version updates could not be disabled seperately 113 (thanks to noplanman) 114 * New: German translation (thanks to hofmannsven) 115 109 116 = 1.1.1 = 110 117 Release date: June 26th 2016 -
vevida-optimizer/trunk/vevida-optimizer.php
r1443607 r1476877 4 4 * Plugin URI: https://wordpress.org/plugins/vevida-optimizer/ 5 5 * Description: Configure automatic updates for each WordPress component, and optimize the mySQL database tables. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Jan Vlastuin, Jan Reilink 8 8 * Author URI: http://vevida.hosting … … 52 52 return get_option( 'vevida_optimizer_core_minor_updates' ); 53 53 } 54 add_filter( 'allow_m ajor_auto_core_updates', 'vevida_optimizer_allow_minor_core' );54 add_filter( 'allow_minor_auto_core_updates', 'vevida_optimizer_allow_minor_core' ); 55 55 56 56 function vevida_optimizer_allow_plugin( $update, $item ) {
Note: See TracChangeset
for help on using the changeset viewer.