File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function __construct(ContainerInterface $container)
3333 public static function getSubscribedEvents ()
3434 {
3535 return [
36- 'Enlight_Controller_Action_PostDispatchSecure_Frontend_Index ' => 'onPostDispatch ' ,
36+ 'Enlight_Controller_Action_PostDispatchSecure_Frontend ' => 'onPostDispatch ' ,
3737 ];
3838 }
3939
Original file line number Diff line number Diff line change 22<plugin xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" ../../../engine/Shopware/Components/Plugin/schema/plugin.xsd" >
44 <label >Security Headers</label >
5- <version >1.0 .0</version >
5+ <version >1.1 .0</version >
66
77 <author >Kiel Coding</author >
88 <copyright >(c) by Kiel Coding</copyright >
99 <link >https://kielcoding.de</link >
1010 <license >proprietary</license >
1111 <compatibility minVersion =" 5.2.0" />
1212
13+ <changelog version =" 1.1.0" >
14+ <changes >Fix event</changes >
15+ <changes lang =" de" >Fix Event</changes >
16+ </changelog >
17+
1318 <changelog version =" 1.0.0" >
1419 <changes >Initial Release</changes >
1520 <changes lang =" de" >Erste Veröffentlichung</changes >
You can’t perform that action at this time.
0 commit comments