Increment version, update NEWS file for release.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
ade598172b
commit
b89b34b106
13
docs/NEWS
13
docs/NEWS
@ -1,4 +1,4 @@
|
||||
Version 2.1.2 ()
|
||||
Version 2.1.2 (March 25, 2018))
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Exclude defunct netmirror spartacus repository
|
||||
@ -11,6 +11,17 @@ Version 2.1.2 ()
|
||||
serendipity_event_spamblock_surbl by adding Net/DNS2 1.4.3 as a
|
||||
bundled library to core and patching Net/DNSBL (#497)
|
||||
|
||||
* Fixed broken Akismet API calls (#507)
|
||||
|
||||
* Fixed comment preview for logged-in users (#503)
|
||||
|
||||
* Fixed message display after comment editing/deleting (#526)
|
||||
|
||||
* Don't show empty plugin groups in list (#496) and fix broken
|
||||
plugin display in Firefox.
|
||||
|
||||
* Add template path as first entry to template_dirs (#524)
|
||||
|
||||
Version 2.1.1 (April 9th, 2017)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
|
||||
}
|
||||
|
||||
// The version string
|
||||
$serendipity['version'] = '2.1.2-beta1';
|
||||
$serendipity['version'] = '2.1.2';
|
||||
|
||||
|
||||
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user