Document SEO fields length change
This commit is contained in:
parent
edf4678ff8
commit
0765047c95
2 changed files with 6 additions and 5 deletions
|
@ -3,13 +3,14 @@
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
0.3.0 (Unreleased)
|
0.3.0 (unreleased)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
* Multisite support
|
* Multisite support
|
||||||
* Configurable default author support
|
* Configurable default author support
|
||||||
* Refactored settings
|
* Refactored settings
|
||||||
* Fix multilanguage issues
|
* Fix multilanguage issues
|
||||||
|
* Fix SEO fields length.
|
||||||
|
|
||||||
0.2.0 (2014-09-24)
|
0.2.0 (2014-09-24)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
|
@ -35,10 +35,10 @@ Supported django CMS versions:
|
||||||
|
|
||||||
* django CMS 3.0
|
* django CMS 3.0
|
||||||
|
|
||||||
Documentation
|
.. warning:: Starting from version 0.3 the length of the meta_description and
|
||||||
-------------
|
meta_title fields has been changed according to the most common
|
||||||
|
defaults for search engines. Existing data will not be affected,
|
||||||
No doc at the moment, sorry
|
but widgets that enforce the length for new data is now being used.
|
||||||
|
|
||||||
Quickstart
|
Quickstart
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in a new issue