Skip to content

Commit b343d33

Browse files
authored
Merge pull request #5727 from kenjis/fix-docs-previous-version
docs: change "previous version" to a specific version
2 parents bb97748 + 0e18a6c commit b343d33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user_guide_src/source/libraries/sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Unless you're developing a website with heavy AJAX usage, you can skip this
6969
section. If you are, however, and if you're experiencing performance
7070
issues, then this note is exactly what you're looking for.
7171

72-
Sessions in previous versions of CodeIgniter didn't implement locking,
72+
Sessions in CodeIgniter v2.x didn't implement locking,
7373
which meant that two HTTP requests using the same session could run exactly
7474
at the same time. To use a more appropriate technical term - requests were
7575
non-blocking.

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Working with Uploaded Files
55
CodeIgniter makes working with files uploaded through a form much simpler and more secure than using PHP's ``$_FILES``
66
array directly. This extends the :doc:`File class </libraries/files>` and thus gains all of the features of that class.
77

8-
.. note:: This is not the same as the File Uploading class in previous versions of CodeIgniter. This provides a raw
8+
.. note:: This is not the same as the File Uploading class in CodeIgniter v3.x. This provides a raw
99
interface to the uploaded files with a few small features.
1010

1111
.. contents::

0 commit comments

Comments
 (0)