Changeset 3069127
- Timestamp:
- 04/11/2024 04:07:37 PM (2 years ago)
- Location:
- amp-enhancer/trunk
- Files:
-
- 2 edited
-
amp-enhancer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amp-enhancer/trunk/amp-enhancer.php
r2923927 r3069127 4 4 Description: AMP Enhancer is a Compatibility Layer for Official AMP Plugin ( Its Plug & Play, Requires No Settings ) 5 5 Author: ampenhancer 6 Version: 1.0.4 86 Version: 1.0.49 7 7 Author URI: http://ampenhancer.com 8 8 License: GPLv2 or later … … 13 13 if ( ! defined( 'ABSPATH' ) ) exit; 14 14 15 define('AMP_ENHANCER_VERSION','1.0.4 8');15 define('AMP_ENHANCER_VERSION','1.0.49'); 16 16 define('AMP_ENHANCER_PLUGIN_URI', plugin_dir_url(__FILE__)); 17 17 define('AMP_ENHANCER_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
amp-enhancer/trunk/readme.txt
r2923927 r3069127 5 5 Requires at least: 3.0 6 6 Tested up to: 6.2 7 Stable tag: 1.0.4 87 Stable tag: 1.0.49 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 223 223 == Changelog == 224 224 225 = 1.0.49 (10th April 2024) = 226 * Enhancement: Test with WordPress v6.5 and update readme #80 227 225 228 = 1.0.48 (9th June 2023) = 226 229 * Fixed: Getting PHP deprecated error messages when enabling the elementor #73
Note: See TracChangeset
for help on using the changeset viewer.