Changeset 2996690
- Timestamp:
- 11/15/2023 08:42:28 PM (2 years ago)
- Location:
- templ-optimizer
- Files:
-
- 3 edited
- 10 copied
-
tags/2.0.1 (copied) (copied from templ-optimizer/trunk)
-
tags/2.0.1/assets/SidebarFooter.css (copied) (copied from templ-optimizer/trunk/assets/SidebarFooter.css)
-
tags/2.0.1/assets/SidebarFooter.js (copied) (copied from templ-optimizer/trunk/assets/SidebarFooter.js)
-
tags/2.0.1/assets/index.css (copied) (copied from templ-optimizer/trunk/assets/index.css)
-
tags/2.0.1/assets/index.html (copied) (copied from templ-optimizer/trunk/assets/index.html)
-
tags/2.0.1/assets/index.js (copied) (copied from templ-optimizer/trunk/assets/index.js)
-
tags/2.0.1/includes/db-optimizations.php (copied) (copied from templ-optimizer/trunk/includes/db-optimizations.php)
-
tags/2.0.1/includes/tweaks.php (copied) (copied from templ-optimizer/trunk/includes/tweaks.php) (2 diffs)
-
tags/2.0.1/readme.txt (copied) (copied from templ-optimizer/trunk/readme.txt) (2 diffs)
-
tags/2.0.1/templ-optimizer.php (copied) (copied from templ-optimizer/trunk/templ-optimizer.php) (1 diff)
-
trunk/includes/tweaks.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/templ-optimizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
templ-optimizer/tags/2.0.1/includes/tweaks.php
r2866447 r2996690 50 50 51 51 function set_wp_post_revisions( $value ) { 52 error_log('hello from set_wp_post_revisions');53 52 if( $value == 'default' ) { 54 53 return $this->config->remove('constant', 'WP_POST_REVISIONS'); … … 58 57 59 58 function set_disable_wp_cron( $value ) { 60 error_log('hello from set_disable_wp_cron');61 59 if( $value == 'disabled' ) { 62 60 return $this->config->update('constant', 'DISABLE_WP_CRON', 'true', array('raw' => true)); -
templ-optimizer/tags/2.0.1/readme.txt
r2866447 r2996690 2 2 Contributors: Templ 3 3 Tags: optimize, performance, clean-up, speed, database 4 Stable tag: 2.0. 04 Stable tag: 2.0.1 5 5 Requires at least: 5.0 6 Tested up to: 6. 1.16 Tested up to: 6.4.1 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 64 64 == Changelog == 65 65 66 = 2.0.1 = 67 * Fixed: Removed unnecessary logging 68 66 69 = 2.0.0 = 67 70 * Added: All new and improved design -
templ-optimizer/tags/2.0.1/templ-optimizer.php
r2866447 r2996690 3 3 * Plugin Name: Templ Optimizer 4 4 * Description: An easy-to-use optimization plugin that lets you clean your database and tweak various performance related settings on your WordPress site. 5 * Version: 2.0. 05 * Version: 2.0.1 6 6 * Author: Templ 7 7 * Author URI: https://templ.io/ -
templ-optimizer/trunk/includes/tweaks.php
r2866447 r2996690 50 50 51 51 function set_wp_post_revisions( $value ) { 52 error_log('hello from set_wp_post_revisions');53 52 if( $value == 'default' ) { 54 53 return $this->config->remove('constant', 'WP_POST_REVISIONS'); … … 58 57 59 58 function set_disable_wp_cron( $value ) { 60 error_log('hello from set_disable_wp_cron');61 59 if( $value == 'disabled' ) { 62 60 return $this->config->update('constant', 'DISABLE_WP_CRON', 'true', array('raw' => true)); -
templ-optimizer/trunk/readme.txt
r2866447 r2996690 2 2 Contributors: Templ 3 3 Tags: optimize, performance, clean-up, speed, database 4 Stable tag: 2.0. 04 Stable tag: 2.0.1 5 5 Requires at least: 5.0 6 Tested up to: 6. 1.16 Tested up to: 6.4.1 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 64 64 == Changelog == 65 65 66 = 2.0.1 = 67 * Fixed: Removed unnecessary logging 68 66 69 = 2.0.0 = 67 70 * Added: All new and improved design -
templ-optimizer/trunk/templ-optimizer.php
r2866447 r2996690 3 3 * Plugin Name: Templ Optimizer 4 4 * Description: An easy-to-use optimization plugin that lets you clean your database and tweak various performance related settings on your WordPress site. 5 * Version: 2.0. 05 * Version: 2.0.1 6 6 * Author: Templ 7 7 * Author URI: https://templ.io/
Note: See TracChangeset
for help on using the changeset viewer.