-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* px support
- Loading branch information
Showing
48 changed files
with
604 additions
and
1,611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,11 @@ | ||
# Upgrade Notes | ||
|
||
#### Update from Version 2.2.5 to Version 2.2.6 | ||
- fix forced unpublishing if no copy process is active [#44](https://github.com/dachcom-digital/pimcore-news/issues/44) | ||
## Migrating from Version 2.x to Version 3.0.0 | ||
|
||
#### Update from Version 2.2.4 to Version 2.2.5 | ||
- fix detail url slugify listener (remove detail url on copy, improved duplication check) | ||
### Global Changes | ||
- PHP8 return type declarations added: you may have to adjust your extensions accordingly | ||
- View `Areas/news/edit_custom.html.twig` has been removed. Use Event `\NewsBundle\NewsEvents::NEWS_EDITABLE_DIALOG` instead | ||
- It is no longer possible to toggle editable configuration based on given values. | ||
*** | ||
|
||
#### Update from Version 2.2.3 to Version 2.2.4 | ||
- use not found http exception in detail action | ||
|
||
#### Update from Version 2.2.2 to Version 2.2.3 | ||
- add possibility to add additional view params (@Sarah-Hasler) | ||
|
||
#### Update from Version 2.2.1 to Version 2.2.2 | ||
- remove jquery dependency | ||
|
||
#### Update from Version 2.2.0 to Version 2.2.1 | ||
- made extensible with custom configuration fields | ||
|
||
#### Update from Version 2.1.2 to Version 2.2.0 | ||
- bundle is now compatible with pimcore 6 | ||
|
||
#### Update from Version 2.1.0 to Version 2.1.1 | ||
- implemented [PackageVersionTrait](https://github.com/pimcore/pimcore/blob/master/lib/Extension/Bundle/Traits/PackageVersionTrait.php) | ||
- PHP 7.2 ready | ||
- Fix Link Generator on Multisites | ||
|
||
#### Update from Version 2.0.x to Version 2.1.0 | ||
- **[NEW FEATURE]**: Single Objects added: Add single entries to your area | ||
- **[NEW FEATURE]**: Offset Configuration: Add a Offset to your Entry List | ||
- **[NEW FEATURE]**: [Link Generator Support](https://pimcore.com/docs/5.x/Development_Documentation/Objects/Object_Classes/Class_Settings/Link_Generator.html) | ||
- **[NEW FEATURE]**: [Presets](./docs/30_Presets.md) | ||
|
||
#### Update from Version 1.x to Version 2.0.0 | ||
TBD | ||
News 2.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-news/blob/2.x/UPGRADE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.