source: products/quintagroup.seoptimizer/branches/plone3/docs/HISTORY.txt

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

#233: Correct HISTORY information

  • Property svn:eol-style set to native
File size: 4.2 KB
Line 
1Changelog
2=========
3
43.0.7 (2010-10-20)
5------------------
6
7* Removed lynx dependency,
8  fixed http://plone.org/products/plone-seo/issues/28 issue.
9  [mylan]
10* Added 'External keywords test' option to SEO configlet.
11  Keyword validation can occur against HTML produced by Plone
12  itself or against one processed externally with Deliverance/xdv.
13  [mylan]
14
15
163.0.5 (2010-05-15)
17------------------
18
19* Fix version issue in metadata.xml [crchemist]
20
21
223.0.4 (2010-05-05)
23------------------
24
25* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
26  http://plone.org/products/plone-seo/issues/23 [mylan]
27* Prevent view breakage for context, which canonical url can't be calculated for
28  http://plone.org/products/plone-seo/issues/22 [mylan]
29* Fixed security issue for SEO Property action and view
30  http://plone.org/products/plone-seo/issues/23
31  [crchemist, mylan]
32
33
343.0.1 (2010-04-29)
35------------------
36
37* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
38
393.0 (2010-04-20)
40----------------
41
42* Drop global keywords functionality [mylan]
43* Fix performance issues [mylan]
44* Reviewed, updated tests [mylan]
45* Moved all metatags list into htmlhead viewletmanager [mylan]
46* Added advanced tab to seo configlet [mylan]
47* Rewrite seo configlet - use standard plone configlet approach [mylan]
48* Use collective.monkeypatcher package for listMetatags patch [liebster]
49* Killed accessors usage in 'metatags order' property [liebster]
50* Changed management of 'SEO' tab visiblity for different portal types [liebster]
51* Implemented migration to new version [liebster]
52* Cleanup code [mylan]
53* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
54* Translations rebuilt [mylan]
55* Typo in fields description of seo_configlet fixed [mylan]
56* Ukrainian translations updated [mylan]
57
582.3.4 (2010-03-30)
59------------------
60
61* Fixed bugs with using domain by custom content type.
62* Missing icon added
63
64
652.3.3 (2010-02-22)
66------------------
67
68* Fixed content types translation
69
70
712.3.2 (2010-02-16)
72------------------
73
74* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
75
76
772.3.0 (2010-02-08)
78------------------
79
80* Added condition install or reinstall package [liebster]
81* Added filter keywords by their availability in content [liebster]
82* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
83* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
84
85
862.2.0 (2010-01-06)
87------------------
88
89* Refactor seo_context_properties cpy script to browser view [liebster]
90* Added search numbers of keywords at page [liebster]
91
92
932.1.1 (2009-11-09)
94------------------
95
96* Fixed bug of meta-tags absence for folderish objects [mylan]
97
98
992.1.0 (2009-10-21)
100------------------
101
102* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
103* Resolved metatags duplication [liebster]
104
105
1062.0.9 (2009-09-10)
107------------------
108
109* Fixed bugs in metatags viewlet [liebster]
110
111
1122.0.8 (2009-07-28)
113------------------
114
115* Added use of default meta tags from the control panel in metatags viewlet [liebster]
116
117
1182.0.7 (2009-07-25)
119------------------
120
121* Fix url action in qseo_properties_edit_form [liebster]
122
123
1242.0.6 (2009-05-19)
125------------------
126
127* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
128
129
1302.0.5 (2009-04-03)
131------------------
132
133* Fix seoptimizer intrusion before installation to plone instance [mylan]
134* Fix base url for folderish objects [mylan]
135* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
136
137
1382.0.4 (2009-03-31)
139------------------
140
141* Canonical url support added [mylan]
142* Custom script viewlets in html head added
143
1442.0.2 (2009-03-06)
145------------------
146
147* Uninstallation package profile title added
148* REAME.txt and INSTALL.txt changed, text format ready for PyPi
149
150
1512.0.1 (2009-02-16)
152------------------
153
154* Formatted text in docs for PyPi
155
156
1572.0.0 (2009-02-11)
158------------------
159
160* Some refactoring of product was done, some python script are moved to zope 3 views.
161  Also all main parts of html head section were moved to viewlets and now can easily be
162  reordered.
163
164
1651.5.1
166-----
167
168* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.