Skip to content

Commit 2b5825e

Browse files
committed
[ci skip] This is 3.0.3-dev
1 parent 2d7092c commit 2b5825e

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
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');
58+
define('CI_VERSION', '3.0.3-dev');
5959

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

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'
51+
version = '3.0.2-dev'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.0.2'
53+
release = '3.0.2-dev'
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Downloading CodeIgniter
33
#######################
44

5-
- `CodeIgniter v3.0.2 (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.2>`_
5+
- `CodeIgniter v3.0.3-dev (Current version) <https://codeload.github.com/bcit-ci/CodeIgniter/zip/develop>`_
6+
- `CodeIgniter v3.0.2 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.2>`_
67
- `CodeIgniter v3.0.1 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.1>`_
78
- `CodeIgniter v3.0.0 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/3.0.0>`_
89
- `CodeIgniter v2.2.3 <https://codeload.github.com/bcit-ci/CodeIgniter/zip/2.2.3>`_
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#############################
2+
Upgrading from 3.0.2 to 3.0.3
3+
#############################
4+
5+
Before performing an update you should take your site offline by
6+
replacing the index.php file with a static one.
7+
8+
Step 1: Update your CodeIgniter files
9+
=====================================
10+
11+
Replace all files and directories in your *system/* directory.
12+
13+
.. note:: If you have any custom developed files in these directories,
14+
please make copies of them first.

user_guide_src/source/installation/upgrading.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ upgrading from.
88
.. toctree::
99
:titlesonly:
1010

11+
Upgrading from 3.0.2 to 3.0.3 <upgrade_303>
1112
Upgrading from 3.0.1 to 3.0.2 <upgrade_302>
1213
Upgrading from 3.0.0 to 3.0.1 <upgrade_301>
1314
Upgrading from 2.2.x to 3.0.x <upgrade_300>

0 commit comments

Comments
 (0)