Changeset 2215166
- Timestamp:
- 12/19/2019 02:53:39 PM (6 years ago)
- Location:
- remove-schema/trunk
- Files:
-
- 2 edited
-
admin/partials/remove-schema-post-editor-display.php (modified) (1 diff)
-
remove-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-schema/trunk/admin/partials/remove-schema-post-editor-display.php
r2215002 r2215166 29 29 $options['rdfa'] = false; 30 30 } 31 $keep_schema = $option ['keep_schema'];31 $keep_schema = $options['keep_schema']; 32 32 $rm_jsonld = $options['rm_jsonld']; 33 33 $yoast_jsonld = $options['yoast_jsonld']; -
remove-schema/trunk/remove-schema.php
r2215002 r2215166 17 17 * Plugin URI: https://plugin.nl/en/remove-schema-plugin/ 18 18 * Description: Remove all Microdata, RDFa and/or JSON-ld that you don’t want on your page. 19 * Version: 1.3. 019 * Version: 1.3.1 20 20 * Author: Plugin.nl 21 21 * Author URI: https://plugin.nl/en/remove-schema-plugin/ … … 34 34 * Currently plugin version. 35 35 */ 36 define( 'REMOVE_SCHEMA_VERSION', '1.3. 0' );36 define( 'REMOVE_SCHEMA_VERSION', '1.3.1' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.