Plugin Directory

Changeset 2996690


Ignore:
Timestamp:
11/15/2023 08:42:28 PM (2 years ago)
Author:
templ
Message:

Version 2.0.1

Location:
templ-optimizer
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • templ-optimizer/tags/2.0.1/includes/tweaks.php

    r2866447 r2996690  
    5050
    5151    function set_wp_post_revisions( $value ) {
    52         error_log('hello from set_wp_post_revisions');
    5352        if( $value == 'default' ) {
    5453            return $this->config->remove('constant', 'WP_POST_REVISIONS');
     
    5857
    5958    function set_disable_wp_cron( $value ) {
    60         error_log('hello from set_disable_wp_cron');
    6159        if( $value == 'disabled' ) {
    6260            return $this->config->update('constant', 'DISABLE_WP_CRON', 'true', array('raw' => true));
  • templ-optimizer/tags/2.0.1/readme.txt

    r2866447 r2996690  
    22Contributors: Templ
    33Tags: optimize, performance, clean-up, speed, database
    4 Stable tag: 2.0.0
     4Stable tag: 2.0.1
    55Requires at least: 5.0
    6 Tested up to: 6.1.1
     6Tested up to: 6.4.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    6464== Changelog ==
    6565
     66= 2.0.1 =
     67* Fixed: Removed unnecessary logging
     68
    6669= 2.0.0 =
    6770* Added: All new and improved design
  • templ-optimizer/tags/2.0.1/templ-optimizer.php

    r2866447 r2996690  
    33 * Plugin Name: Templ Optimizer
    44 * 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.0
     5 * Version: 2.0.1
    66 * Author: Templ
    77 * Author URI: https://templ.io/
  • templ-optimizer/trunk/includes/tweaks.php

    r2866447 r2996690  
    5050
    5151    function set_wp_post_revisions( $value ) {
    52         error_log('hello from set_wp_post_revisions');
    5352        if( $value == 'default' ) {
    5453            return $this->config->remove('constant', 'WP_POST_REVISIONS');
     
    5857
    5958    function set_disable_wp_cron( $value ) {
    60         error_log('hello from set_disable_wp_cron');
    6159        if( $value == 'disabled' ) {
    6260            return $this->config->update('constant', 'DISABLE_WP_CRON', 'true', array('raw' => true));
  • templ-optimizer/trunk/readme.txt

    r2866447 r2996690  
    22Contributors: Templ
    33Tags: optimize, performance, clean-up, speed, database
    4 Stable tag: 2.0.0
     4Stable tag: 2.0.1
    55Requires at least: 5.0
    6 Tested up to: 6.1.1
     6Tested up to: 6.4.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    6464== Changelog ==
    6565
     66= 2.0.1 =
     67* Fixed: Removed unnecessary logging
     68
    6669= 2.0.0 =
    6770* Added: All new and improved design
  • templ-optimizer/trunk/templ-optimizer.php

    r2866447 r2996690  
    33 * Plugin Name: Templ Optimizer
    44 * 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.0
     5 * Version: 2.0.1
    66 * Author: Templ
    77 * Author URI: https://templ.io/
Note: See TracChangeset for help on using the changeset viewer.