Changeset 3289926
- Timestamp:
- 05/08/2025 02:13:46 PM (10 months ago)
- Location:
- trimpress
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
-
tags/1.0.0 (deleted)
-
tags/1.1.0 (copied) (copied from trimpress/trunk)
-
trunk/classes/class-trim.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/trimpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trimpress/trunk/classes/class-trim.php
r2744631 r3289926 27 27 */ 28 28 public function __construct() { 29 $this->file_edit_is_defined = defined( 'DISALLOW_FILE_EDIT' ); 30 $this->clean_up(); 29 $this->clean_up(); 31 30 } 32 31 … … 100 99 add_filter( 'xmlrpc_enabled', '__return_false' ); 101 100 } 102 103 101 } 104 102 -
trimpress/trunk/readme.txt
r2952910 r3289926 3 3 Tags: heartbeat, cart fragments, emojis, oembed, xml-rpc 4 4 Requires at least: 5.0 5 Tested up to: 6. 35 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GNU GPL v3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 42 42 == Changelog == 43 43 44 = 1.1.1 = 45 * Fixed bug with dynamic class property. 46 44 47 = 1.1 = 45 48 * Fixed bug with heartbeat setting. -
trimpress/trunk/trimpress.php
r2744631 r3289926 6 6 * Plugin Name: TrimPress 7 7 * Description: Trim some of the cruft from WordPress for a lighter, more secure theme! 8 * Version: 1.1 8 * Version: 1.1.1 9 9 * Author: David Matthew 10 10 * Author URI: https://davidmatthew.ie … … 24 24 25 25 // Current plugin version, manually defined for performance reasons. 26 define( 'TRIMPRESS_VERSION', '1.1 ' );26 define( 'TRIMPRESS_VERSION', '1.1.1' ); 27 27 28 28 // Load the core plugin class and create a plugin instance.
Note: See TracChangeset
for help on using the changeset viewer.