Plugin Directory

Changeset 3289926


Ignore:
Timestamp:
05/08/2025 02:13:46 PM (10 months ago)
Author:
davidmatthew
Message:

Removed unnecessary dynamic class property.

Location:
trimpress
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trimpress/trunk/classes/class-trim.php

    r2744631 r3289926  
    2727     */
    2828    public function __construct() {
    29         $this->file_edit_is_defined = defined( 'DISALLOW_FILE_EDIT' );
    30         $this->clean_up();
     29        $this->clean_up();
    3130    }
    3231   
     
    10099            add_filter( 'xmlrpc_enabled', '__return_false' );
    101100        }
    102        
    103101    }
    104102
  • trimpress/trunk/readme.txt

    r2952910 r3289926  
    33Tags: heartbeat, cart fragments, emojis, oembed, xml-rpc
    44Requires at least: 5.0
    5 Tested up to: 6.3
     5Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GNU GPL v3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4242== Changelog ==
    4343
     44= 1.1.1 =
     45* Fixed bug with dynamic class property.
     46
    4447= 1.1 =
    4548* Fixed bug with heartbeat setting.
  • trimpress/trunk/trimpress.php

    r2744631 r3289926  
    66 * Plugin Name:       TrimPress
    77 * Description:       Trim some of the cruft from WordPress for a lighter, more secure theme!
    8  * Version:           1.1
     8 * Version:           1.1.1
    99 * Author:            David Matthew
    1010 * Author URI:        https://davidmatthew.ie
     
    2424
    2525// Current plugin version, manually defined for performance reasons.
    26 define( 'TRIMPRESS_VERSION', '1.1' );
     26define( 'TRIMPRESS_VERSION', '1.1.1' );
    2727
    2828// Load the core plugin class and create a plugin instance.
Note: See TracChangeset for help on using the changeset viewer.