Skip to content

Commit

Permalink
Update plugin version number to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin committed Nov 17, 2024
1 parent 5b37564 commit dc6872b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 = '2.4.1';
public $version = '2.5.0';

/**
* Minimum PHP version required
Expand Down
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": "2.4.1",
"version": "2.5.0",
"description": "An in-browser PHP console for WordPress powered by PsySH",
"author": "Edi Amin <[email protected]>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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: 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
Expand Down

0 comments on commit dc6872b

Please sign in to comment.