Skip to content

Releases: silverstripe/silverstripe-contentreview

4.0.0-beta1

12 Oct 00:29
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release

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

12 Oct 00:25
Compare
Choose a tag to compare
  • FIX Ensure SiteConfig defaults are used as fallback options (Robbie Averill) - 11a5dc7
  • Use precise distro for Travis builds (Robbie Averill) - c6da57f

3.0.5

12 Oct 00:25
Compare
Choose a tag to compare
  • 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

12 Oct 00:25
Compare
Choose a tag to compare
  • Avoid fatal errors when trying to edit in the CMS (NightJar) - ea4b6f5

3.0.3

12 Oct 00:24
Compare
Choose a tag to compare
  • Fix invalid composer.json (Damian Mooyman) - 40a1ce4
  • Remove broken string (Damian Mooyman) - 272afd4
  • Remove obsolete branch-alias (Damian Mooyman) - dd98ee9
  • Added Helpful Robot badge (Christopher Pitt) - 019c69b

3.0.2

18 May 06:41
Compare
Choose a tag to compare
  • 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

04 Feb 00:10
Compare
Choose a tag to compare
  • Update documentation and configuration to supported module standard
  • Fix documentation links

3.0.0

19 Nov 04:16
Compare
Choose a tag to compare
  • 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

04 Nov 20:22
Compare
Choose a tag to compare
Add tx config

Framework 3.1 compatible

24 Feb 09:59
Compare
Choose a tag to compare
1.1.0

Fix incorrect usage of data list methods.