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

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

Updated HISTORY, up version to 3.0.4

  • Property svn:eol-style set to native
File size: 3.8 KB
Line 
1Changelog
2=========
3
43.0.4 (2010-05-05)
5------------------
6
7* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
8  http://plone.org/products/plone-seo/issues/23 [mylan]
9* Prevent view breakage for context, which canonical url can't be calculated for
10  http://plone.org/products/plone-seo/issues/22 [mylan]
11* Fixed security issue for SEO Property action and view
12  http://plone.org/products/plone-seo/issues/23
13  [crchemist, mylan]
14
15
163.0.1 (2010-04-29)
17------------------
18
19* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
20
213.0 (2010-04-20)
22----------------
23
24* Drop global keywords functionality [mylan]
25* Fix performance issues [mylan]
26* Reviewed, updated tests [mylan]
27* Moved all metatags list into htmlhead viewletmanager [mylan]
28* Added advanced tab to seo configlet [mylan]
29* Rewrite seo configlet - use standard plone configlet approach [mylan]
30* Use collective.monkeypatcher package for listMetatags patch [liebster]
31* Killed accessors usage in 'metatags order' property [liebster]
32* Changed management of 'SEO' tab visiblity for different portal types [liebster]
33* Implemented migration to new version [liebster]
34* Cleanup code [mylan]
35* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
36* Translations rebuilt [mylan]
37* Typo in fields description of seo_configlet fixed [mylan]
38* Ukrainian translations updated [mylan]
39
402.3.4 (2010-03-30)
41------------------
42
43* Fixed bugs with using domain by custom content type.
44* Missing icon added
45
46
472.3.3 (2010-02-22)
48------------------
49
50* Fixed content types translation
51
52
532.3.2 (2010-02-16)
54------------------
55
56* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
57
58
592.3.0 (2010-02-08)
60------------------
61
62* Added condition install or reinstall package [liebster]
63* Added filter keywords by their availability in content [liebster]
64* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
65* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
66
67
682.2.0 (2010-01-06)
69------------------
70
71* Refactor seo_context_properties cpy script to browser view [liebster]
72* Added search numbers of keywords at page [liebster]
73
74
752.1.1 (2009-11-09)
76------------------
77
78* Fixed bug of meta-tags absence for folderish objects [mylan]
79
80
812.1.0 (2009-10-21)
82------------------
83
84* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
85* Resolved metatags duplication [liebster]
86
87
882.0.9 (2009-09-10)
89------------------
90
91* Fixed bugs in metatags viewlet [liebster]
92
93
942.0.8 (2009-07-28)
95------------------
96
97* Added use of default meta tags from the control panel in metatags viewlet [liebster]
98
99
1002.0.7 (2009-07-25)
101------------------
102
103* Fix url action in qseo_properties_edit_form [liebster]
104
105
1062.0.6 (2009-05-19)
107------------------
108
109* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
110
111
1122.0.5 (2009-04-03)
113------------------
114
115* Fix seoptimizer intrusion before installation to plone instance [mylan]
116* Fix base url for folderish objects [mylan]
117* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
118
119
1202.0.4 (2009-03-31)
121------------------
122
123* Canonical url support added [mylan]
124* Custom script viewlets in html head added
125
1262.0.2 (2009-03-06)
127------------------
128
129* Uninstallation package profile title added
130* REAME.txt and INSTALL.txt changed, text format ready for PyPi
131
132
1332.0.1 (2009-02-16)
134------------------
135
136* Formatted text in docs for PyPi
137
138
1392.0.0 (2009-02-11)
140------------------
141
142* Some refactoring of product was done, some python script are moved to zope 3 views.
143  Also all main parts of html head section were moved to viewlets and now can easily be
144  reordered.
145
146
1471.5.1
148-----
149
150* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.