Changeset 3137717
- Timestamp:
- 08/19/2024 04:06:32 PM (19 months ago)
- Location:
- wp-amp-lite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-amp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-amp-lite/trunk/readme.txt
r2217603 r3137717 4 4 Donate link: https://1.envato.market/V0E5M 5 5 Requires at least: 4.0 6 Tested up to: 5.3.26 Tested up to: 6.6.1 7 7 Stable tag: trunk 8 8 License: GPL-2.0+ … … 88 88 == Changelog == 89 89 1.0 Initial release 90 91 1.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 4 4 * Plugin Name: WP AMP Lite 5 5 * Description: Accelerated Mobile Pages for your WordPress and WooCommerce websites. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Custom4Web 8 8 * Author URI: https://www.custom4web.com/ … … 10 10 * Domain Path: /languages/ 11 11 * WC requires at least: 3.0.0 12 * WC tested up to: 3.8.112 * WC tested up to: 9.1.4 13 13 */ 14 14 if ( ! defined( 'ABSPATH' ) ) { … … 40 40 * plugin version 41 41 */ 42 public $version = '1.0. 0';42 public $version = '1.0.1'; 43 43 private static $instance = null; 44 44
Note: See TracChangeset
for help on using the changeset viewer.