Skip to content

Commit 1401f97

Browse files
committed
ready for new release
1 parent 927c662 commit 1401f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
2424
* [WPBP/CPT_Columns](https://github.com/WPBP/CPT_Columns)
2525
* [WPBP/Requirements](https://github.com/WPBP/Requirements)
2626
* [WPBP/Language](https://github.com/WPBP/Language)
27+
* [WPBP/Backbone-Modal-View](https://github.com/WPBP/Backbone-Modal-View)
2728
* [WebDevStudios/CMB2](https://github.com/WebDevStudios/CMB2)
2829
* [kevinlangleyjr/wp-contextual-help](https://github.com/kevinlangleyjr/wp-contextual-help)
2930
* [nathanielks/wp-admin-notice](https://github.com/nathanielks/wordpress-admin-notice)
@@ -35,7 +36,6 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
3536
* [julien731/WP-Dismissible-Notices-Handler](https://github.com/julien731/wp-dismissible-notices-handler)
3637
* [julien731/WP-Review-Me](https://github.com/julien731/WP-Review-Me)
3738
* [wpackagist-plugin/posts-to-posts](https://github.com/scribu/wp-posts-to-posts)
38-
* [wpbp/backbone-modal-view](https://github.com/wpbp/backbone-modal-view)
3939
* [yoast/i18n-module](https://github.com/yoast/i18n-module)
4040
* [yoast/whip](https://github.com/yoast/whip)
4141

plugin-name/bin/wp-boilerplate-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
echo "WP Boilerplate Version Changer 1.1.1 by Mte90 & deshack"
55

66
if [ "$1" == "-h" ] || [ $# -eq 0 ]; then
7-
echo "Change the version in a wordpress plugin (plugin.php, public class and README.txt), tested on WP Boilerplate and derivates"
7+
echo "Change the version in a wordpress plugin (plugin-name.php and README.txt), tested on WP Boilerplate and derivates"
88
echo "by Mte90 - http://www.mte90.net"
99
echo "Usage: [version]"
1010
echo "-h: this help"

0 commit comments

Comments
 (0)