Plugin Directory

Changeset 3069127


Ignore:
Timestamp:
04/11/2024 04:07:37 PM (2 years ago)
Author:
ampenhancer
Message:

Release Version 1.0.49

Location:
amp-enhancer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amp-enhancer/trunk/amp-enhancer.php

    r2923927 r3069127  
    44Description: AMP Enhancer is a Compatibility Layer for Official AMP Plugin ( Its Plug & Play, Requires No Settings )
    55Author: ampenhancer
    6 Version: 1.0.48
     6Version: 1.0.49
    77Author URI: http://ampenhancer.com
    88License: GPLv2 or later
     
    1313if ( ! defined( 'ABSPATH' ) ) exit;
    1414
    15 define('AMP_ENHANCER_VERSION','1.0.48');
     15define('AMP_ENHANCER_VERSION','1.0.49');
    1616define('AMP_ENHANCER_PLUGIN_URI', plugin_dir_url(__FILE__));
    1717define('AMP_ENHANCER_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • amp-enhancer/trunk/readme.txt

    r2923927 r3069127  
    55Requires at least: 3.0
    66Tested up to: 6.2
    7 Stable tag: 1.0.48
     7Stable tag: 1.0.49
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    223223== Changelog ==
    224224
     225= 1.0.49 (10th April 2024) =
     226* Enhancement: Test with WordPress v6.5 and update readme #80
     227
    225228= 1.0.48 (9th June 2023) =
    226229* Fixed: Getting PHP deprecated error messages when enabling the elementor #73
Note: See TracChangeset for help on using the changeset viewer.