Releases: modusinternet/Custodian-CMS
Custodian CMS v0.7.9
Been pretty busy this year so I did not get a lot of time to work on this project but collectively there was enough done in the /user/ folder I felt it was time to generate a new release. Happy Holidays guys 👍
Custodian CMS v0.7.8
Fixes an issue with the noindex/canonical reference on the homepage when used in combination with the caching system.
Custodian CMS v0.7.7
This release continues to focus on the Custodian CMS admin area. Specifically, the Dashboard and User Profile areas are now 100% finished.
This work has helped set the overall look feel of what the full admin system will be like eventually. I've added proper dropdown responses for specific actions throughout and integrated the user privileges into all areas of the admin and public sides of the example templates, for the purpose of editing.
Barring any issues, I'll take a short break now before continuing the work to enable more admin area features. Soon as the admin area is done I'll begin work on the custodiancms.org website where I'll provide more documentation, example templates, screenshots, and video links.
If you have any questions/suggestions about this release or just want to talk about Custodian CMS in general you can always connect with us on Discord at: https://discord.gg/AA9vrxxyAJ
Custodian CMS v0.7.6
This release was a major endeavor to restart work on the user admin system after the recode done last year to session management. Most of this release only affects the /user/dashboard/ area but it's was a starting point to learning how best to integrate JSON data, with expiring time-date stamps, into the new session management and secure admin area.
Lessons learned in this release will greatly influence the development of the user admin system moving forward.
Full Changelog: v0.7.5...v0.7.6
Custodian CMS v0.7.5
- Updates to admin side templates and session controlled edit abilities required by the '{CCMS_LIB:_default.php;FUNC:ccms_user_admin_slider}' call found in '/ccmstpl/examples/footer.html' and '/ccmslib/_default.php' templates.
Custodian CMS v0.7.4
- Began the use of Null Coalescing Operators throughout the code to help remove PHP warning messages from less forgiving servers.\
- Got login, password recovery and 2FA forms fully functional in preparation for work on the /user/ templates.
Custodian CMS v0.7.3
This release was necessary do to a major rewrite of the CCMS_Main() function and how it sorts template requests prior to calling the CCMS_TPL_Parser() function.
Custodian CMS v0.7.2
- fix to language auto-detect
- added 2FA QR code generator option to set up templates for the first admin
- updated session security for the entire site (cookies fully encrypted now)
- updated User login area to us new session security
- added some more content and images to the example templates
- began work on admin templates again
Custodian CMS v0.6.8
- Re-coded multiple functions found throughout ‘/ccmspre/index.php’ containing ‘break;’ calls inside ‘if()’ statements which are no longer supported in their current form under PHP v7.3.
- Updated some regex definitions containing unescaped hyphens (-) and forward slashes (/) in ‘/ccmspre/index.php’, ‘/ccmspre/whitelist_public_original.php’, and ‘/ccmspre/whitelist_user_original.php’.
- Updated the encryption algorithm used for password verification throughout the site. ‘mcrypt_create_iv()’ replaced with ‘password_verify()’ and password_hash()’.
Custodian CMS v0.6.7
- A final version of the new GitHub templates and instructions.
- Update of new CCMS version number and release date.
- Minor addition to /.gitignor to help protect the SECRET_ACCESS_TOKEN found within /ccms-install-en.php if used.