Skip to content

Commit 06154ce

Browse files
committed
docs: make version notation consistent
Since v4.x.x, ... Prior to v4.x.x, ... This makes searching easier.
1 parent 09eca38 commit 06154ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

user_guide_src/source/changelogs/v4.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Release Date: January 31, 2021
1212
BREAKING
1313
********
1414

15-
- ``Autoloader::loadLegacy()`` method was previously used for migration of non-namespaced classes in transition to CodeIgniter v4. Since ``4.1.0``, this support was removed.
15+
- ``Autoloader::loadLegacy()`` method was previously used for migration of non-namespaced classes in transition to CodeIgniter v4. Since v4.1.0, this support was removed.
1616

1717
Changes
1818
*******

user_guide_src/source/helpers/url_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following functions are available:
9696

9797
.. literalinclude:: url_helper/006.php
9898

99-
.. important:: Prior to **4.1.2** this function had a bug causing it to ignore the configuration on ``App::$indexPage``.
99+
.. important:: Prior to v4.1.2, this function had a bug causing it to ignore the configuration on ``App::$indexPage``.
100100

101101
.. php:function:: previous_url([$returnObject = false])
102102

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ redirect and is recommended in most cases:
226226

227227
.. literalinclude:: routing/022.php
228228

229-
.. note:: Since v4.2.0 ``addRedirect()`` can use placeholders.
229+
.. note:: Since v4.2.0, ``addRedirect()`` can use placeholders.
230230

231231
If a redirect route is matched during a page load, the user will be immediately redirected to the new page before a
232232
controller can be loaded.

user_guide_src/source/installation/upgrade_410.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Breaking Changes
1717

1818
**Legacy Autoloading**
1919

20-
``Autoloader::loadLegacy()`` method was originally for transition to CodeIgniter v4. Since 4.1.0,
20+
``Autoloader::loadLegacy()`` method was originally for transition to CodeIgniter v4. Since v4.1.0,
2121
this support was removed. All classes must be namespaced.

0 commit comments

Comments
 (0)