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

Last change on this file since 3345 was 3345, checked in by chervol, 12 years ago

prepare to 4.1.2

  • Property svn:eol-style set to native
File size: 5.4 KB
Line 
1Changelog
2=========
3
44.1.2 (2012-01-30)
5------------------
6
7* extended tags escaping function for quotes and apostrophes. Thanks to Graig Russell for pointing this out.
8
94.1.1 (2011-11-23)
10------------------
11
12* Fixed seo fields escaping.
13  [vmaksymiv]
14
15
164.1.0 (2011-10-28)
17------------------
18
19* Compatibility with Plone 4.1 added.
20  [vmaksymiv]
21
22* Fixed doc tests for Plone 4.1.
23  Plone 4.1. introduced 'Log in' python script ("[your_domain/plone_site]/login")
24  instead of form in earlier Plones.
25  [vmaksymiv]
26
27
284.0.6 (2011-06-06)
29------------------
30* Fixed canonical link display, it is now not added as default
31  property.http://plone.org/products/plone-seo/issues/33,
32  [vmaksymiv]
33
34
354.0.5 (unreleased)
36------------------
37
38* Fixed title escaping,
39  http://plone.org/products/plone-seo/issues/31,
40  [vmaksymiv]
41
42
434.0.4 (2010-11-05)
44------------------
45
46* Fixed "Cancel" button processing by SEO Properties
47  form on the context. Thanks Vitaliy Podoba for report.
48  [mylan]
49
50
514.0.3 (2010-11-05)
52------------------
53
54* Merged fixes from v3.0.7,
55  [mylan]
56* Fixed plone-3.X compatibility,
57  [mylan]
58
59
603.0.7 (2010-10-20)
61------------------
62
63* Removed lynx dependency,
64  fixed http://plone.org/products/plone-seo/issues/28 issue.
65  [mylan]
66* Added 'External keywords test' option to SEO configlet.
67  Keyword validation can occur against HTML produced by Plone
68  itself or against one processed externally with Deliverance/xdv.
69  [mylan]
70
71
724.0.1 (2010-08-04)
73------------------
74
75* Removed tabindex form tags attributes
76  from seo-context view
77  [mylan]
78
79
804.0 (2010-06-02)
81----------------
82
83* Release 4.0 version for Plone-4.X
84
85
863.0.5 (2010-05-15)
87------------------
88
89* Fix version issue in metadata.xml [crchemist]
90
91
923.0.4 (2010-05-05)
93------------------
94
95* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
96  http://plone.org/products/plone-seo/issues/23 [mylan]
97* Prevent view breakage for context, which canonical url can't be calculated for
98  http://plone.org/products/plone-seo/issues/22 [mylan]
99* Fixed security issue for SEO Property action and view
100  http://plone.org/products/plone-seo/issues/24
101  [crchemist, mylan]
102
103
1043.0.1 (2010-04-29)
105------------------
106
107* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
108
1093.0 (2010-04-20)
110----------------
111
112* Drop global keywords functionality [mylan]
113* Fix performance issues [mylan]
114* Reviewed, updated tests [mylan]
115* Moved all metatags list into htmlhead viewletmanager [mylan]
116* Added advanced tab to seo configlet [mylan]
117* Rewrite seo configlet - use standard plone configlet approach [mylan]
118* Use collective.monkeypatcher package for listMetatags patch [liebster]
119* Killed accessors usage in 'metatags order' property [liebster]
120* Changed management of 'SEO' tab visiblity for different portal types [liebster]
121* Implemented migration to new version [liebster]
122* Cleanup code [mylan]
123* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
124* Translations rebuilt [mylan]
125* Typo in fields description of seo_configlet fixed [mylan]
126* Ukrainian translations updated [mylan]
127
1282.3.4 (2010-03-30)
129------------------
130
131* Fixed bugs with using domain by custom content type.
132* Missing icon added
133
134
1352.3.3 (2010-02-22)
136------------------
137
138* Fixed content types translation
139
140
1412.3.2 (2010-02-16)
142------------------
143
144* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
145
146
1472.3.0 (2010-02-08)
148------------------
149
150* Added condition install or reinstall package [liebster]
151* Added filter keywords by their availability in content [liebster]
152* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
153* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
154
155
1562.2.0 (2010-01-06)
157------------------
158
159* Refactor seo_context_properties cpy script to browser view [liebster]
160* Added search numbers of keywords at page [liebster]
161
162
1632.1.1 (2009-11-09)
164------------------
165
166* Fixed bug of meta-tags absence for folderish objects [mylan]
167
168
1692.1.0 (2009-10-21)
170------------------
171
172* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
173* Resolved metatags duplication [liebster]
174
175
1762.0.9 (2009-09-10)
177------------------
178
179* Fixed bugs in metatags viewlet [liebster]
180
181
1822.0.8 (2009-07-28)
183------------------
184
185* Added use of default meta tags from the control panel in metatags viewlet [liebster]
186
187
1882.0.7 (2009-07-25)
189------------------
190
191* Fix url action in qseo_properties_edit_form [liebster]
192
193
1942.0.6 (2009-05-19)
195------------------
196
197* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
198
199
2002.0.5 (2009-04-03)
201------------------
202
203* Fix seoptimizer intrusion before installation to plone instance [mylan]
204* Fix base url for folderish objects [mylan]
205* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
206
207
2082.0.4 (2009-03-31)
209------------------
210
211* Canonical url support added [mylan]
212* Custom script viewlets in html head added
213
2142.0.2 (2009-03-06)
215------------------
216
217* Uninstallation package profile title added
218* REAME.txt and INSTALL.txt changed, text format ready for PyPi
219
220
2212.0.1 (2009-02-16)
222------------------
223
224* Formatted text in docs for PyPi
225
226
2272.0.0 (2009-02-11)
228------------------
229
230* Some refactoring of product was done, some python script are moved to zope 3 views.
231  Also all main parts of html head section were moved to viewlets and now can easily be
232  reordered.
233
234
2351.5.1
236-----
237
238* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.