Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin committed Jul 27, 2019
1 parent a8b6a8a commit 340bcc6
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion includes/Core/Console/Psy/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct( Configuration $config = null ) {
* Helper for throwing an ErrorException.
*
* @since 1.1.0
* @since WP_CONSOLE_SINCE Using $errfile and remove line number increament
* @since 1.2.0 Using $errfile and remove line number increament
*
* @param int $errno Error type
* @param string $errstr Message
Expand Down
2 changes: 1 addition & 1 deletion includes/Core/Console/Scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct() {
* Register scripts
*
* @since 1.0.0
* @since WP_CONSOLE_SINCE Add codemirror closebrackets, matchbrackets addon scripts
* @since 1.2.0 Add codemirror closebrackets, matchbrackets addon scripts
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/WPConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class WPConsole {
*
* @var string
*/
public $version = '1.1.0';
public $version = '1.2.0';

/**
* Minimum PHP version required
Expand Down
12 changes: 10 additions & 2 deletions languages/wp-console.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the WP Console plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Console 1.0.0\n"
"Project-Id-Version: WP Console 1.2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-console\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-06-25T12:56:04+02:00\n"
"POT-Creation-Date: 2019-07-27T18:02:27+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wp-console\n"
Expand Down Expand Up @@ -47,11 +47,19 @@ msgstr ""
msgid "Console"
msgstr ""

#: assets/js/wp-console.js:1
msgid "Execute code"
msgstr ""

#: assets/js/wp-console.js:1
#: src/wp-console/Output.js:15
msgid "Output"
msgstr ""

#: assets/js/wp-console.js:1
msgid "Error Traceback"
msgstr ""

#: assets/js/wp-console.js:1
msgid "press `%s` to run"
msgstr ""
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-console",
"version": "1.1.0",
"version": "1.2.0",
"description": "WordPress PHP Console powered by PsySH",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Contributors: ediamin
Tags: console, repl, browser, psysh, shell, dump
Requires at least: 5.0
Tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -29,3 +30,18 @@ Please note that, currently PsySH commands like `ls`, `doc`, `show` etc and Magi
3. Error in code
4. wp shell command
5. Browser console UI

== Changelog ==

1.2.0 - July 27, 2019
* New - Add autocompletion data(WP functions, PHP booleans, constants, functions, keywords)
* New - Add codemirror closebrackets, matchbrackets addon scripts
* New - Show error stacktrace

1.1.0 - June 25, 2019
* New - Use output buffer handler
* New - Add build process
* Tweak - Remove unnecessary code

1.0.0 - June 21, 2019
Initial release
2 changes: 1 addition & 1 deletion wp-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Console
* Plugin URI: https://github.com/ediamin/wp-console
* Description: WordPress PHP Console powered by PsySH
* Version: 1.1.0
* Version: 1.2.0
* Author: Edi Amin
* Author URI: https://github.com/ediamin
* Text Domain: wp-console
Expand Down

0 comments on commit 340bcc6

Please sign in to comment.