Plugin Directory

Changeset 2249025


Ignore:
Timestamp:
02/23/2020 08:53:52 PM (6 years ago)
Author:
timvaniersel
Message:

bugfixes

Location:
remove-schema/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • remove-schema/trunk/README.txt

    r2215002 r2249025  
    5353== Changelog ==
    5454
     55= 1.3.2 =
     56* Bugfixes - page specific markup wouldn't save if everything was unchecked.
     57
    5558= 1.3 =
    5659* Improved security
  • remove-schema/trunk/admin/partials/remove-schema-post-editor-display.php

    r2215166 r2249025  
    3737$rdfa = $options['rdfa'];
    3838?>
     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
    3941<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); ?> />
    4042<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  
    1717 * Plugin URI:        https://plugin.nl/en/remove-schema-plugin/
    1818 * Description:       Remove all Microdata, RDFa and/or JSON-ld that you don’t want on your page.
    19  * Version:           1.3.1
     19 * Version:           1.3.2
    2020 * Author:            Plugin.nl
    2121 * Author URI:        https://plugin.nl/en/remove-schema-plugin/
     
    3434 * Currently plugin version.
    3535 */
    36 define( 'REMOVE_SCHEMA_VERSION', '1.3.1' );
     36define( 'REMOVE_SCHEMA_VERSION', '1.3.2' );
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.