@@ -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
2425It 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
7273WP_DEBUG value(wp-config.php) is displayed on bottome-right of IDE.
7374If you click there, you can change WP_DEBUG value.
75+ WordPress version number is also displayed.
7476
7577### Create New Theme Action
7678Right-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