Releases: ciims/CiiMS
Yii 1.1.17 Release
2.0.2 Release
Updates CiiMS to the latest version of Yii 1.1.17
Latest Version
This tag always contains the latest release version of CiiMS
2.0.0 Released
CiiMS 2.0.0
Pre-Release Notes: https://www.erianna.com/ciims-2-0-0-beta-release-announcement
What's New?
- Minor bug fixes
2.0.0 Release Candidate 2
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
)
- The
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.
2.0.0 Release Candidate 1
Release Notes
Release candidate for CiiMS 2.0.0
2.0.0 Beta
2.0.0 Beta Release
See the full release notes at https://www.erianna.com/ciims-2-0-0-beta-release-announcement
CiiMS 1.9.1 Maintenance Release
CiiMS 1.9.1 Maintenance Release
Release Notes
This is a maintenance release to make CiiMS 1.9 compatible with the automated deployment system for CiiMS.org, and does not introduce any new features. You may continue to safely use 1.9.0 without issue, as this does not introduce any new features into CiiMS
Changes
ciisetup
does not maintainyiiPath
information whengenerateadmin
is called.- API hard errors with an invalid JSON response under certain circumstances
- Updated Piwik Logo
- Corrects an issue where Sphinx settings are not properly applied in CiiURLManager
See CiiMS 1.9.0 Release for the latest features in 1.9.0. The latest-release tag has also been updated to reflect this change.
CiiMS 1.9.0 Release
CiiMS 1.9.0 Release
Major New Features include
- Performance Enhancements
- API Module
- Collaborators
- User Invitations
- Card Changes
- Bugfixes
CiiMS 1.8.3 Hotfix Release
Corrects an issue identified in #100 with an incorrect redirect on signup.
CiiMS 1.8.2 Hotfix Release
Fixes a breaking api change that prevents "/" from being set and routing correctly.