Plugin Directory

Changeset 1140950


Ignore:
Timestamp:
04/21/2015 05:23:13 PM (11 years ago)
Author:
vlastuin
Message:

Release 1.0.12 - See changelog

Location:
vevida-optimizer
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vevida-optimizer/tags/1.0.12/readme.txt

    r1139240 r1140950  
    33Tags: auto-update, updates, mysql optimization, update, automatic update, vevida, hosting
    44Requires at least: 3.9
    5 Tested up to: 4.1.1
    6 Stable tag: 1.0.11
     5Tested up to: 4.2
     6Stable tag: 1.0.12
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.12 =
     99Release date: April 21th 2015
     100
     101* new: Addition of uninstall.php, to tidy up wp_options table after uninstall
     102* fix: Translation updates activated, due to a bug language updates were disabled
     103
    98104= 1.0.11 =
    99105Release date: April 20th 2015
  • vevida-optimizer/tags/1.0.12/vevida-optimizer.php

    r1139240 r1140950  
    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.0.11
     6 * Version: 1.0.12
    77 * Author: Jan Vlastuin, Jan Reilink
    88 * Author URI: http://vevida.hosting
     
    173173        'vevida_optimizer_settings_section_1',
    174174        array (
    175             'vevida_optimizer_theme_updates',
     175            'vevida_optimizer_translations_updates',
    176176            '' )
    177177    );
  • vevida-optimizer/trunk/readme.txt

    r1139240 r1140950  
    33Tags: auto-update, updates, mysql optimization, update, automatic update, vevida, hosting
    44Requires at least: 3.9
    5 Tested up to: 4.1.1
    6 Stable tag: 1.0.11
     5Tested up to: 4.2
     6Stable tag: 1.0.12
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.12 =
     99Release date: April 21th 2015
     100
     101* new: Addition of uninstall.php, to tidy up wp_options table after uninstall
     102* fix: Translation updates activated, due to a bug language updates were disabled
     103
    98104= 1.0.11 =
    99105Release date: April 20th 2015
  • vevida-optimizer/trunk/vevida-optimizer.php

    r1139240 r1140950  
    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.0.11
     6 * Version: 1.0.12
    77 * Author: Jan Vlastuin, Jan Reilink
    88 * Author URI: http://vevida.hosting
     
    173173        'vevida_optimizer_settings_section_1',
    174174        array (
    175             'vevida_optimizer_theme_updates',
     175            'vevida_optimizer_translations_updates',
    176176            '' )
    177177    );
Note: See TracChangeset for help on using the changeset viewer.