Skip to content

Commit b2753aa

Browse files
author
nekorjira
committed
Instantiate PHP Console server later
PHP Console can now catch functions and classes declared in your theme. Included PHP Console as git submodule instead of composer dependency.
1 parent 7b893a5 commit b2753aa

File tree

139 files changed

+80
-8262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+80
-8262
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/php-console"]
2+
path = lib/php-console
3+
url = git://github.com/barbushin/php-console

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
### 1.00 (07 nov 2014)
1+
### 1.1.0 (07 nov 2014)
2+
* Added donation link/button.
3+
* PHP Console server is now instantiated later, allowing to catch all your theme functions too.
4+
* Included PHP Console server library as git submodule rather than a composer dependency.
5+
6+
### 1.0.0 (06 nov 2014)
27
* Added three options to set a custom password, enable on SSL only, authorized IP ranges.
38
* First public release.

README.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== WP PHP Console ===
22
Contributors: nekojira
3-
Donate link: https://github.com/nekojira/
3+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GSTFUY3LMCA5W
44
Tags: development, debug, debugging
55
Requires at least: 3.0.1
66
Tested up to: 4.0
7-
Stable tag: 1.0
7+
Stable tag: 1.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -50,11 +50,17 @@ No it doesn't, unless PHP Console is ported as a Firefox add-on for example.
5050

5151
== Changelog ==
5252

53-
= 1.0 =
53+
= 1.1.0 =
54+
* Added donation link/button.
55+
* PHP Console server is now instantiated later, allowing to catch all your theme functions too.
56+
* Included PHP Console server library as git submodule rather than a composer dependency.
57+
58+
= 1.0.0 =
59+
* Added three options to set a custom password, enable on SSL only, authorized IP ranges.
5460
* First public release.
5561

5662

5763
== Upgrade Notice ==
5864

59-
= 1.0 =
60-
First public release. Any issue encountered could depend also from your server or PHP configuration.
65+
= 1.0.0 =
66+
First public release.

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nekojira/wp-php-console",
33
"description": "A WordPress implementation of PHP Console.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"type": "wordpress-plugin",
66
"keywords": [
77
"wordpress",
@@ -10,13 +10,5 @@
1010
"development"
1111
],
1212
"homepage": "https://github.com/nekojira/wp-php-console",
13-
"license": "GPLv2 or later",
14-
"config": {
15-
"vendor-dir": "lib/vendor"
16-
},
17-
"require": {
18-
"php": ">=5.3.2",
19-
"composer/installers": "v1.0.6",
20-
"php-console/php-console": "3.*"
21-
}
13+
"license": "GPLv2 or later"
2214
}

composer.lock

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)