-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 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,32 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _changelog: | ||
|
||
============== | ||
Version 12.0.0 | ||
============== | ||
|
||
Because of some important changes it could be necessary to update your :file:`EXT:my_extension/Configuration/ExtensionBuilder/settings.yaml` file manually. | ||
|
||
Please remove the dashes, as they could cause some problems while saving the extension. | ||
|
||
.. code-block:: yaml | ||
:caption: EXT:my_extension/Configuration/ExtensionBuilder/settings.yaml | ||
:emphasize-lines: 8 | ||
# | ||
# Extension Builder settings for extension my_extension | ||
# generated 2024-01-01 12:00:00 | ||
# | ||
# See http://www.yaml.org/spec/1.2/spec.html | ||
# | ||
--- | ||
############# Overwrite settings ########### | ||
# | ||
# These settings only apply, if the roundtrip feature of the extension builder | ||
# is enabled in the extension manager | ||
.. note:: | ||
|
||
We haven't implemented an Upgrade wizard for this. This might change in the future. Feel free to open an Pull-Request on `GitHub <https://github.com/FriendsOfTYPO3/extension_builder/pulls>`__ for this. |
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