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

Releases: ciims/CiiMS

Yii 1.1.17 Release

18 Jan 18:58
Compare
Choose a tag to compare

2.0.2 Release

Updates CiiMS to the latest version of Yii 1.1.17

Latest Version

08 Jan 19:29
Compare
Choose a tag to compare

This tag always contains the latest release version of CiiMS

2.0.0 Released

08 Jan 19:08
Compare
Choose a tag to compare

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

24 Aug 16:19
Compare
Choose a tag to compare
Pre-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.

2.0.0 Release Candidate 1

02 Jul 19:01
Compare
Choose a tag to compare
Pre-release

Release Notes

Release candidate for CiiMS 2.0.0

2.0.0 Beta

21 Jan 22:05
Compare
Choose a tag to compare
2.0.0 Beta Pre-release
Pre-release

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

31 Dec 15:15
Compare
Choose a tag to compare

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 maintain yiiPath information when generateadmin 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

26 Dec 19:20
Compare
Choose a tag to compare

CiiMS 1.9.0 Release

See Release Announcement

Major New Features include

  • Performance Enhancements
  • API Module
  • Collaborators
  • User Invitations
  • Card Changes
  • Bugfixes

CiiMS 1.8.3 Hotfix Release

17 Dec 00:44
Compare
Choose a tag to compare

Corrects an issue identified in #100 with an incorrect redirect on signup.

CiiMS 1.8.2 Hotfix Release

17 Oct 03:17
Compare
Choose a tag to compare

Fixes a breaking api change that prevents "/" from being set and routing correctly.