diff --git a/includes/WPConsole.php b/includes/WPConsole.php index af8f54e..cfa514c 100644 --- a/includes/WPConsole.php +++ b/includes/WPConsole.php @@ -20,7 +20,7 @@ final class WPConsole { * * @var string */ - public $version = '2.4.1'; + public $version = '2.5.0'; /** * Minimum PHP version required diff --git a/package-lock.json b/package-lock.json index 0ae30f1..fc0f6fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wp-console", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c5ad2e5..9334d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-console", - "version": "2.4.1", + "version": "2.5.0", "description": "An in-browser PHP console for WordPress powered by PsySH", "author": "Edi Amin ", "license": "GPL-3.0", diff --git a/readme.txt b/readme.txt index cae33f7..76378ab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: console, repl, browser, psysh, shell, dump Requires at least: 5.3.12 Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 2.4.1 +Stable tag: 2.5.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/wp-console.php b/wp-console.php index 442bbe8..a2e3456 100644 --- a/wp-console.php +++ b/wp-console.php @@ -3,7 +3,7 @@ * Plugin Name: WP Console * Plugin URI: https://github.com/ediamin/wp-console * Description: An in-browser PHP console for WordPress powered by PsySH - * Version: 2.4.1 + * Version: 2.5.0 * Author: Edi Amin * Author URI: https://github.com/ediamin * Text Domain: wp-console