source: products/quintagroup.seoptimizer/tags/4.0.4/docs/HISTORY.txt

Last change on this file was 3013, checked in by mylan, 14 years ago

#235: Updated history, bump version to 4.0.4

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