Changeset 1140950
- Timestamp:
- 04/21/2015 05:23:13 PM (11 years ago)
- Location:
- vevida-optimizer
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.12 (copied) (copied from vevida-optimizer/trunk)
-
tags/1.0.12/readme.txt (modified) (2 diffs)
-
tags/1.0.12/vevida-optimizer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vevida-optimizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vevida-optimizer/tags/1.0.12/readme.txt
r1139240 r1140950 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. 1.16 Stable tag: 1.0.1 15 Tested up to: 4.2 6 Stable tag: 1.0.12 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 == Changelog == 97 97 98 = 1.0.12 = 99 Release 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 98 104 = 1.0.11 = 99 105 Release date: April 20th 2015 -
vevida-optimizer/tags/1.0.12/vevida-optimizer.php
r1139240 r1140950 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.0.1 16 * Version: 1.0.12 7 7 * Author: Jan Vlastuin, Jan Reilink 8 8 * Author URI: http://vevida.hosting … … 173 173 'vevida_optimizer_settings_section_1', 174 174 array ( 175 'vevida_optimizer_t heme_updates',175 'vevida_optimizer_translations_updates', 176 176 '' ) 177 177 ); -
vevida-optimizer/trunk/readme.txt
r1139240 r1140950 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. 1.16 Stable tag: 1.0.1 15 Tested up to: 4.2 6 Stable tag: 1.0.12 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 == Changelog == 97 97 98 = 1.0.12 = 99 Release 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 98 104 = 1.0.11 = 99 105 Release date: April 20th 2015 -
vevida-optimizer/trunk/vevida-optimizer.php
r1139240 r1140950 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.0.1 16 * Version: 1.0.12 7 7 * Author: Jan Vlastuin, Jan Reilink 8 8 * Author URI: http://vevida.hosting … … 173 173 'vevida_optimizer_settings_section_1', 174 174 array ( 175 'vevida_optimizer_t heme_updates',175 'vevida_optimizer_translations_updates', 176 176 '' ) 177 177 );
Note: See TracChangeset
for help on using the changeset viewer.