Releases: silverstripe/silverstripe-widgets
Releases · silverstripe/silverstripe-widgets
2.2.0
2.1.1
2.0.2
2.0.1
2.0.0
1.3.1
- 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
- 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
1.2.2
Merge pull request #117 from steiha/patch-1 ItemsToRender might return NULL // avoid warnings
1.2.1
Merge pull request #108 from helpfulrobot/add-standard-travis-config Added standard Travis config