Plugin Directory

Changeset 3137717


Ignore:
Timestamp:
08/19/2024 04:06:32 PM (19 months ago)
Author:
custom4web
Message:

Tested up to WP version 6.6.1 and WooCommerce version 9.1.4.

Location:
wp-amp-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-amp-lite/trunk/readme.txt

    r2217603 r3137717  
    44Donate link: https://1.envato.market/V0E5M
    55Requires at least: 4.0
    6 Tested up to: 5.3.2
     6Tested up to: 6.6.1
    77Stable tag: trunk
    88License: GPL-2.0+
     
    8888== Changelog ==
    89891.0 Initial release
     90
     911.0.1 Tested up to WP version 6.6.1 and WooCommerce version 9.1.4.
  • wp-amp-lite/trunk/wp-amp.php

    r2217603 r3137717  
    44 * Plugin Name: WP AMP Lite
    55 * Description: Accelerated Mobile Pages for your WordPress and WooCommerce websites.
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Custom4Web
    88 * Author URI:  https://www.custom4web.com/
     
    1010 * Domain Path: /languages/
    1111 * WC requires at least: 3.0.0
    12  * WC tested up to: 3.8.1
     12 * WC tested up to: 9.1.4
    1313 */
    1414if ( ! defined( 'ABSPATH' ) ) {
     
    4040         * plugin version
    4141         */
    42         public $version          = '1.0.0';
     42        public $version          = '1.0.1';
    4343        private static $instance = null;
    4444
Note: See TracChangeset for help on using the changeset viewer.