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

Last change on this file was 3471, checked in by ktarasz, 12 years ago

added noframes tag property

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