Changeset 2762378
- Timestamp:
- 07/27/2022 12:06:29 PM (4 years ago)
- Location:
- amp-enhancer/trunk
- Files:
-
- 3 edited
-
amp-enhancer.php (modified) (2 diffs)
-
class-amp-enhancer-form-sanitizer.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amp-enhancer/trunk/amp-enhancer.php
r2557002 r2762378 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 66 Version: 1.0.47 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 6');15 define('AMP_ENHANCER_VERSION','1.0.47'); 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/class-amp-enhancer-form-sanitizer.php
r2496658 r2762378 10 10 use AmpProject\DevMode; 11 11 use AmpProject\Dom\Document; 12 12 use AmpProject\Dom\Document\Filter\MustacheScriptTemplates; 13 13 /** 14 14 * Class AMP_Form_Sanitizer … … 220 220 } 221 221 222 $templates = $this->dom->xpath->query( Document::XPATH_MUSTACHE_TEMPLATE_ELEMENTS_QUERY, $form );222 $templates = $this->dom->xpath->query( MustacheScriptTemplates::XPATH_MUSTACHE_TEMPLATE_ELEMENTS_QUERY, $form ); 223 223 foreach ( $templates as $template ) { 224 224 $parent = $template->parentNode; -
amp-enhancer/trunk/readme.txt
r2557002 r2762378 4 4 Donate link: https://www.paypal.me/Kaludi/25 5 5 Requires at least: 3.0 6 Tested up to: 5.7.27 Stable tag: 1.0.4 66 Tested up to: 6.0.1 7 Stable tag: 1.0.47 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.47 (22nd July 2022) = 226 * Fixed: Fatal Error with WooCommerce #72 227 * Fixed: Drop Down menus are not working with Storefront #71 228 225 229 = 1.0.46 (1st July 2021) = 226 230 * Added Ezoic Compatibility #64
Note: See TracChangeset
for help on using the changeset viewer.