Releases: silverstripe/silverstripe-contentreview
Releases · silverstripe/silverstripe-contentreview
4.0.0-beta1
SilverStripe 4 compatibility
- FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 46d4069
- FIX Use ModuleLoader for requirements, and use path resolver for thirdparty dir (Robbie Averill) - 4e7792a
- NEW Add behat tests to cover content review configuration and review modal (Robbie Averill) - 31bcd0d
- API Add React modal popup for reviewing content in SiteTree (Robbie Averill) - 8b8b8e3
- DOCS Update readme and userguide for SS4, new screenshots, updated use examples (Robbie Averill) - 47f1983
- FIX Import DateTimeField class for GridField column casting (Robbie Averill) - 07f24bb
- Use square arrays (Will Rossiter) - 05fb6fa
- FIX Change right title to description for alignment (Robbie Averill) - 038c41f
- API Move JS and CSS to webpack, update DOM binding for SS4 CMS (Robbie Averill) - a93d804
- FIX Import QueuedJobService namespace in job classes (Robbie Averill) - cc7763a
- FIX Add namespace import for Member (Robbie Averill) - de6ca32
- Add PostgreSQL to Travis builds (Robbie Averill) - 1e7a2be
- FIX Add legacy model class name remapping configuration (Robbie Averill) - 840a0cb
- FIX Missing namespace imports, incorrect date formats and array keys (Robbie Averill) - c5f9da1
- API Implement namespaces and update core API use - CLDR date formats in progress (Robbie Averill) - 42fb360
- Update Travis configuration, add PSR-4 autoloader, update composer requirements for SS4 (Robbie Averill) - 0f61b12
3.0.7
3.0.5
- Update translations (Franco Springveldt) - f51ec42
- FIX: Fixes #59 Minor changes wr/t typos. (Russell Michell) - 19897e0
- FIX Remove specific page edit URL from tests to ensure multi SS version compatibility (Robbie Averill) - 12198e2
- Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 7bae7e2
3.0.4
3.0.3
3.0.2
- fix(ContentReviewNotificationJob): Changed to use ->config() system so that the next_run_hour can be configured in YAML.
- BUG Prevent non-real draft changes forcing record to appear as changed when saved
3.0.1
- Update documentation and configuration to supported module standard
- Fix documentation links
3.0.0
- Replace review page form with inline form
- Update translations
- Convert to psr-2
- Change "mark as reviewed" page action panel styles
- Add report filter for only the pages a user is assigned to
- BUG Show inherited date even when inheriting settings
- API CMS Editable notification templates
2.1.0
Add tx config
Framework 3.1 compatible
1.1.0 Fix incorrect usage of data list methods.