Skip to content

Commit c10a822

Browse files
committed
[ci skip] Prepare 3.0.2 release
1 parent a41fa33 commit c10a822

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

system/core/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* @var string
5656
*
5757
*/
58-
define('CI_VERSION', '3.0.2-dev');
58+
define('CI_VERSION', '3.0.2');
5959

6060
/*
6161
* ------------------------------------------------------

user_guide_src/source/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Change Log
55
Version 3.0.2
66
=============
77

8-
Release Date: Not Released
8+
Release Date: October 8, 2015
9+
10+
- **Security**
11+
12+
- Fixed a number of XSS attack vectors in :doc:`Security Library <libraries/security>` method ``xss_clean()`` (thanks to Frans Rosén from `Detectify <https://detectify.com/>`_).
913

1014
- General Changes
1115

user_guide_src/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '3.0.2-dev'
51+
version = '3.0.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.0.2-dev'
53+
release = '3.0.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

user_guide_src/source/installation/downloads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Downloading CodeIgniter
33
#######################
44

5-
- `CodeIgniter v3.0.2-dev (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0-stable>`_
5+
- `CodeIgniter v3.0.2 (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.2>`_
66
- `CodeIgniter v3.0.1 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.1>`_
77
- `CodeIgniter v3.0.0 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.0>`_
88
- `CodeIgniter v2.2.3 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/2.2.3>`_

0 commit comments

Comments
 (0)