Releases: dappur/dappurware
Releases · dappur/dappurware
Dappurware v4.0.5
[4.0.5]
Fixed
- Twitter Auth URL
Dappurware v4.0.4
[4.0.4] - 2020-01-13
Fixed
- Migrated Interop to Psr container interface
Dappurware v4.0.3
[4.0.3] - 2019-07-15
Fixed
- Updated twig extension for oauth2 to support new class structure
Dappurware v4.0.2
[4.0.2] - 2019-07-14
- Fixed bug in blog
Dappurware v4.0.1
[4.0.1] - 2019-07-12
Fixed
- Blog post status was not toggling
- Code cleanup
Dappurware v4.0.0
[4.0.0]
Notes
- I promise this will be the last major version upgrade for a while (I hope). This was necessary in order to separate out the heavier dappurwares into their own repository so that they could be developed further. The dapurwares that were moved into their own repositories are:
- Deployment
- Oauth2
- Video
Dappurware V3.0.0
[3.0.0]
Notes
I am bumping the version number on on Dappurware for this release to v3.0.0. This is so that the framework and dappurware will share the same major version number. Breaking changes will only be introduced in major version updates along with the framework.
Added
- Deployment: Database connection validation while checking requirements.
Changed
- Deployment: Using
GIT_SSH_COMMAND
now for identity file access and removed
Removed
- Deployment: Check and update settings functions as they were not used.
- Deployment: Install deploy key in favor of direct identity file access using
GIT_SSH_COMMAND
Dappurware V1.1.2
[1.1.2] - 2018-07-29
Fixed
- Made menu validation recursive to fix permissions issue
Dappurware V1.1.1
[1.1.1] - 2018-07-29
Added
- Menus to
TwigExtensions
Dappurware V1.1.0
[1.1.0] - 2018-07-19
Added
- Moved
TwigExtensions
src from Framework - Added Gravatar Twig extension