Plugin Directory

Changeset 1476877


Ignore:
Timestamp:
08/17/2016 01:05:19 PM (10 years ago)
Author:
vlastuin
Message:

Release: version 1.1.2

Location:
vevida-optimizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vevida-optimizer/trunk/readme.txt

    r1443607 r1476877  
    33Tags: auto-update, updates, MySQL optimization, update, automatic update, vevida, hosting
    44Requires at least: 3.9
    5 Tested up to: 4.5.3
    6 Stable tag: 1.1.1
     5Tested up to: 4.6
     6Stable tag: 1.1.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    107107== Changelog ==
    108108
     109= 1.1.2 =
     110Release 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
    109116= 1.1.1 =
    110117Release date: June 26th 2016
  • vevida-optimizer/trunk/vevida-optimizer.php

    r1443607 r1476877  
    44 * Plugin URI: https://wordpress.org/plugins/vevida-optimizer/
    55 * Description: Configure automatic updates for each WordPress component, and optimize the mySQL database tables.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Jan Vlastuin, Jan Reilink
    88 * Author URI: http://vevida.hosting
     
    5252    return get_option( 'vevida_optimizer_core_minor_updates' );
    5353}
    54 add_filter( 'allow_major_auto_core_updates', 'vevida_optimizer_allow_minor_core' );
     54add_filter( 'allow_minor_auto_core_updates', 'vevida_optimizer_allow_minor_core' );
    5555
    5656function vevida_optimizer_allow_plugin( $update, $item ) {
Note: See TracChangeset for help on using the changeset viewer.