Skip to content

Releases: enrico-sorcinelli/rest-xmlrpc-data-checker

1.4.0

04 Aug 06:51

Choose a tag to compare

Added

  • Tested up to WordPress 6.0.1
  • Development Grunt task to check CHANGELOG version.
  • --phpcs-bin Grunt option.
  • Used jQuery Flex Tree (1.2.2) library for checkbox three-state selection.
  • Allow to set PHPUnit Polyfills path library from WP_TESTS_PHPUNIT_POLYFILLS_PATH environment variable (test units).

Changed

  • Multisite support for network superadmin plugin's capabilities.
  • Documentation improvements.

Fixed

  • Coding standards.
  • XML-RPC tests since from WP 5.7.3 'xmlrpc_enabled' filter has been moved to wp_xmlrpc_server() constructor.

1.3.2

14 Aug 16:26

Choose a tag to compare

Added

  • Tested up to WordPress 5.5.
  • Minified assets.
  • Added Node.js and Grunt for development and build.

Fixed

  • Improved PHP, JavaScript and CSS coding standard.

1.3.1

28 May 21:13

Choose a tag to compare

Added

  • Tested up to WordPress 5.2.1.
  • New XML-RPC option allowing to apply WordPress rendering to post_content (this will prevent to leave blocks comments).
  • New XML-RPC option allowing to restore original post_status value.
  • Allows to use PHP single line comments (with // or #) in trusted network option.

Changed

  • Updated translations and screenshots.
  • Documentation improvements.

Fixed

  • PHPCS standars.

1.3.0

09 Mar 19:21

Choose a tag to compare

Added

  • New option allowing to disable evaluation of originating IP in HTTP headers added by proxy or load balancer for trusted network check.

Changed

  • Updated translations and screenshots.
  • Documentation improvements.

1.2.2

12 Dec 09:19

Choose a tag to compare

Fixed

  • User's grants option saving.
  • Check for including XML-RPC related libraries.

1.2.1

03 Dec 22:08

Choose a tag to compare

Fixed

  • Typo in users column hook.

1.1.0

25 Nov 08:38

Choose a tag to compare

Added

  • Allows to remove REST API Really Simple Discovery (RSD) endpoint.
  • Allows to remove <link> to the Really Simple Discovery service endpoint on front-end pages.
  • Allows to remove X-Pingback HTTP Header on front-end pages.

Changed

  • Updated translations and screenshots.
  • Documentation improvements.

1.0.1

18 Nov 10:35

Choose a tag to compare

Added

  • Allows to remove REST and Discovery oEmbed <link> tags on front-end pages.
  • Allows to remove REST HTTP Header Link.
  • Contextual help menu in plugin admin setting screen.
  • Remove REST/XML-RPC user's capabilities added by plugin on plugin removal.

Fixed

  • First plugin options save.
  • Maintains last opened tab after plugin options saving.
  • PHPCS.

Changed

  • Documentation improvements.

1.0.0

12 Nov 16:11

Choose a tag to compare

Added

  • First public release.