Skip to content

Releases: silverstripe/silverstripe-widgets

2.2.0

11 Nov 21:43
5aca443
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

2.1.1

08 Jun 23:37
6e163be
Compare
Choose a tag to compare
  • FIX Add namespaces back to translation files (Steve Boyd) - d4ae7ff

2.0.2

16 Oct 13:30
ade8047
Compare
Choose a tag to compare
  • Fix broken template paths in $Content (wernerkrauss) - 5d2f057
  • Add supported module badge to readme (Dylan Wagstaff) - 41c9ecf
  • Remove obsolete branch alias (Robbie Averill) - 6ce9626
  • Add missing section to README.md (Raissa North) - 129a650

2.0.1

15 Mar 02:18
d17c577
Compare
Choose a tag to compare
  • Update widgetarea styling to be inline with SS4 (Scott Hutchinson) - 294f9b6

2.0.0

27 Feb 01:38
76b8b3f
Compare
Choose a tag to compare
  • API Remove overriding function getTitle() (Raissa North) - ab83492

1.3.1

27 Feb 01:38
Compare
Choose a tag to compare
  • Remove Transifex configuration. Commit directly to lang files for SS3. (Robbie Averill) - c28c3c1
  • added WidgetPageExtension.INHERITSIDEBAR definition to lang subfolder (Rastislav Brandobur) - a434245
  • added missing _t() function (Rastislav Brandobur) - 80029af
  • Update translations (Brett Tasker) - df4844d

2.0.0-beta1

22 Dec 00:40
0a3c280
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
  • FIX Update tests to ensure TestPage owns its widget area (Robbie Averill) - 8583b89
  • FIX Use full versioning for Widget and WidgetArea to preserve draft state between page publishes (Robbie Averill) - 5ca288c
  • API Widgets and WidgetAreas are versioned and are owned by pages (Robbie Averill) - e1a0469
  • FIX Update legacy translation tags in templates, run text collector, update other langs (Robbie Averill) - a2f4594
  • FIX Update translations (Raissa North) - de7473e
  • FIX Update documentation and turn into vendor module (Raissa North) - 58e2696
  • FIX Add and optimise namespaces (Raissa North) - 285b46f
  • ENHANCEMENT Add codesniffer ruleset (Raissa North) - 0916970
  • Update branch alias for 1.x-dev (Robbie Averill) - c551172
  • Remove Transifex configuration. Commit directly to lang files for SS3. (Robbie Averill) - c28c3c1
  • FIX Ensure namespaced widget classes are handled and Widget is not included (Robbie Averill) - bf9fbe3
  • FIX Scrutinizer configuration uses new build system (Robbie Averill) - 406f925
  • Add in missing requirements (Adrian Stein) - e9e30b6
  • NEW Install module to the vendor folder (Robbie Averill) - fb91acb
  • Update template path to allow PageController test to pass (Dylan Wagstaff) - 18296d0
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 36a5840
  • FIX Use ModuleLoader for requirement resolution and typo in exception in Widget::getController (Robbie Averill) - 9b12b60
  • FIX Update tests for removed core features, use Controller for requests instead of Forms, etc (Robbie Averill) - 7c85b1b
  • FIX Update Travis configuration to be standalone, add codecov.io (Robbie Averill) - ad6a965
  • added WidgetPageExtension.INHERITSIDEBAR definition to lang subfolder (Rastislav Brandobur) - a434245
  • Remove PHP 5.5 from SS4 compat build matrix (Robbie Averill) - 9aa40a0
  • added missing _t() function (Rastislav Brandobur) - 80029af
  • Update translations (Brett Tasker) - df4844d
  • Tabs to spaces in Controller (Robbie Averill) - 8dae0a6
  • FIX Add legacy class remapping, escape FQ class names in URLs, docs and add bootstrap to buttons (Robbie Averill) - ec9421b
  • DOCS Add all build badges to readme (Robbie Averill) - e7de0c6
  • API Implement namespacing, add upgrade mapping. Remove deprecated methods and support for Widget_Controller (underscored) (Robbie Averill) - 8eee397
  • SS4 compat: Update readme, docs, composer configuration and Travis build configuration (Robbie Averill) - defb4bf
  • Alias master as 2.0.x (Daniel Hensby) - 661e7ee

1.2.3

18 Aug 06:31
Compare
Choose a tag to compare
  • FIX: use correct ID if it exists. Fixes #133 (torleif) - 3bc304b
  • Fix: #127 - generate unique ID upon creation (torleif) - 987d293

1.2.2

04 Feb 05:18
Compare
Choose a tag to compare
Merge pull request #117 from steiha/patch-1

ItemsToRender might return NULL // avoid warnings

1.2.1

19 Nov 02:43
Compare
Choose a tag to compare
Merge pull request #108 from helpfulrobot/add-standard-travis-config

Added standard Travis config