File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
7575
7676* Refactor the Plugin and Loader classes
7777* Add plugin uninstall hook
78+ * Add support for Gulp 4.0
7879* Add [ phpdotenv] ( https://github.com/etelford/phpdotenv ) support
7980* Switch to npm and WebPack for frontend dependency management
8081
@@ -92,6 +93,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
9293* Updated JS injection to use wordpress-toolkit [ ScriptObject] ( https://github.com/dmhendricks/wordpress-toolkit/wiki/ScriptObject )
9394* Added Customizer options example (via [ inc2734/wp-customizer-framework] ( https://github.com/inc2734/wp-customizer-framework ) )
9495* Added various Carbon Fields custom CSS classes
96+ * Bumped NPM dependency versions
9597
9698## Screenshot
9799
Original file line number Diff line number Diff line change 1212 "zip" : " zip -q -r ../$npm_package_name.zip * -x 'node_modules/*' '.git*' './src/*' './.*' './package*.*' './composer.*' './*.md' './*.bak' './bower.json' './gulpfile.js' "
1313 },
1414 "devDependencies" : {
15- "del" : " ^3.0" ,
1615 "gulp" : " ^3.9.1" ,
16+ "gulp-sass" : " ^3.1.0" ,
17+ "gulp-uglify" : " ^3.0.0" ,
18+ "gulp-uglifycss" : " ^1.0.9" ,
1719 "gulp-autoprefixer" : " ^3.1.0" ,
1820 "gulp-batch-replace" : " *" ,
19- "gulp-concat" : " ^2.5.2 " ,
20- "gulp-filter" : " ^4.0 .0" ,
21- "gulp-line-ending-corrector" : " ^1.0.1 " ,
21+ "gulp-concat" : " ^2.6.1 " ,
22+ "gulp-filter" : " ^5.1 .0" ,
23+ "gulp-line-ending-corrector" : " ^1.0.2 " ,
2224 "gulp-merge-media-queries" : " ^0.2.1" ,
23- "gulp-notify" : " ^2.2 .0" ,
25+ "gulp-notify" : " ^3.1 .0" ,
2426 "gulp-rename" : " ^1.2.0" ,
25- "gulp-sass" : " ^2.2.0" ,
2627 "gulp-simple-rename" : " ^0.1.3" ,
2728 "gulp-sourcemaps" : " ^1.5.2" ,
28- "gulp-uglify" : " ^1.5.3" ,
29- "gulp-uglifycss" : " ^1.0.6" ,
3029 "vinyl-paths" : " ^2.1.0" ,
31- "wp-pot-cli" : " ^1.0"
30+ "wp-pot-cli" : " ^1.0" ,
31+ "del" : " ^3.0"
3232 },
3333 "repository" : {
3434 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments