Skip to content

Commit

Permalink
Merge branch 'hotfix-7.0.7' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Oct 7, 2024
2 parents dc37595 + 913cf09 commit f84c9e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.7

* [#24](https://github.com/pixl8/Preside-CMS-CommandBox-Commands/pull/24) Sort order issue for app skeletons

## 7.0.6

* [#23](https://github.com/pixl8/Preside-CMS-CommandBox-Commands/issues/23) Temporarily hardcode a better mysql driver that works with more versions of mysql and mariadb out of the box
Expand Down
2 changes: 1 addition & 1 deletion commands/preside/new/site.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ component {
if ( StructKeyExists( templates, "basic" ) ) {
ordered[ "basic" ] = templates.basic;
}
if ( StructKeyExists( templates, "basic" ) ) {
if ( StructKeyExists( templates, "webapp" ) ) {
ordered[ "webapp" ] = templates.webapp;
}
for( var key in templates ) {
Expand Down

0 comments on commit f84c9e4

Please sign in to comment.