Skip to content

Commit

Permalink
Merge branch 'release/2.2.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjie committed May 31, 2021
2 parents 33402b3 + d6bf6b4 commit 23e7346
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ endif
rm -rf silverstripe-cache/
mkdir silverstripe-cache/
vendor/bin/sake dev/build

# Sync assets from development host to staging
# staging_rsync:
# rsync -avzh public/assets user@mystagingserver:path/to/public
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"silverstripe/login-forms": "^4.2",
"jinjie/silverstripe-admin-material-icons": "^0.0.1",
"dnadesign/silverstripe-elemental": "^4",
"jinjie/slickhero-elemental": "^1.0"
"jinjie/slickhero-elemental": "^1.0",
"dnadesign/silverstripe-elemental-userforms": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down
182 changes: 181 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/app/templates/Page.ss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{$ContentLocale}">
<head>
<% base_tag %>
{$MetaTags(false)}
Expand Down

0 comments on commit 23e7346

Please sign in to comment.