Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

2.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@charlesportwoodii charlesportwoodii released this 24 Aug 16:19
· 40 commits to master since this release

RC2 for CiiMS 2.0.0

Original Release Notes: https://www.erianna.com/ciims-2-0-0-beta-release-announcement

What's New?

  • Misc bug-fixes in CiiMS core, cii component, install, api, dashboard module
  • Codeception is now linked to all core components, modules.
    • Removing unecessary db component from Codeception.
  • YiinfiniteScroll extension is moved https://github.com/charlesportwoodii/CiinfiniteScroll as a composer module rather than as an inline extension, and will likely be deprecated in RC3
  • All web code is now isolated to the /web directory. All current CiiMS 2.0 installations MUST be migrated server side after upgrading to RC2. Files migrated include:
    • The assets directory
    • The uploads directory
    • All bootstrap scripts (index.php, install.php, test.php)

After updating your CiiMS instance with RC2, you MUST repoint your webroot path in your webserver from /path/to/ciims to /path/to/ciims/web. CiiMS will function normally after completing this webserver change.

This change was made to isolate all public facing code from the Yii default /protected directory, and should prevent directory traversal in the instance of poorly configured web servers.