File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7+
8+ ## v4.1.17-alpha
9+ - Lock ` gulp-uf-bundle-assets ` at v2.28.0 until Silic0nS0ldier/gulp-uf-bundle-assets #5 is resolved (see #859 )
10+
311## v4.1.16-alpha
412- Fix for ` merge ` bundling rule (#660 )
513- Fix for undefined variable exception under strict mode in ` ufAlerts ` (#809 )
Original file line number Diff line number Diff line change 33namespace UserFrosting ;
44
55// Some standard defines
6- define ('UserFrosting\VERSION ' , '4.1.16 -alpha ' );
6+ define ('UserFrosting\VERSION ' , '4.1.17 -alpha ' );
77define ('UserFrosting\DS ' , '/ ' );
88define ('UserFrosting\PHP_MIN_VERSION ' , '5.6 ' );
99define ('UserFrosting\DEBUG_CONFIG ' , false );
Original file line number Diff line number Diff line change 1111 "license" : " MIT" ,
1212 "devDependencies" : {
1313 "gulp" : " ^3.9.1" ,
14- "gulp-uf-bundle-assets" : " ^2.27.2 " ,
14+ "gulp-uf-bundle-assets" : " 2.28.0 " ,
1515 "gulp-load-plugins" : " ^1.4.0" ,
1616 "merge-array-object" : " ^1.0.3" ,
1717 "recursive-copy" : " ^2.0.5" ,
You can’t perform that action at this time.
0 commit comments