eea.banner 1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. eea_banner-1.5/CONTRIBUTING.md +49 -0
  2. eea_banner-1.5/MANIFEST.in +8 -0
  3. eea_banner-1.5/PKG-INFO +179 -0
  4. eea_banner-1.5/README.rst +103 -0
  5. eea_banner-1.5/docs/HISTORY.txt +39 -0
  6. eea_banner-1.5/docs/LICENSE.GPL +339 -0
  7. eea_banner-1.5/docs/LICENSE.txt +19 -0
  8. eea_banner-1.5/eea/__init__.py +4 -0
  9. eea_banner-1.5/eea/banner/README.txt +16 -0
  10. eea_banner-1.5/eea/banner/__init__.py +9 -0
  11. eea_banner-1.5/eea/banner/browser/__init__.py +1 -0
  12. eea_banner-1.5/eea/banner/browser/configure.zcml +14 -0
  13. eea_banner-1.5/eea/banner/browser/controlpanel.py +20 -0
  14. eea_banner-1.5/eea/banner/configure.zcml +14 -0
  15. eea_banner-1.5/eea/banner/interfaces.py +93 -0
  16. eea_banner-1.5/eea/banner/locales/__init__.py +1 -0
  17. eea_banner-1.5/eea/banner/locales/bg/LC_MESSAGES/eea.po +71 -0
  18. eea_banner-1.5/eea/banner/locales/bg/LC_MESSAGES/plone.po +15 -0
  19. eea_banner-1.5/eea/banner/locales/cs/LC_MESSAGES/eea.po +71 -0
  20. eea_banner-1.5/eea/banner/locales/cs/LC_MESSAGES/plone.po +15 -0
  21. eea_banner-1.5/eea/banner/locales/da/LC_MESSAGES/eea.po +71 -0
  22. eea_banner-1.5/eea/banner/locales/da/LC_MESSAGES/plone.po +15 -0
  23. eea_banner-1.5/eea/banner/locales/de/LC_MESSAGES/eea.po +71 -0
  24. eea_banner-1.5/eea/banner/locales/de/LC_MESSAGES/plone.po +15 -0
  25. eea_banner-1.5/eea/banner/locales/eea.pot +74 -0
  26. eea_banner-1.5/eea/banner/locales/el/LC_MESSAGES/eea.po +71 -0
  27. eea_banner-1.5/eea/banner/locales/el/LC_MESSAGES/plone.po +15 -0
  28. eea_banner-1.5/eea/banner/locales/en/LC_MESSAGES/eea.po +71 -0
  29. eea_banner-1.5/eea/banner/locales/en/LC_MESSAGES/plone.po +15 -0
  30. eea_banner-1.5/eea/banner/locales/es/LC_MESSAGES/eea.po +71 -0
  31. eea_banner-1.5/eea/banner/locales/es/LC_MESSAGES/plone.po +15 -0
  32. eea_banner-1.5/eea/banner/locales/et/LC_MESSAGES/eea.po +71 -0
  33. eea_banner-1.5/eea/banner/locales/et/LC_MESSAGES/plone.po +15 -0
  34. eea_banner-1.5/eea/banner/locales/eu/LC_MESSAGES/eea.po +71 -0
  35. eea_banner-1.5/eea/banner/locales/eu/LC_MESSAGES/plone.po +15 -0
  36. eea_banner-1.5/eea/banner/locales/fi/LC_MESSAGES/eea.po +71 -0
  37. eea_banner-1.5/eea/banner/locales/fi/LC_MESSAGES/plone.po +15 -0
  38. eea_banner-1.5/eea/banner/locales/fr/LC_MESSAGES/eea.po +71 -0
  39. eea_banner-1.5/eea/banner/locales/fr/LC_MESSAGES/plone.po +15 -0
  40. eea_banner-1.5/eea/banner/locales/hr/LC_MESSAGES/eea.po +71 -0
  41. eea_banner-1.5/eea/banner/locales/hr/LC_MESSAGES/plone.po +15 -0
  42. eea_banner-1.5/eea/banner/locales/hu/LC_MESSAGES/eea.po +71 -0
  43. eea_banner-1.5/eea/banner/locales/hu/LC_MESSAGES/plone.po +15 -0
  44. eea_banner-1.5/eea/banner/locales/is/LC_MESSAGES/eea.po +71 -0
  45. eea_banner-1.5/eea/banner/locales/is/LC_MESSAGES/plone.po +15 -0
  46. eea_banner-1.5/eea/banner/locales/it/LC_MESSAGES/eea.po +71 -0
  47. eea_banner-1.5/eea/banner/locales/it/LC_MESSAGES/plone.po +15 -0
  48. eea_banner-1.5/eea/banner/locales/kl/LC_MESSAGES/eea.po +71 -0
  49. eea_banner-1.5/eea/banner/locales/kl/LC_MESSAGES/plone.po +15 -0
  50. eea_banner-1.5/eea/banner/locales/lt/LC_MESSAGES/eea.po +71 -0
  51. eea_banner-1.5/eea/banner/locales/lt/LC_MESSAGES/plone.po +15 -0
  52. eea_banner-1.5/eea/banner/locales/lv/LC_MESSAGES/eea.po +71 -0
  53. eea_banner-1.5/eea/banner/locales/lv/LC_MESSAGES/plone.po +15 -0
  54. eea_banner-1.5/eea/banner/locales/mt/LC_MESSAGES/eea.po +71 -0
  55. eea_banner-1.5/eea/banner/locales/mt/LC_MESSAGES/plone.po +15 -0
  56. eea_banner-1.5/eea/banner/locales/nl/LC_MESSAGES/eea.po +71 -0
  57. eea_banner-1.5/eea/banner/locales/nl/LC_MESSAGES/plone.po +15 -0
  58. eea_banner-1.5/eea/banner/locales/no/LC_MESSAGES/eea.po +71 -0
  59. eea_banner-1.5/eea/banner/locales/no/LC_MESSAGES/plone.po +15 -0
  60. eea_banner-1.5/eea/banner/locales/pl/LC_MESSAGES/eea.po +71 -0
  61. eea_banner-1.5/eea/banner/locales/pl/LC_MESSAGES/plone.po +15 -0
  62. eea_banner-1.5/eea/banner/locales/plone-manual.pot +0 -0
  63. eea_banner-1.5/eea/banner/locales/pt/LC_MESSAGES/eea.po +71 -0
  64. eea_banner-1.5/eea/banner/locales/pt/LC_MESSAGES/plone.po +15 -0
  65. eea_banner-1.5/eea/banner/locales/pt_BR/LC_MESSAGES/eea.po +71 -0
  66. eea_banner-1.5/eea/banner/locales/pt_BR/LC_MESSAGES/plone.po +15 -0
  67. eea_banner-1.5/eea/banner/locales/ro/LC_MESSAGES/eea.po +71 -0
  68. eea_banner-1.5/eea/banner/locales/ro/LC_MESSAGES/plone.po +15 -0
  69. eea_banner-1.5/eea/banner/locales/ru/LC_MESSAGES/eea.po +71 -0
  70. eea_banner-1.5/eea/banner/locales/ru/LC_MESSAGES/plone.po +15 -0
  71. eea_banner-1.5/eea/banner/locales/sk/LC_MESSAGES/eea.po +71 -0
  72. eea_banner-1.5/eea/banner/locales/sk/LC_MESSAGES/plone.po +15 -0
  73. eea_banner-1.5/eea/banner/locales/sl/LC_MESSAGES/eea.po +71 -0
  74. eea_banner-1.5/eea/banner/locales/sl/LC_MESSAGES/plone.po +15 -0
  75. eea_banner-1.5/eea/banner/locales/sv/LC_MESSAGES/eea.po +71 -0
  76. eea_banner-1.5/eea/banner/locales/sv/LC_MESSAGES/plone.po +15 -0
  77. eea_banner-1.5/eea/banner/locales/tr/LC_MESSAGES/eea.po +71 -0
  78. eea_banner-1.5/eea/banner/locales/tr/LC_MESSAGES/plone.po +15 -0
  79. eea_banner-1.5/eea/banner/locales/update.sh +6 -0
  80. eea_banner-1.5/eea/banner/locales/zh_TW/LC_MESSAGES/eea.po +71 -0
  81. eea_banner-1.5/eea/banner/locales/zh_TW/LC_MESSAGES/plone.po +15 -0
  82. eea_banner-1.5/eea/banner/profiles/default/browserlayer.xml +7 -0
  83. eea_banner-1.5/eea/banner/profiles/default/controlpanel.xml +14 -0
  84. eea_banner-1.5/eea/banner/profiles/default/metadata.xml +4 -0
  85. eea_banner-1.5/eea/banner/profiles/default/registry.xml +4 -0
  86. eea_banner-1.5/eea/banner/profiles/uninstall/browserlayer.xml +7 -0
  87. eea_banner-1.5/eea/banner/profiles/uninstall/controlpanel.xml +8 -0
  88. eea_banner-1.5/eea/banner/profiles/uninstall/registry.xml +4 -0
  89. eea_banner-1.5/eea/banner/profiles.zcml +33 -0
  90. eea_banner-1.5/eea/banner/restapi/__init__.py +1 -0
  91. eea_banner-1.5/eea/banner/restapi/configure.zcml +20 -0
  92. eea_banner-1.5/eea/banner/restapi/controlpanel.py +19 -0
  93. eea_banner-1.5/eea/banner/restapi/get.py +142 -0
  94. eea_banner-1.5/eea/banner/setuphandlers.py +25 -0
  95. eea_banner-1.5/eea/banner/tests/__init__.py +1 -0
  96. eea_banner-1.5/eea/banner/tests/base.py +49 -0
  97. eea_banner-1.5/eea/banner/tests/test_doctests.py +31 -0
  98. eea_banner-1.5/eea/banner/upgrades/__init__.py +1 -0
  99. eea_banner-1.5/eea/banner/upgrades/configure.zcml +18 -0
  100. eea_banner-1.5/eea/banner/version.txt +1 -0
  101. eea_banner-1.5/eea.banner.egg-info/PKG-INFO +179 -0
  102. eea_banner-1.5/eea.banner.egg-info/SOURCES.txt +108 -0
  103. eea_banner-1.5/eea.banner.egg-info/dependency_links.txt +1 -0
  104. eea_banner-1.5/eea.banner.egg-info/entry_points.txt +2 -0
  105. eea_banner-1.5/eea.banner.egg-info/namespace_packages.txt +1 -0
  106. eea_banner-1.5/eea.banner.egg-info/not-zip-safe +1 -0
  107. eea_banner-1.5/eea.banner.egg-info/requires.txt +4 -0
  108. eea_banner-1.5/eea.banner.egg-info/top_level.txt +1 -0
  109. eea_banner-1.5/setup.cfg +4 -0
  110. eea_banner-1.5/setup.py +56 -0
@@ -0,0 +1,49 @@
1
+ # How to contribute
2
+
3
+ To start, is important to mention that we keep all EEA pacakges under EEA Organisation
4
+ on GitHub (https://github.com/eea) and we fork them to Collective so everyone can
5
+ contribute to them. We keep the repositories from Collective and EEA in sync.
6
+
7
+ We want to keep it as easy as possible to contribute changes that
8
+ get things working. There are a few guidelines that we
9
+ need contributors to follow so that we can have a chance of keeping on
10
+ top of things.
11
+
12
+ ## Getting Started
13
+
14
+ * Make sure you have a [GitHub account](https://github.com/signup/free)
15
+ * If you need to submit a ticket do it under EEA Organisation area (https://github.com/eea)
16
+ under the respective package, e.g. https://github.com/eea/eea.banner/issues
17
+ * Submit a ticket for your issue, assuming one does not already exist.
18
+ * Clearly describe the issue including steps to reproduce when it is a bug.
19
+ * If case state the browser and operating system used.
20
+ * We also keep a discussion lists for most of the public packages under Google Groups.
21
+
22
+ Please note that adding a bug report or feature request in the EEA github does not
23
+ automatically mean that EEA will work on them, since there are budget implications.
24
+
25
+ The issues/features registered in github are regarded only as community requests and
26
+ here to facilitate the Plone community contributions.
27
+
28
+ EEA will work directly on the Plone community's requests when they coincide with
29
+ EEA's planned projects. In this case we will transfer the ticket to the EEA
30
+ official issue register.
31
+
32
+ ## Making Changes
33
+
34
+ * Fork the repository from EEA or directly commit within Collective fork
35
+ * Make sure you added an entry under HISTORY.txt describing your changes
36
+ * Make sure you have added the necessary tests for your changes (do not forget major browsers).
37
+ * Make sure you have updated and added documentation when necessary.
38
+ * Run _all_ the tests to assure nothing else was accidentally broken.
39
+
40
+ ## Submitting Changes
41
+
42
+ * Push your changes in your fork of the repository.
43
+ * Submit a pull request to the upstream repository (EEA).
44
+
45
+ # Additional Resources
46
+
47
+ * [General GitHub documentation](http://help.github.com/)
48
+ * [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
49
+ * [EEA packages](https://eea.github.io/docs/IT-systems/)
@@ -0,0 +1,8 @@
1
+ include *.md *.rst *.txt
2
+ graft docs
3
+ graft eea
4
+ global-exclude *pyc
5
+ global-exclude *~
6
+ global-exclude *.un~
7
+
8
+ global-include *.mo
@@ -0,0 +1,179 @@
1
+ Metadata-Version: 2.4
2
+ Name: eea.banner
3
+ Version: 1.5
4
+ Summary: volto-banner backend support
5
+ Home-page: https://github.com/eea/eea.banner
6
+ Author: European Environment Agency: IDM2 A-Team
7
+ Author-email: eea-edw-a-team-alerts@googlegroups.com
8
+ License: GPL version 2
9
+ Keywords: EEA Add-ons Plone Zope
10
+ Classifier: Environment :: Web Environment
11
+ Classifier: Framework :: Plone
12
+ Classifier: Framework :: Plone :: Addon
13
+ Classifier: Framework :: Plone :: 5.2
14
+ Classifier: Framework :: Plone :: 6.0
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3.7
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
21
+ Description-Content-Type: text/x-rst
22
+ Requires-Dist: setuptools
23
+ Provides-Extra: test
24
+ Requires-Dist: plone.app.testing; extra == "test"
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: home-page
31
+ Dynamic: keywords
32
+ Dynamic: license
33
+ Dynamic: provides-extra
34
+ Dynamic: requires-dist
35
+ Dynamic: summary
36
+
37
+ ==========================
38
+ eea.banner
39
+ ==========================
40
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.banner/develop
41
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.banner/job/develop/display/redirect
42
+ :alt: Develop
43
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.banner/master
44
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.banner/job/master/display/redirect
45
+ :alt: Master
46
+
47
+ The eea.banner is a Plone add-on
48
+
49
+ .. contents::
50
+
51
+
52
+ Main features
53
+ =============
54
+
55
+ 1. Easy to install/uninstall via Site Setup > Add-ons
56
+ 2.
57
+ 3.
58
+
59
+ Install
60
+ =======
61
+
62
+ * Add eea.banner to your eggs section in your buildout and
63
+ re-run buildout::
64
+
65
+ [buildout]
66
+ eggs +=
67
+ eea.banner
68
+
69
+ * You can download a sample buildout from:
70
+
71
+ - https://github.com/eea/eea.banner/tree/master/buildouts/plone4
72
+ - https://github.com/eea/eea.banner/tree/master/buildouts/plone5
73
+
74
+ * Or via docker::
75
+
76
+ $ docker run --rm -p 8080:8080 -e ADDONS="eea.banner" plone
77
+
78
+ * Install *eea.banner* within Site Setup > Add-ons
79
+
80
+
81
+ Buildout installation
82
+ =====================
83
+
84
+ - `Plone 4+ <https://github.com/eea/eea.banner/tree/master/buildouts/plone4>`_
85
+ - `Plone 5+ <https://github.com/eea/eea.banner/tree/master/buildouts/plone5>`_
86
+
87
+
88
+ Source code
89
+ ===========
90
+
91
+ - `Plone 4+ on github <https://github.com/eea/eea.banner>`_
92
+ - `Plone 5+ on github <https://github.com/eea/eea.banner>`_
93
+
94
+
95
+ Eggs repository
96
+ ===============
97
+
98
+ - https://pypi.python.org/pypi/eea.banner
99
+ - http://eggrepo.eea.europa.eu/simple
100
+
101
+
102
+ Plone versions
103
+ ==============
104
+ It has been developed and tested for Plone 4 and 5. See buildouts section above.
105
+
106
+
107
+ How to contribute
108
+ =================
109
+ See the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.banner/blob/master/CONTRIBUTING.md>`_.
110
+
111
+ Copyright and license
112
+ =====================
113
+
114
+ eea.banner (the Original Code) is free software; you can
115
+ redistribute it and/or modify it under the terms of the
116
+ GNU General Public License as published by the Free Software Foundation;
117
+ either version 2 of the License, or (at your option) any later version.
118
+
119
+ This program is distributed in the hope that it will be useful, but
120
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
121
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
122
+ for more details.
123
+
124
+ You should have received a copy of the GNU General Public License along
125
+ with this program; if not, write to the Free Software Foundation, Inc., 59
126
+ Temple Place, Suite 330, Boston, MA 02111-1307 USA.
127
+
128
+ The Initial Owner of the Original Code is European Environment Agency (EEA).
129
+ Portions created by Eau de Web are Copyright (C) 2009 by
130
+ European Environment Agency. All Rights Reserved.
131
+
132
+
133
+ Funding
134
+ =======
135
+
136
+ EEA_ - European Environment Agency (EU)
137
+
138
+ .. _EEA: https://www.eea.europa.eu/
139
+ .. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1
140
+
141
+ Changelog
142
+ =========
143
+
144
+ 1.5 - (2025-11-18)
145
+ ---------------------------
146
+ * Change: Replace Python linting to ruff
147
+ [mihaidobrescu1111 = refs #286821]
148
+ * Change: Add plone6 tests
149
+ [mihaidobrescu1111 = refs #293593]
150
+
151
+ 1.4 - (2022-08-29)
152
+ ---------------------------
153
+ * Change: Changed how eea.banner gets STATIC/DYNAMIC env vars
154
+ [iulianpetchesi #153089]
155
+
156
+ 1.3 - (2022-02-17)
157
+ ---------------------------
158
+ * Change: Fix api when addon not installed
159
+ [razvanMiu]
160
+
161
+ 1.2 - (2022-02-16)
162
+ ---------------------------
163
+ * Change: Banner can be enabled from env
164
+ [razvanMiu]
165
+
166
+ 1.1 - (2022-02-16)
167
+ ---------------------------
168
+ * Change: Check if dynamic_banner_enabled before getting rancher state.
169
+ [razvanMiu]
170
+
171
+ 1.0 - (2022-02-14)
172
+ ---------------------------
173
+ * Change: [Feature #142078] Volto banner enhancements [razvanMiu]
174
+
175
+ 1.0 - (2022-02-14)
176
+ -----------------------
177
+
178
+ * Initial release.
179
+ [eea]
@@ -0,0 +1,103 @@
1
+ ==========================
2
+ eea.banner
3
+ ==========================
4
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.banner/develop
5
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.banner/job/develop/display/redirect
6
+ :alt: Develop
7
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.banner/master
8
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.banner/job/master/display/redirect
9
+ :alt: Master
10
+
11
+ The eea.banner is a Plone add-on
12
+
13
+ .. contents::
14
+
15
+
16
+ Main features
17
+ =============
18
+
19
+ 1. Easy to install/uninstall via Site Setup > Add-ons
20
+ 2.
21
+ 3.
22
+
23
+ Install
24
+ =======
25
+
26
+ * Add eea.banner to your eggs section in your buildout and
27
+ re-run buildout::
28
+
29
+ [buildout]
30
+ eggs +=
31
+ eea.banner
32
+
33
+ * You can download a sample buildout from:
34
+
35
+ - https://github.com/eea/eea.banner/tree/master/buildouts/plone4
36
+ - https://github.com/eea/eea.banner/tree/master/buildouts/plone5
37
+
38
+ * Or via docker::
39
+
40
+ $ docker run --rm -p 8080:8080 -e ADDONS="eea.banner" plone
41
+
42
+ * Install *eea.banner* within Site Setup > Add-ons
43
+
44
+
45
+ Buildout installation
46
+ =====================
47
+
48
+ - `Plone 4+ <https://github.com/eea/eea.banner/tree/master/buildouts/plone4>`_
49
+ - `Plone 5+ <https://github.com/eea/eea.banner/tree/master/buildouts/plone5>`_
50
+
51
+
52
+ Source code
53
+ ===========
54
+
55
+ - `Plone 4+ on github <https://github.com/eea/eea.banner>`_
56
+ - `Plone 5+ on github <https://github.com/eea/eea.banner>`_
57
+
58
+
59
+ Eggs repository
60
+ ===============
61
+
62
+ - https://pypi.python.org/pypi/eea.banner
63
+ - http://eggrepo.eea.europa.eu/simple
64
+
65
+
66
+ Plone versions
67
+ ==============
68
+ It has been developed and tested for Plone 4 and 5. See buildouts section above.
69
+
70
+
71
+ How to contribute
72
+ =================
73
+ See the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.banner/blob/master/CONTRIBUTING.md>`_.
74
+
75
+ Copyright and license
76
+ =====================
77
+
78
+ eea.banner (the Original Code) is free software; you can
79
+ redistribute it and/or modify it under the terms of the
80
+ GNU General Public License as published by the Free Software Foundation;
81
+ either version 2 of the License, or (at your option) any later version.
82
+
83
+ This program is distributed in the hope that it will be useful, but
84
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
85
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
86
+ for more details.
87
+
88
+ You should have received a copy of the GNU General Public License along
89
+ with this program; if not, write to the Free Software Foundation, Inc., 59
90
+ Temple Place, Suite 330, Boston, MA 02111-1307 USA.
91
+
92
+ The Initial Owner of the Original Code is European Environment Agency (EEA).
93
+ Portions created by Eau de Web are Copyright (C) 2009 by
94
+ European Environment Agency. All Rights Reserved.
95
+
96
+
97
+ Funding
98
+ =======
99
+
100
+ EEA_ - European Environment Agency (EU)
101
+
102
+ .. _EEA: https://www.eea.europa.eu/
103
+ .. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1
@@ -0,0 +1,39 @@
1
+ Changelog
2
+ =========
3
+
4
+ 1.5 - (2025-11-18)
5
+ ---------------------------
6
+ * Change: Replace Python linting to ruff
7
+ [mihaidobrescu1111 = refs #286821]
8
+ * Change: Add plone6 tests
9
+ [mihaidobrescu1111 = refs #293593]
10
+
11
+ 1.4 - (2022-08-29)
12
+ ---------------------------
13
+ * Change: Changed how eea.banner gets STATIC/DYNAMIC env vars
14
+ [iulianpetchesi #153089]
15
+
16
+ 1.3 - (2022-02-17)
17
+ ---------------------------
18
+ * Change: Fix api when addon not installed
19
+ [razvanMiu]
20
+
21
+ 1.2 - (2022-02-16)
22
+ ---------------------------
23
+ * Change: Banner can be enabled from env
24
+ [razvanMiu]
25
+
26
+ 1.1 - (2022-02-16)
27
+ ---------------------------
28
+ * Change: Check if dynamic_banner_enabled before getting rancher state.
29
+ [razvanMiu]
30
+
31
+ 1.0 - (2022-02-14)
32
+ ---------------------------
33
+ * Change: [Feature #142078] Volto banner enhancements [razvanMiu]
34
+
35
+ 1.0 - (2022-02-14)
36
+ -----------------------
37
+
38
+ * Initial release.
39
+ [eea]