Skip to content

Commit

Permalink
Update the Composer branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 15, 2019
1 parent c6e7087 commit 397b033
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 44 deletions.
33 changes: 0 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
# Change log

## DEV

* Track profiler messages in the Contao translator (see #544).
* Add lightboxPicture in addition to imageHref (see #561).
* Add two-factor authentication in the front end (see #363).
* Move the default image densities into the page layout (see #545).
* Add support for image format conversion (see #552).
* Make the insert tags in picker providers configurable (see #450).
* Add the "minimum keyword length" field to the search module (see #274).
* Adjust the container CSS class in the "video/audio" element based on the media type (see #441).
* Autorotate images based on their EXIF metadata (see #529).
* Add a configuration option to define predefined image sizes (see #537).
* Make the FAQ record accessible in the FAQ reader template (see #221).
* Always create a new version if something changes, even if the form has errors (see #237).
* Add a news list option to show featured news first (see #371).
* Use the current firewall token if it matches the context (see #513).
* Support Argon2 password hashing (see #536).
* Extend the end date for unlimited event occurrences (see #510).
* Use generic labels in DCAs (see #532).
* Add deferred image resizing (see #354).
* Disable CSRF if the request has no cookies (see #515).
* Add expiration based persistent rememberme tokens (see #483).
* Rework caching for proxies (see #389).
* Add a command to debug a DCA (see #490).
* Support clearing any proxy cache in the maintenance module (see #173).
* Remove the Google+ syndication links (see #484).
* Add a splash image to the Vimeo and YouTube elements (see #300).
* Make the notification bell counter more visible (see #289).
* Replace the `BE_PAGE_OFFSET` cookie with a sessionStorage entry (see #467).
* Replace the `BE_CELL_SIZE` cookie with a localStorage entry (see #468).
* Get rid of the header replay bundle (see #365).
* Rename `app.php` to `index.php` (see #362).
* Use JWT to configure the front controller (see #152).
* Use the SQL default value where possible (see #340).
2 changes: 1 addition & 1 deletion calendar-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\CalendarBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion comments-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\CommentsBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": {
"contao/core-bundle": "Contao\\CoreBundle\\ContaoManager\\Plugin",
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

// Core version
\define('VERSION', '4.8');
\define('VERSION', '4.9');
\define('BUILD', '0-dev');
\define('LONG_TERM_SUPPORT', false);

Expand Down
2 changes: 1 addition & 1 deletion faq-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\FaqBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion installation-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\InstallationBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion listing-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\ListingBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion manager-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion news-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\NewsBundle\\ContaoManager\\Plugin"
},
Expand Down
2 changes: 1 addition & 1 deletion newsletter-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.8.x-dev"
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": "Contao\\NewsletterBundle\\ContaoManager\\Plugin"
},
Expand Down

0 comments on commit 397b033

Please sign in to comment.