Changeset 2241062
- Timestamp:
- 02/08/2020 08:50:38 PM (6 years ago)
- Location:
- websitescanner-custom-schema/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-websitescanner-custom-schema.php (modified) (1 diff)
-
websitescanner-custom-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websitescanner-custom-schema/trunk/README.txt
r2214925 r2241062 50 50 == Changelog == 51 51 52 = 1.3 = 53 * Add AMP support 54 52 55 = 1.2.1 = 53 56 * Cleanup unused functions … … 66 69 == Upgrade Notice == 67 70 71 = 1.3 = 72 Upgrade to add AMP support 73 68 74 = 1.0 = 69 75 Initial release -
websitescanner-custom-schema/trunk/includes/class-websitescanner-custom-schema.php
r2214917 r2241062 164 164 // actions 165 165 $this->loader->add_action( 'wp_head', $plugin_public, 'get_page_json_ld' ); 166 $this->loader->add_action( 'amp_post_template_head', $plugin_public, 'get_page_json_ld' ); 167 166 168 } 167 169 -
websitescanner-custom-schema/trunk/websitescanner-custom-schema.php
r2214925 r2241062 17 17 * Plugin URI: https://plugin.nl/en/websitescanner-custom-schema-plugin/ 18 18 * Description: Adds a field to the editor for custom JSON-ld schema markup. 19 * Version: 1. 2.119 * Version: 1.3 20 20 * Author: Plugin.nl 21 21 * Author URI: https://plugin.nl/en/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WEBSITESCANNER_CUSTOM_SCHEMA_VERSION', '1. 2.1' );38 define( 'WEBSITESCANNER_CUSTOM_SCHEMA_VERSION', '1.3' ); 39 39 /** 40 40 * The core plugin class that is used to define internationalization,
Note: See TracChangeset
for help on using the changeset viewer.