Skip to content

Releases: modusinternet/Custodian-CMS

Custodian CMS v0.7.9

16 Dec 05:28
Compare
Choose a tag to compare

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

12 Apr 20:14
Compare
Choose a tag to compare

Fixes an issue with the noindex/canonical reference on the homepage when used in combination with the caching system.

Custodian CMS v0.7.7

01 Apr 03:39
Compare
Choose a tag to compare

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

25 Jan 22:01
Compare
Choose a tag to compare

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

29 Nov 21:26
Compare
Choose a tag to compare
  • 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

04 Nov 17:40
Compare
Choose a tag to compare
  • 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

01 Nov 19:18
Compare
Choose a tag to compare

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

19 Oct 06:27
Compare
Choose a tag to compare
  • 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

12 Nov 08:40
Compare
Choose a tag to compare
  • 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

24 Oct 03:22
Compare
Choose a tag to compare
  • 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.