Skip to content

Releases: ediamin/wp-console

2.4.1

13 Nov 12:28
Compare
Choose a tag to compare

Changelog

  • Fix deprecation notice in PHP 8.2 related to strtolower argument type.
  • Add an admin submenu under the tools menu to open the console window.
  • Update WordPress compatibility to the latest version 6.4.2.

2.4.0

09 Aug 07:16
Compare
Choose a tag to compare

Changelog

  • Add support for PHP 8.0+.
  • Update Ace Editor version to 1.23.4.

2.3.1

31 Jul 13:50
Compare
Choose a tag to compare

Changelog

  • Update script version of ace.

2.3.0

27 Jul 07:14
Compare
Choose a tag to compare

Changelog

  • Add code execution time in console output panel.
  • Use ace.js with custom namespace to avoid conflict with other ace.js source.
  • Fix snippet manager module style.
  • Use verticle split as default in console panel.
  • Fix error handling for PHP v5.6.
  • Fix some UI issues in different WordPress versions.
  • Add wp-env and e2e testing with Jest using wp-scripts for developing the plugin.

2.1.0

14 Apr 05:39
Compare
Choose a tag to compare

Changelog

  • Lazy load React components to improve performance
  • Use a single store source for all components
  • Reset console responses after close app window
  • Fix navigation button icon css for WP v5.4
  • Resize editor screen after toggle split mode

2.0.0

11 Dec 04:54
Compare
Choose a tag to compare

Changelog

  • Revamp UI/UX.
  • Add Ace editor as code editor plugin. Remove CodeMirror.
  • Live autocompletion with placeholders.
  • Option to vertically split editor and output window.
  • Add ability to clear debug.log.
  • Restrict plugin UI and REST APIs for users who have manage_options capability.

1.5.0

07 Nov 04:58
Compare
Choose a tag to compare

Changelog

  • Tweak - Change dump function name to _dump to resolve conflict with wp-erp

1.4.0

02 Nov 14:42
Compare
Choose a tag to compare

Changelog

  • New - Save code editor history in localStorage
  • Tweak - Use wp-scripts for assets build process

1.3.0

27 Oct 08:05
Compare
Choose a tag to compare

Changelog

  • New - Fetch debug.log contents
  • Tweak - Support PHP version 5.6

1.2.0

27 Jul 16:14
Compare
Choose a tag to compare

Changelog

  • New - Add autocompletion data(WP functions, PHP booleans, constants, functions, keywords)
  • New - Add codemirror closebrackets, matchbrackets addon scripts
  • New - Show error stacktrace