Skip to content

Commit 04d7f78

Browse files
committed
Update README
1 parent c35b664 commit 04d7f78

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ This is NetBeans plugin for WordPress.
1515
- display and change debug status
1616
- code completion for filter and action
1717
- create new theme action
18-
- hyperlink navigate
18+
- hyperlink navigation
1919
- create new plugin action
2020
- custom content name
2121
- run command (wp-cli)
22+
- upgrade notification
2223

2324
### Impotant Files
2425
It contains wp-config.php
@@ -71,6 +72,7 @@ add_filter('the_content', 'w[Ctrl + Space]'); // e.g. start with 'w'
7172
### Display And Change Debug Status
7273
WP_DEBUG value(wp-config.php) is displayed on bottome-right of IDE.
7374
If you click there, you can change WP_DEBUG value.
75+
WordPress version number is also displayed.
7476

7577
### Create New Theme Action
7678
Right-click Project > WordPress > Create Theme
@@ -116,5 +118,31 @@ Please see the followings:
116118
- https://github.com/wp-cli/wp-cli
117119
- http://wp-cli.org/
118120

121+
### Upgrade Notification
122+
123+
Check current and latest version number when WordPress project is opened.
124+
Furthermore, we can upgrade(run core update, core update-db) WordPress with notification window if we are setting wp-cli.
125+
126+
If you don't want to check that, please uncheck `Check new version when project is opened` at Options.
127+
128+
## Version Number
129+
130+
| |stable |dev |
131+
|:------|:-----:|:-------:|
132+
|pattern| n.n.n | n.n.n.n |
133+
|e.g. | 1.0.1 | 1.0.1.2 |
134+
135+
### Stable version
136+
137+
Available on [Plugin Portal](http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms).
138+
139+
### Development version
140+
141+
If development version exists, it will be available in the same archive as stable version.
142+
143+
### Archive
144+
145+
[github releases](https://github.com/junichi11/netbeans-wordpress-plugin/releases)
146+
119147
## License
120148
[Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2](http://netbeans.org/cddl-gplv2.html)

0 commit comments

Comments
 (0)