This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from Codappix/release/0.0.8
Release/0.0.8
- Loading branch information
Showing
6 changed files
with
23 additions
and
6 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
17 changes: 17 additions & 0 deletions
17
...ngelog/20181106-170-do-not-specify-the-pluginname-in-configurationcontainer.rst
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,17 @@ | ||
Feature 170 "Do not specify the pluginName in ConfigurationContainer" | ||
=============================================================================== | ||
|
||
Prior to the change it was not possible to create a second plugin in a | ||
separate extension. The pluginName for the configuration was set to `search`. | ||
The problem was that the plugin specific settings could not be fetched. | ||
|
||
The configuration in `plugin.tx_exampleextension_pluginkey.settings {..}` and | ||
from flexform were not fetched. | ||
|
||
Now the pluginName is not set and the ConfigurationManager checks which plugin | ||
is used in the current context. | ||
|
||
It is now possible to create a second plugin. For example if you want to cache | ||
the output of your query or the filters you specified. | ||
|
||
See :issue:`170`. |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
], | ||
], | ||
'state' => 'beta', | ||
'version' => '0.0.7', | ||
'version' => '0.0.8', | ||
'author' => 'Daniel Siepmann', | ||
'author_email' => '[email protected]', | ||
]; |