Skip to content

Commit 6dfd5be

Browse files
committed
bump version
1 parent 1168ace commit 6dfd5be

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
#WordPress Plugin Boilerplate Powered
1+
# WordPress Plugin Boilerplate Powered
22
<p align="center">
33
<img src="./assets/icon-256x256.png" alt="Logo" title="Logo">
44
</p>
55

66
**WordPress Plugin Boilerplate Powered** is a complete foundation for building your WordPress plugins.
77
The mainly purpose of this boilerplate: choose a library or a snippet and the boilerplate contain already the example for use it without need a manual copy&paste way or look on internet.
88

9-
##Features
9+
## Features
1010

11-
###Library integrated
11+
### Library integrated
1212

1313
* Sass support with Compass and Grunt
1414
* CoffeeScript support with Grunt (not mandatory with the Yeoman generator)
@@ -35,8 +35,10 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
3535
* [julien731/WP-Review-Me](https://github.com/julien731/WP-Review-Me)
3636
* [wpackagist-plugin/posts-to-posts](https://github.com/scribu/wp-posts-to-posts)
3737
* [athlan/custom-fields-permalink-plugin](https://github.com/athlan/wordpress-custom-fields-permalink-plugin)
38+
* [wpbp/backbone-modal-view](https://github.com/wpbp/backbone-modal-view)
39+
* [yoast/i18n-module](https://github.com/yoast/i18n-module)
3840

39-
###Snippet included
41+
### Snippet included
4042

4143
* Shortcode example code
4244
* Dashicon as dependence of admin stylesheet
@@ -55,27 +57,27 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
5557
Do you want to see which plugins have been made with this boilerplate? Check [here](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/wiki/Plugin-made-with-this-Boilerplate)!
5658
Check the [Wiki](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/wiki/) for other info.
5759

58-
##Shell Script & Tools
60+
## Shell Script & Tools
5961

60-
###Included
62+
### Included
6163

6264
* wp-boilerplate-version.sh (check below)
6365
* apigen.sh script for generate a docs folder with the documentation
6466
* .php_cs for [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
6567

6668
Check on the [wiki](https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/wiki/How-use-the-Scripts-and-CLI-tools) for discover how to use this script!
6769

68-
###Useful resources or code examples
70+
### Useful resources or code examples
6971

7072
Check on the [wiki](https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/wiki/Useful-resources-or-code-examples)!
7173

72-
##Recommended Tools
74+
## Recommended Tools
7375

74-
###Generator Tool
76+
### Generator Tool
7577

7678
The code generator that allows you to choose the libraries you need with many customization.
7779
Link to repo: [https://github.com/wpbp/generator](https://github.com/wpbp/generator)
7880

79-
##License
81+
## License
8082

8183
The WordPress Plugin Boilerplate Powered is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.

0 commit comments

Comments
 (0)