Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ademers committed Mar 20, 2020
2 parents b90c9a9 + 7f116d0 commit 9d9c08b
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 1,778 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.1 - 2020-03-20
### Changed
- Update Craft and Craft plugins to latest versions.
- Update README.

### Removed
- Uninstall and remove Craft Mailgun plugin.
- Remove Composer platform config.

## 1.1.0 - 2020-03-06
### Added
- Install Tailwind UI npm package.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Craft CMS 3.x Starter Project

A [Craft CMS](https://craftcms.com/) starter project by [Andrea DeMers](http://andreademers.com).
A [Craft CMS](https://craftcms.com/) starter project by [Andrea DeMers](https://andreademers.com).

## Content Management System (CMS)
- [Craft CMS](https://craftcms.com/)
- [Craft CMS 3.x documentation](https://docs.craftcms.com/v3/)

## Craft CMS Plugins
- [Contact Form](https://plugins.craftcms.com/contact-form)
- [Mailgun](https://plugins.craftcms.com/mailgun)
- [Minify](https://plugins.craftcms.com/minify)
- [Redactor](https://plugins.craftcms.com/redactor)
- [Retcon](https://plugins.craftcms.com/retcon)
Expand All @@ -24,8 +23,10 @@ A [Craft CMS](https://craftcms.com/) starter project by [Andrea DeMers](http://a

### CSS
- [Tailwind CSS](https://tailwindcss.com/)
- [Tailwind UI](https://tailwindui.com/)

### JavaScript
- [Alpine JS](https://github.com/alpinejs/alpine)
- [lazySizes](https://afarkas.github.io/lazysizes/index.html)
- [Vue.js](https://vuejs.org/)

Expand All @@ -41,7 +42,7 @@ A [Craft CMS](https://craftcms.com/) starter project by [Andrea DeMers](http://a
4. Duplicate the `.env.example` file in the project root and rename it to `.env`.
5. Run the Craft setup wizard `./craft setup` and answer the questions when prompted.
6. Access your new Craft website from your web browser.
7. Do a little dance.
7. Do a little dance. :dancer:

## Todo
- [x] Replace Vue.js with Alpine.js as default JavaScript framework
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"project"
],
"type": "project",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"require": {
"craftcms/cms": "^3.4.9",
"craftcms/contact-form": "^2.2",
"craftcms/mailgun": "^1.4",
"craftcms/redactor": "^2.6.0.1",
"mmikkel/retcon": "^2.0",
"nystudio107/craft-minify": "^1.2",
Expand All @@ -29,10 +28,7 @@
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.0"
}
"optimize-autoloader": true
},
"scripts": {
"post-root-package-install": [
Expand Down
Loading

0 comments on commit 9d9c08b

Please sign in to comment.