Changeset 2249025
- Timestamp:
- 02/23/2020 08:53:52 PM (6 years ago)
- Location:
- remove-schema/trunk
- Files:
-
- 3 edited
-
README.txt (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
r2215002 r2249025 53 53 == Changelog == 54 54 55 = 1.3.2 = 56 * Bugfixes - page specific markup wouldn't save if everything was unchecked. 57 55 58 = 1.3 = 56 59 * Improved security -
remove-schema/trunk/admin/partials/remove-schema-post-editor-display.php
r2215166 r2249025 37 37 $rdfa = $options['rdfa']; 38 38 ?> 39 <input class="hidden" style="display:none;" type="text" id="<?php echo $this->plugin_name; ?>-fake-field" name="<?php echo $this->plugin_name; ?>[fake_field]" value="1" /> 40 39 41 <input type="checkbox" id="<?php echo $this->plugin_name; ?>-keep-schema" name="<?php echo $this->plugin_name; ?>[keep_schema]" value="1" <?php checked($keep_schema, 1); ?> /> 40 42 <b><?php esc_attr_e('Turn off remove schema on this page', $this->plugin_name); ?></b></br> -
remove-schema/trunk/remove-schema.php
r2215166 r2249025 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. 119 * Version: 1.3.2 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. 1' );36 define( 'REMOVE_SCHEMA_VERSION', '1.3.2' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.