Changeset 2362095
- Timestamp:
- 08/15/2020 09:12:07 PM (6 years ago)
- Location:
- remove-schema/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/partials/remove-schema-admin-display.php (modified) (1 diff)
-
admin/partials/remove-schema-post-editor-display.php (modified) (1 diff)
-
remove-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-schema/trunk/README.txt
r2353962 r2362095 53 53 == Changelog == 54 54 55 = 1.4 = 56 * Add Yoast SEO Premium support 57 55 58 = 1.3.4 = 56 59 * Add multisite support -
remove-schema/trunk/admin/partials/remove-schema-admin-display.php
r2353962 r2362095 67 67 68 68 <!-- remove Yoast JSONLD --> 69 <?php if ( pluginnl_plugin_is_active( 'wordpress-seo/wp-seo.php') ) { ?>69 <?php if (pluginnl_plugin_is_active( 'wordpress-seo/wp-seo.php') || pluginnl_plugin_is_active('wordpress-seo-premium/wp-seo-premium.php') ) { ?> 70 70 <fieldset> 71 71 <legend class="screen-reader-text"><span><?php _e('Remove Yoast JSON-LD', $this->plugin_name); ?></span></legend> -
remove-schema/trunk/admin/partials/remove-schema-post-editor-display.php
r2353962 r2362095 61 61 <?php esc_attr_e('Remove all JSON-LD', $this->plugin_name); ?></br> 62 62 63 <?php if ( pluginnl_plugin_is_active( 'wordpress-seo/wp-seo.php') ) { ?>63 <?php if (pluginnl_plugin_is_active( 'wordpress-seo/wp-seo.php') || pluginnl_plugin_is_active('wordpress-seo-premium/wp-seo-premium.php') ) { ?> 64 64 <input type="checkbox" id="<?php echo $this->plugin_name; ?>-yoast-json-ld" name="<?php echo $this->plugin_name; ?>[yoast_jsonld]" value="1" <?php checked($yoast_jsonld, 1); ?> /> 65 65 <?php esc_attr_e('Remove Yoast JSON-LD', $this->plugin_name); ?></br> -
remove-schema/trunk/remove-schema.php
r2353962 r2362095 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.419 * Version: 1.4 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.4' );36 define( 'REMOVE_SCHEMA_VERSION', '1.4' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.