source: products/quintagroup.seoptimizer/tags/4.1.0/docs/HISTORY.txt @ 3522

Last change on this file since 3522 was 3315, checked in by chervol, 13 years ago

prepare release

  • Property svn:eol-style set to native
File size: 5.2 KB
Line 
1Changelog
2=========
3
44.1.0 (2011-10-28)
5------------------
6
7* Compatibility with Plone 4.1 added.
8  [vmaksymiv]
9
10* Fixed doc tests for Plone 4.1.
11  Plone 4.1. introduced 'Log in' python script ("[your_domain/plone_site]/login")
12  instead of form in earlier Plones.
13  [vmaksymiv]
14
15
164.0.6 (2011-06-06)
17------------------
18* Fixed canonical link display, it is now not added as default
19  property.http://plone.org/products/plone-seo/issues/33,
20  [vmaksymiv]
21
22
234.0.5 (unreleased)
24------------------
25
26* Fixed title escaping,
27  http://plone.org/products/plone-seo/issues/31,
28  [vmaksymiv]
29
30
314.0.4 (2010-11-05)
32------------------
33
34* Fixed "Cancel" button processing by SEO Properties
35  form on the context. Thanks Vitaliy Podoba for report.
36  [mylan]
37
38
394.0.3 (2010-11-05)
40------------------
41
42* Merged fixes from v3.0.7,
43  [mylan]
44* Fixed plone-3.X compatibility,
45  [mylan]
46
47
483.0.7 (2010-10-20)
49------------------
50
51* Removed lynx dependency,
52  fixed http://plone.org/products/plone-seo/issues/28 issue.
53  [mylan]
54* Added 'External keywords test' option to SEO configlet.
55  Keyword validation can occur against HTML produced by Plone
56  itself or against one processed externally with Deliverance/xdv.
57  [mylan]
58
59
604.0.1 (2010-08-04)
61------------------
62
63* Removed tabindex form tags attributes
64  from seo-context view
65  [mylan]
66
67
684.0 (2010-06-02)
69----------------
70
71* Release 4.0 version for Plone-4.X
72
73
743.0.5 (2010-05-15)
75------------------
76
77* Fix version issue in metadata.xml [crchemist]
78
79
803.0.4 (2010-05-05)
81------------------
82
83* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
84  http://plone.org/products/plone-seo/issues/23 [mylan]
85* Prevent view breakage for context, which canonical url can't be calculated for
86  http://plone.org/products/plone-seo/issues/22 [mylan]
87* Fixed security issue for SEO Property action and view
88  http://plone.org/products/plone-seo/issues/24
89  [crchemist, mylan]
90
91
923.0.1 (2010-04-29)
93------------------
94
95* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
96
973.0 (2010-04-20)
98----------------
99
100* Drop global keywords functionality [mylan]
101* Fix performance issues [mylan]
102* Reviewed, updated tests [mylan]
103* Moved all metatags list into htmlhead viewletmanager [mylan]
104* Added advanced tab to seo configlet [mylan]
105* Rewrite seo configlet - use standard plone configlet approach [mylan]
106* Use collective.monkeypatcher package for listMetatags patch [liebster]
107* Killed accessors usage in 'metatags order' property [liebster]
108* Changed management of 'SEO' tab visiblity for different portal types [liebster]
109* Implemented migration to new version [liebster]
110* Cleanup code [mylan]
111* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
112* Translations rebuilt [mylan]
113* Typo in fields description of seo_configlet fixed [mylan]
114* Ukrainian translations updated [mylan]
115
1162.3.4 (2010-03-30)
117------------------
118
119* Fixed bugs with using domain by custom content type.
120* Missing icon added
121
122
1232.3.3 (2010-02-22)
124------------------
125
126* Fixed content types translation
127
128
1292.3.2 (2010-02-16)
130------------------
131
132* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
133
134
1352.3.0 (2010-02-08)
136------------------
137
138* Added condition install or reinstall package [liebster]
139* Added filter keywords by their availability in content [liebster]
140* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
141* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
142
143
1442.2.0 (2010-01-06)
145------------------
146
147* Refactor seo_context_properties cpy script to browser view [liebster]
148* Added search numbers of keywords at page [liebster]
149
150
1512.1.1 (2009-11-09)
152------------------
153
154* Fixed bug of meta-tags absence for folderish objects [mylan]
155
156
1572.1.0 (2009-10-21)
158------------------
159
160* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
161* Resolved metatags duplication [liebster]
162
163
1642.0.9 (2009-09-10)
165------------------
166
167* Fixed bugs in metatags viewlet [liebster]
168
169
1702.0.8 (2009-07-28)
171------------------
172
173* Added use of default meta tags from the control panel in metatags viewlet [liebster]
174
175
1762.0.7 (2009-07-25)
177------------------
178
179* Fix url action in qseo_properties_edit_form [liebster]
180
181
1822.0.6 (2009-05-19)
183------------------
184
185* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
186
187
1882.0.5 (2009-04-03)
189------------------
190
191* Fix seoptimizer intrusion before installation to plone instance [mylan]
192* Fix base url for folderish objects [mylan]
193* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
194
195
1962.0.4 (2009-03-31)
197------------------
198
199* Canonical url support added [mylan]
200* Custom script viewlets in html head added
201
2022.0.2 (2009-03-06)
203------------------
204
205* Uninstallation package profile title added
206* REAME.txt and INSTALL.txt changed, text format ready for PyPi
207
208
2092.0.1 (2009-02-16)
210------------------
211
212* Formatted text in docs for PyPi
213
214
2152.0.0 (2009-02-11)
216------------------
217
218* Some refactoring of product was done, some python script are moved to zope 3 views.
219  Also all main parts of html head section were moved to viewlets and now can easily be
220  reordered.
221
222
2231.5.1
224-----
225
226* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.