You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to how git works and packagist works when the 3.1.1 tag was created the date packagist puts in the composer.lock is the date of commit fa0bfad. Which is causing the desktop client to report a version miss match when Code Bank is installed via composer. There's two hacky fixes for this, but we really should do a new release:
Updating CodeBank/_config.php by replacing the constants on lines 2 & 3:
Modifying composer.lock by searching for the "name": "undefinedoffset/silverstripe-codebank" line and changing the next instance of "time": "2016-03-23 12:36:50" to:
"time": "2016-07-30 12:36:50"
The text was updated successfully, but these errors were encountered:
Due to how git works and packagist works when the 3.1.1 tag was created the date packagist puts in the composer.lock is the date of commit fa0bfad. Which is causing the desktop client to report a version miss match when Code Bank is installed via composer. There's two hacky fixes for this, but we really should do a new release:
Updating CodeBank/_config.php by replacing the constants on lines 2 & 3:
Modifying composer.lock by searching for the
"name": "undefinedoffset/silverstripe-codebank"
line and changing the next instance of"time": "2016-03-23 12:36:50"
to:The text was updated successfully, but these errors were encountered: