Changeset 3023346
- Timestamp:
- 01/18/2024 08:00:41 AM (2 years ago)
- Location:
- cdn-enabler
- Files:
-
- 4 edited
- 3 copied
-
tags/2.0.7 (copied) (copied from cdn-enabler/trunk)
-
tags/2.0.7/cdn-enabler.php (copied) (copied from cdn-enabler/trunk/cdn-enabler.php) (2 diffs)
-
tags/2.0.7/inc/cdn_enabler_engine.class.php (modified) (1 diff)
-
tags/2.0.7/readme.txt (copied) (copied from cdn-enabler/trunk/readme.txt) (2 diffs)
-
trunk/cdn-enabler.php (modified) (2 diffs)
-
trunk/inc/cdn_enabler_engine.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cdn-enabler/tags/2.0.7/cdn-enabler.php
r2836559 r3023346 7 7 Author URI: https://www.keycdn.com 8 8 License: GPLv2 or later 9 Version: 2.0. 69 Version: 2.0.7 10 10 */ 11 11 … … 33 33 34 34 // constants 35 define( 'CDN_ENABLER_VERSION', '2.0. 6' );35 define( 'CDN_ENABLER_VERSION', '2.0.7' ); 36 36 define( 'CDN_ENABLER_MIN_PHP', '5.6' ); 37 37 define( 'CDN_ENABLER_MIN_WP', '5.1' ); -
cdn-enabler/tags/2.0.7/inc/cdn_enabler_engine.class.php
r2731535 r3023346 64 64 private static function start_buffering() { 65 65 66 ob_start( 'self::end_buffering');66 ob_start( [self::class, 'end_buffering'] ); 67 67 } 68 68 -
cdn-enabler/tags/2.0.7/readme.txt
r2914815 r3023346 3 3 Tags: cdn, content delivery network, content distribution network 4 4 Tested up to: 6.2 5 Stable tag: 2.0. 65 Stable tag: 2.0.7 6 6 Requires at least: 5.1 7 7 Requires PHP: 5.6 … … 48 48 49 49 == Changelog == 50 51 = 2.0.7 = 52 * PHP 8.2 compatibility 50 53 51 54 = 2.0.6 = -
cdn-enabler/trunk/cdn-enabler.php
r2836559 r3023346 7 7 Author URI: https://www.keycdn.com 8 8 License: GPLv2 or later 9 Version: 2.0. 69 Version: 2.0.7 10 10 */ 11 11 … … 33 33 34 34 // constants 35 define( 'CDN_ENABLER_VERSION', '2.0. 6' );35 define( 'CDN_ENABLER_VERSION', '2.0.7' ); 36 36 define( 'CDN_ENABLER_MIN_PHP', '5.6' ); 37 37 define( 'CDN_ENABLER_MIN_WP', '5.1' ); -
cdn-enabler/trunk/inc/cdn_enabler_engine.class.php
r2731535 r3023346 64 64 private static function start_buffering() { 65 65 66 ob_start( 'self::end_buffering');66 ob_start( [self::class, 'end_buffering'] ); 67 67 } 68 68 -
cdn-enabler/trunk/readme.txt
r2914815 r3023346 3 3 Tags: cdn, content delivery network, content distribution network 4 4 Tested up to: 6.2 5 Stable tag: 2.0. 65 Stable tag: 2.0.7 6 6 Requires at least: 5.1 7 7 Requires PHP: 5.6 … … 48 48 49 49 == Changelog == 50 51 = 2.0.7 = 52 * PHP 8.2 compatibility 50 53 51 54 = 2.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.