Should be easy, as the API didn't really change much, see:
https://www.codeigniter.com/user_guide/installation/upgrade_3110.html
Changes seems minor, mostly some small bug fixes.
Todo
- Replace the
system folder with the source of CI 3.1.10
- Just to be completely sure: Check for any usages of
is_countable() - probably there aren't any.
- Install the custom languages from here by copying the content into the
system folder.
- Briefly test if everything is still working
- PR time 🎉
Should be easy, as the API didn't really change much, see:
https://www.codeigniter.com/user_guide/installation/upgrade_3110.html
Changes seems minor, mostly some small bug fixes.
Todo
systemfolder with the source of CI 3.1.10is_countable()- probably there aren't any.systemfolder.