Skip to content

Commit 5793b24

Browse files
committed
prepared for version 3.2.0 release
1 parent ebb7a7b commit 5793b24

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
### No Changes
5+
6+
## [3.2.0]
47
## Notes
58
- This update requires a couple of changes to the theme files
69
- Please see [53015cd](https://github.com/dappur/theme-dappur/commit/53015cdf33c2a947195f6ecd6068945ccdbd3680) for the required changes
@@ -304,7 +307,8 @@ Once those items are complete, focus will be shifted to feature enhancements. T
304307
- Internalized all assets, they are now served from the view folder and not from the public dir.
305308

306309

307-
[Unreleased]: https://github.com/dappur/framework/compare/v3.1.2...HEAD
310+
[Unreleased]: https://github.com/dappur/framework/compare/v3.2.0...HEAD
311+
[3.2.0]: https://github.com/dappur/framework/compare/v3.1.2...v3.2.0
308312
[3.1.2]: https://github.com/dappur/framework/compare/v3.1.1...v3.1.2
309313
[3.1.1]: https://github.com/dappur/framework/compare/v3.1.0...v3.1.1
310314
[3.1.0]: https://github.com/dappur/framework/compare/v3.0.3...v3.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dappur/framework",
33
"description": "A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.",
44
"keywords": ["slim", "eloquent", "twig", "sentinel", "monolog", "logentries", "validation", "config", "framework", "phinx", "cloudinary", "phpmailer", "email", "deployment", "github", "recaptcha", "seo", "2fa", "cron"],
5-
"version": "3.1.2",
5+
"version": "3.2.0",
66
"homepage": "https://github.com/dappur/framework",
77
"license": "MIT",
88
"authors": [

settings.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "dappur",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"displayErrorDetails": false,
55
"environment": "development",
66
"db": {

0 commit comments

Comments
 (0)