Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Sep 20, 2018
1 parent c7bd6fa commit 7aec3f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
19 changes: 15 additions & 4 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.x.x (major) ()
Version 2.2.1-alpha1 (September 20th, 2018)
------------------------------------------------------------------------

* PHP 7.2 support: New autologin token approach, various code
Expand All @@ -19,8 +19,6 @@ Version 2.x.x (major) ()

* Update Smarty to 3.1.32

* [Security] Prevent XSS via multicategory pagination

* Update bootstrap 4 design to new bootstrap version

* Add option to disable google fonts in several designs
Expand Down Expand Up @@ -71,7 +69,20 @@ Version 2.x.x (major) ()

* Change Spartacus default mirror to github (#489)

Version 2.1.3 ()
Version 2.1.4 (September 20th, 2018)
------------------------------------------------------------------------

* Security: Fix XSS for pagination, when multi-category selection
is used. Thanks to Brian Carpenter (geeknik) and Hanno Boeck!

* Minor code fixes (proper PHP escaping for 'orderkey' SQL statement

* Sekelton, Timeline and Clean Blog templates: Add theme option to
disable google webfonts

* Link to https s9y.org pages

Version 2.1.3 (August 16th, 2018)
------------------------------------------------------------------------

* Security: Make sure that the admins configuration for RSS
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
stable:2.1.3
beta:2.1.3
stable:2.1.4
beta:2.1.4
2 changes: 1 addition & 1 deletion serendipity_config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

// The version string
$serendipity['version'] = '2.2.0-beta2';
$serendipity['version'] = '2.2.1-alpha1';


// 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'.
Expand Down

0 comments on commit 7aec3f7

Please sign in to comment.