Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed May 23, 2024
1 parent 128b355 commit 53786fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# License
Copyright (C) 2022 DACHCOM.DIGITAL
Copyright (C) 2024 DACHCOM.DIGITAL

This software is available under the GNU General Public License version 3 (GPLv3).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pimcore News Bundle. Generate simple [custom entry types](docs/20_EntryTypes.md)

```json
"require" : {
"dachcom-digital/news" : "~3.0.0",
"dachcom-digital/news" : "~4.0.0",
}
```

Expand Down
40 changes: 4 additions & 36 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
# Upgrade Notes
--

## 3.0.9
- **[BUGFIX]**: Refactor HTML class attribute in image templates according to Pimcore 10 requirements

## 3.0.8
- **[BUGFIX]**: Fix video twig renderer

## 3.0.7
- **[BUGFIX]**: Fix custom layout resolving in EntryTypeManager [#63](https://github.com/dachcom-digital/pimcore-news/issues/63)

## 3.0.6
- **[BUGFIX]**: Fix paginator method call for px [#60](https://github.com/dachcom-digital/pimcore-news/issues/60)
- **[BUGFIX]**: Fix undefined array key warning [#61](https://github.com/dachcom-digital/pimcore-news/issues/61)

## 3.0.5
- **[BUGFIX]**: Fix exception Type of `NewsBundle\Controller\Admin\SettingsController::$translator` must not be defined [@georgringer](https://github.com/dachcom-digital/pimcore-news/pull/57)
- **[BUGFIX]**: Fix Attempted to load class `Versions` from namespace `PackageVersions` [@georgringer](https://github.com/dachcom-digital/pimcore-news/pull/58)

## 3.0.4
- **[BUGFIX]**: fix event constant `NEWS_EDITABLE_DIALOG`
- **[BUGFIX]**: fixed imports for `Pimcore\Twig\Extension\Templating\Placeholder\Container` [@rliebe](https://github.com/dachcom-digital/pimcore-news/pull/55)

## 3.0.3
- **[BUGFIX]**: fix otherElementsExists method: allow null for parameter `$id` [@pascalmoser](https://github.com/dachcom-digital/pimcore-news/pull/53)

## 3.0.2
- **[BUGFIX]**: missing service subscriber for EntryController [@pascalmoser](https://github.com/dachcom-digital/pimcore-news/pull/52)

## 3.0.1
- **[BUGFIX]**: catch class not found exception during installation [@MyZik](https://github.com/dachcom-digital/pimcore-news/pull/50)

## Migrating from Version 2.x to Version 3.0.0
## Migrating from Version 3.x to Version 4.0.0

### 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.
***
--

News 2.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-news/blob/2.x/UPGRADE.md
News 3.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-news/blob/3.x/UPGRADE.md

0 comments on commit 53786fa

Please sign in to comment.