source: products/quintagroup.seoptimizer/branches/plone4/docs/HISTORY.txt @ 2723

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

Bump version to 4.0.1, update HISTORY

  • Property svn:eol-style set to native
File size: 4.1 KB
Line 
1Changelog
2=========
3
44.0.1 (2010-08-04)
5------------------
6
7* Removed tabindex form tags attributes
8  from seo-context view
9  [mylan]
10
11
124.0 (2010-06-02)
13----------------
14
15* Release 4.0 version for Plone-4.X
16
17
183.0.5 (2010-05-15)
19------------------
20
21* Fix version issue in metadata.xml [crchemist]
22
23
243.0.4 (2010-05-05)
25------------------
26
27* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
28  http://plone.org/products/plone-seo/issues/23 [mylan]
29* Prevent view breakage for context, which canonical url can't be calculated for
30  http://plone.org/products/plone-seo/issues/22 [mylan]
31* Fixed security issue for SEO Property action and view
32  http://plone.org/products/plone-seo/issues/24
33  [crchemist, mylan]
34
35
363.0.1 (2010-04-29)
37------------------
38
39* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
40
413.0 (2010-04-20)
42----------------
43
44* Drop global keywords functionality [mylan]
45* Fix performance issues [mylan]
46* Reviewed, updated tests [mylan]
47* Moved all metatags list into htmlhead viewletmanager [mylan]
48* Added advanced tab to seo configlet [mylan]
49* Rewrite seo configlet - use standard plone configlet approach [mylan]
50* Use collective.monkeypatcher package for listMetatags patch [liebster]
51* Killed accessors usage in 'metatags order' property [liebster]
52* Changed management of 'SEO' tab visiblity for different portal types [liebster]
53* Implemented migration to new version [liebster]
54* Cleanup code [mylan]
55* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
56* Translations rebuilt [mylan]
57* Typo in fields description of seo_configlet fixed [mylan]
58* Ukrainian translations updated [mylan]
59
602.3.4 (2010-03-30)
61------------------
62
63* Fixed bugs with using domain by custom content type.
64* Missing icon added
65
66
672.3.3 (2010-02-22)
68------------------
69
70* Fixed content types translation
71
72
732.3.2 (2010-02-16)
74------------------
75
76* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
77
78
792.3.0 (2010-02-08)
80------------------
81
82* Added condition install or reinstall package [liebster]
83* Added filter keywords by their availability in content [liebster]
84* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
85* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
86
87
882.2.0 (2010-01-06)
89------------------
90
91* Refactor seo_context_properties cpy script to browser view [liebster]
92* Added search numbers of keywords at page [liebster]
93
94
952.1.1 (2009-11-09)
96------------------
97
98* Fixed bug of meta-tags absence for folderish objects [mylan]
99
100
1012.1.0 (2009-10-21)
102------------------
103
104* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
105* Resolved metatags duplication [liebster]
106
107
1082.0.9 (2009-09-10)
109------------------
110
111* Fixed bugs in metatags viewlet [liebster]
112
113
1142.0.8 (2009-07-28)
115------------------
116
117* Added use of default meta tags from the control panel in metatags viewlet [liebster]
118
119
1202.0.7 (2009-07-25)
121------------------
122
123* Fix url action in qseo_properties_edit_form [liebster]
124
125
1262.0.6 (2009-05-19)
127------------------
128
129* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
130
131
1322.0.5 (2009-04-03)
133------------------
134
135* Fix seoptimizer intrusion before installation to plone instance [mylan]
136* Fix base url for folderish objects [mylan]
137* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
138
139
1402.0.4 (2009-03-31)
141------------------
142
143* Canonical url support added [mylan]
144* Custom script viewlets in html head added
145
1462.0.2 (2009-03-06)
147------------------
148
149* Uninstallation package profile title added
150* REAME.txt and INSTALL.txt changed, text format ready for PyPi
151
152
1532.0.1 (2009-02-16)
154------------------
155
156* Formatted text in docs for PyPi
157
158
1592.0.0 (2009-02-11)
160------------------
161
162* Some refactoring of product was done, some python script are moved to zope 3 views.
163  Also all main parts of html head section were moved to viewlets and now can easily be
164  reordered.
165
166
1671.5.1
168-----
169
170* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.