source: products/quintagroup.seoptimizer/trunk/docs/HISTORY.txt @ 3331

Last change on this file since 3331 was 3331, checked in by vmaksymiv, 13 years ago

prepare release

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