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

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

switch version to 4.0.5 dev

  • Property svn:eol-style set to native
File size: 4.8 KB
Line 
1Changelog
2=========
3
44.0.5 (unreleased)
5------------------
6
7* Fixed title escaping,
8  http://plone.org/products/plone-seo/issues/31,
9  [vmaksymiv]
10
11
124.0.4 (2010-11-05)
13------------------
14
15* Fixed "Cancel" button processing by SEO Properties
16  form on the context. Thanks Vitaliy Podoba for report.
17  [mylan]
18
19
204.0.3 (2010-11-05)
21------------------
22
23* Merged fixes from v3.0.7,
24  [mylan]
25* Fixed plone-3.X compatibility,
26  [mylan]
27
28
293.0.7 (2010-10-20)
30------------------
31
32* Removed lynx dependency,
33  fixed http://plone.org/products/plone-seo/issues/28 issue.
34  [mylan]
35* Added 'External keywords test' option to SEO configlet.
36  Keyword validation can occur against HTML produced by Plone
37  itself or against one processed externally with Deliverance/xdv.
38  [mylan]
39
40
414.0.1 (2010-08-04)
42------------------
43
44* Removed tabindex form tags attributes
45  from seo-context view
46  [mylan]
47
48
494.0 (2010-06-02)
50----------------
51
52* Release 4.0 version for Plone-4.X
53
54
553.0.5 (2010-05-15)
56------------------
57
58* Fix version issue in metadata.xml [crchemist]
59
60
613.0.4 (2010-05-05)
62------------------
63
64* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
65  http://plone.org/products/plone-seo/issues/23 [mylan]
66* Prevent view breakage for context, which canonical url can't be calculated for
67  http://plone.org/products/plone-seo/issues/22 [mylan]
68* Fixed security issue for SEO Property action and view
69  http://plone.org/products/plone-seo/issues/24
70  [crchemist, mylan]
71
72
733.0.1 (2010-04-29)
74------------------
75
76* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
77
783.0 (2010-04-20)
79----------------
80
81* Drop global keywords functionality [mylan]
82* Fix performance issues [mylan]
83* Reviewed, updated tests [mylan]
84* Moved all metatags list into htmlhead viewletmanager [mylan]
85* Added advanced tab to seo configlet [mylan]
86* Rewrite seo configlet - use standard plone configlet approach [mylan]
87* Use collective.monkeypatcher package for listMetatags patch [liebster]
88* Killed accessors usage in 'metatags order' property [liebster]
89* Changed management of 'SEO' tab visiblity for different portal types [liebster]
90* Implemented migration to new version [liebster]
91* Cleanup code [mylan]
92* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
93* Translations rebuilt [mylan]
94* Typo in fields description of seo_configlet fixed [mylan]
95* Ukrainian translations updated [mylan]
96
972.3.4 (2010-03-30)
98------------------
99
100* Fixed bugs with using domain by custom content type.
101* Missing icon added
102
103
1042.3.3 (2010-02-22)
105------------------
106
107* Fixed content types translation
108
109
1102.3.2 (2010-02-16)
111------------------
112
113* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
114
115
1162.3.0 (2010-02-08)
117------------------
118
119* Added condition install or reinstall package [liebster]
120* Added filter keywords by their availability in content [liebster]
121* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
122* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
123
124
1252.2.0 (2010-01-06)
126------------------
127
128* Refactor seo_context_properties cpy script to browser view [liebster]
129* Added search numbers of keywords at page [liebster]
130
131
1322.1.1 (2009-11-09)
133------------------
134
135* Fixed bug of meta-tags absence for folderish objects [mylan]
136
137
1382.1.0 (2009-10-21)
139------------------
140
141* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
142* Resolved metatags duplication [liebster]
143
144
1452.0.9 (2009-09-10)
146------------------
147
148* Fixed bugs in metatags viewlet [liebster]
149
150
1512.0.8 (2009-07-28)
152------------------
153
154* Added use of default meta tags from the control panel in metatags viewlet [liebster]
155
156
1572.0.7 (2009-07-25)
158------------------
159
160* Fix url action in qseo_properties_edit_form [liebster]
161
162
1632.0.6 (2009-05-19)
164------------------
165
166* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
167
168
1692.0.5 (2009-04-03)
170------------------
171
172* Fix seoptimizer intrusion before installation to plone instance [mylan]
173* Fix base url for folderish objects [mylan]
174* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
175
176
1772.0.4 (2009-03-31)
178------------------
179
180* Canonical url support added [mylan]
181* Custom script viewlets in html head added
182
1832.0.2 (2009-03-06)
184------------------
185
186* Uninstallation package profile title added
187* REAME.txt and INSTALL.txt changed, text format ready for PyPi
188
189
1902.0.1 (2009-02-16)
191------------------
192
193* Formatted text in docs for PyPi
194
195
1962.0.0 (2009-02-11)
197------------------
198
199* Some refactoring of product was done, some python script are moved to zope 3 views.
200  Also all main parts of html head section were moved to viewlets and now can easily be
201  reordered.
202
203
2041.5.1
205-----
206
207* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.