You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,11 @@ This fork commits to:
41
41
- Maintaining compatibility with each new PHP version while still supporting PHP 5.4+
42
42
- Applying critical security fixes
43
43
- Keeping changes minimal to preserve CI3 behavior
44
-
- Reverting unnecessary breaking changes in CodeIgniter 3.2.0-dev
44
+
- Reverting breaking changes in CodeIgniter 3.2.0-dev to maintain backward compatibility (e.g. restoring the Cart library, Email helper, and other deprecated-but-removed functionality)
45
45
- Running the full CI3 test suite on PHP 8.2+
46
46
47
+
If you find something that was removed in CI 3.2.0-dev and breaks backward compatibility for your application, please open an issue. We're happy to restore it.
48
+
47
49
This fork does NOT:
48
50
49
51
- Add new features
@@ -95,6 +97,8 @@ If you prefer the traditional approach of replacing the system directory:
95
97
96
98
**Please review the upgrade guide:** `upgrade_320.rst <user_guide_src/source/installation/upgrade_320.rst>`_
97
99
100
+
Note: The upgrade guide has been updated to reflect functionality we've restored for backward compatibility (Cart library, Email helper, etc.).
101
+
98
102
Steps to upgrade:
99
103
100
104
1. Review the upgrade guide for breaking changes between 3.1.x and 3.2.0
0 commit comments