upport upgrade notes and News
This commit is contained in:
parent
62a32c08be
commit
1f17c35656
10
docs/NEWS
10
docs/NEWS
@ -17,14 +17,24 @@ Version 2.0 ()
|
||||
Version 1.7.1 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Smarty upgrade to 3.1.14 (read changeLog and the README for API changes since Smarty 2)
|
||||
|
||||
* Upgrader will now remove/delete the browsercompatibility plugin
|
||||
|
||||
* Fixed Media Library exclude path to not show/proceed ckeditor/kcfinders .thumbs dir
|
||||
|
||||
* Fixed bulletproof->colorset GET mismatch with categorytemplates plugin
|
||||
config.inc.php [Line 29]
|
||||
|
||||
* German translation for stable archives added (YL)
|
||||
|
||||
* Fixed curl result bug in spartacus plugin
|
||||
|
||||
* Create new migration task for propagate defaultBaseURL when
|
||||
currently empty (onli)
|
||||
|
||||
* Fixed statistics sidebar querys ( & for PostgreSQL ) [242520b]
|
||||
and added some missing html end tags
|
||||
|
||||
* Added missing current group name when editing usergroups
|
||||
|
||||
|
@ -186,6 +186,12 @@ $tasks = array(array('version' => '0.5.1',
|
||||
'title' => 'Copy baseURL',
|
||||
'desc' => 'The baseURL option was moved to the defaultBaseURL-Option in the backend-configuration. To reflect that change in the database and to prevent future bugs, baseURL should copied to defaultBaseURL if that options is not set already.'),
|
||||
|
||||
array('version' => '1.7.1',
|
||||
'type' => 'TEMPLATE_NOTICE',
|
||||
'function' => '',
|
||||
'title' => '<b>TEMPLATE_NOTICE:</b> The Bulletproof template config has changed, to avoid a backend template view conflict with the "categorytemplates" plugin.',
|
||||
'desc' => 'Please check any used <strong>copy</strong> of an old BP template config.inc.php file, in the colorset if(...) conditionals at around line 29 in config.inc.php, to be the same as in the origin bulletproof.'),
|
||||
|
||||
array('version' => '1.7.1',
|
||||
'function' => 'serendipity_killPlugin',
|
||||
'arguments' => array('serendipity_event_browsercompatibility'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user