-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # CHANGELOG-2.x.md # tests/Integration/Extensions/Filters/RegexReplaceExtensionTest.php # tests/Integration/Extensions/MailtoExtensionTest.php # tests/Integration/Extensions/PhpFunctionsExtensionTest.php # tests/Integration/Extensions/SmartyCycleExtensionTest.php # tests/Integration/Resolver/TemplateFileResolverTest.php
- Loading branch information
Showing
36 changed files
with
314 additions
and
247 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# Change Log for OXID Twig engine component | ||
|
||
## v2.6.0 - Unreleased | ||
|
||
### Added | ||
- Twig ^v3.14 support | ||
- PHPUnit v11 support | ||
|
||
### Removed | ||
- PHPUnit v10 support | ||
|
||
## v2.5.0 - 2024-10-14 | ||
|
||
### Removed | ||
- PHP v8.1 support | ||
|
||
### Fixed | ||
- Ifcontent will parse body even if content not existing [#0007231](https://bugs.oxid-esales.com/view.php?id=7231) | ||
|
||
## v2.4.0 - 2024-03-15 | ||
|
||
### Added | ||
- PHPUnit v10 support | ||
|
||
### Removed | ||
- PHP v8.0 support | ||
|
||
### Deprecated | ||
- Appending missing file extensions (`".html.twig"`) to template names will be discontinued. | ||
Since v3, the component will support only full template names. | ||
|
||
## v2.3.0 - 2024-03-11 | ||
|
||
### Changed | ||
- Getting cache configuration parameter using templating cache service instead of context | ||
|
||
## v2.2.0 - 2023-11-16 | ||
|
||
### Deprecated | ||
- `SmartyCycleExtension` will be removed | ||
|
||
## v2.1.0 - 2023-05-04 | ||
|
||
### Added | ||
- Service Parameter to disable template caching `oxid_esales.templating.disable_twig_template_caching` | ||
|
||
### Removed | ||
- Dependency to `webmozart/path-util` | ||
|
||
### Fixed | ||
- Loading of shop templates when a theme inheritance is used | ||
- Can't extend ` include_dynamic` template [#0007418](https://bugs.oxid-esales.com/view.php?id=7418) | ||
|
||
### Changed | ||
- `Loader\FilesystemLoader` reloads template directories on admin mode change | ||
- `TwigContext::getActiveThemeId()` throws exception instead of type error when no theme is configured | ||
- License updated | ||
|
||
## v2.0.1 - 2022-11-23 | ||
|
||
### Fixed | ||
- Warnings reported with stricter `error_reporting` level | ||
|
||
## v2.0.0 - 2022-10-28 | ||
|
||
### Added | ||
- Twig templates multi inheritance for modules | ||
- Support for PHP v8 | ||
- `{{ content() }}` function to load content from DB | ||
- `{% include_content %}` tag which includes template from DB | ||
|
||
### Changed | ||
- Switched to Twig v3 | ||
|
||
### Removed | ||
- Support for PHP v7 | ||
- Support for `assign_adv` plugin | ||
- `Resolver\TemplateNameResolver` | ||
- `TwigContextInterface::getCacheDir()`, `TwigContextInterface::getTemplateDirectories()` and `TwigEngine::getDefaultFileExtension()` | ||
- Redundant `is_safe` from extension initiation options | ||
|
||
### Deprecated | ||
- `Loader\CmsLoader`, | ||
- `Loader\CmsTemplateNameParser` |
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
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.