diff --git a/changelog.md b/changelog.md index eb31e8b..56c2861 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,26 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.2...HEAD) +## [1.2.1](https://github.com/silverstripe/silverstripe-widgets/tree/1.2.1) (2015-11-18) +[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.2...1.2.1) + +**Implemented enhancements:** + +- Making widgets able to be used in a non page controller [\#105](https://github.com/silverstripe/silverstripe-widgets/pull/105) ([pitchandtone](https://github.com/pitchandtone)) **Merged pull requests:** +- Added standard Travis config [\#108](https://github.com/silverstripe/silverstripe-widgets/pull/108) ([helpfulrobot](https://github.com/helpfulrobot)) +- Added standard Scrutinizer config [\#106](https://github.com/silverstripe/silverstripe-widgets/pull/106) ([helpfulrobot](https://github.com/helpfulrobot)) +- OSS-905 Moved contributions of Widgets to contributing.md [\#103](https://github.com/silverstripe/silverstripe-widgets/pull/103) ([shoaibali](https://github.com/shoaibali)) +- OSS-905 Moved docs to docs/en/ [\#102](https://github.com/silverstripe/silverstripe-widgets/pull/102) ([shoaibali](https://github.com/shoaibali)) +- OSS-905 Added code of conduct [\#101](https://github.com/silverstripe/silverstripe-widgets/pull/101) ([shoaibali](https://github.com/shoaibali)) +- OSS-905 Added changelog [\#100](https://github.com/silverstripe/silverstripe-widgets/pull/100) ([shoaibali](https://github.com/shoaibali)) - OSS-905 Moved contributing section to contributing.md [\#99](https://github.com/silverstripe/silverstripe-widgets/pull/99) ([shoaibali](https://github.com/shoaibali)) +- OSS-905 Added gitattributes [\#98](https://github.com/silverstripe/silverstripe-widgets/pull/98) ([shoaibali](https://github.com/shoaibali)) - Added Scrutinizer support [\#96](https://github.com/silverstripe/silverstripe-widgets/pull/96) ([assertchris](https://github.com/assertchris)) - BUG Prevent non-widget tests from loading WidgetAreaEditorTest\_FakePage every query [\#95](https://github.com/silverstripe/silverstripe-widgets/pull/95) ([tractorcow](https://github.com/tractorcow)) - Tests for php 5.6 and framework 3.2 [\#94](https://github.com/silverstripe/silverstripe-widgets/pull/94) ([tractorcow](https://github.com/tractorcow)) @@ -22,12 +34,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). **Merged pull requests:** +- Updated translations [\#90](https://github.com/silverstripe/silverstripe-widgets/pull/90) ([assertchris](https://github.com/assertchris)) - BUG Fix incorrect extension variable [\#89](https://github.com/silverstripe/silverstripe-widgets/pull/89) ([tractorcow](https://github.com/tractorcow)) -- Move 3.2+ compat version to 1.2 [\#87](https://github.com/silverstripe/silverstripe-widgets/pull/87) ([tractorcow](https://github.com/tractorcow)) ## [1.2.0](https://github.com/silverstripe/silverstripe-widgets/tree/1.2.0) (2015-05-04) [Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.0...1.2.0) +**Merged pull requests:** + +- Move 3.2+ compat version to 1.2 [\#87](https://github.com/silverstripe/silverstripe-widgets/pull/87) ([tractorcow](https://github.com/tractorcow)) + ## [1.1.0](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.0) (2015-05-03) [Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/0.2.0...1.1.0) @@ -39,7 +55,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). **Merged pull requests:** +- BUGFIX: Fixed issue where Widget::CMSEditor\(\) can't rename the enabled checkbox [\#85](https://github.com/silverstripe/silverstripe-widgets/pull/85) ([UndefinedOffset](https://github.com/UndefinedOffset)) +- API Enable Title to be CMS driven [\#84](https://github.com/silverstripe/silverstripe-widgets/pull/84) ([tractorcow](https://github.com/tractorcow)) - Remove reliance on $\_REQUEST global [\#83](https://github.com/silverstripe/silverstripe-widgets/pull/83) ([tractorcow](https://github.com/tractorcow)) +- Adding .editorconfig [\#80](https://github.com/silverstripe/silverstripe-widgets/pull/80) ([dhensby](https://github.com/dhensby)) +- BUG: Fixed issue where beforeSave\(\) was not being called when saving [\#77](https://github.com/silverstripe/silverstripe-widgets/pull/77) ([UndefinedOffset](https://github.com/UndefinedOffset)) ## [0.2.0](https://github.com/silverstripe/silverstripe-widgets/tree/0.2.0) (2014-08-06) **Implemented enhancements:** @@ -63,6 +83,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - widget causes page ajax to not terminate correct [\#35](https://github.com/silverstripe/silverstripe-widgets/issues/35) - Widget wont render in Frontend [\#33](https://github.com/silverstripe/silverstripe-widgets/issues/33) - Widget module not installing [\#32](https://github.com/silverstripe/silverstripe-widgets/issues/32) +- wrong filename for WigetContentControllerExtension.php [\#30](https://github.com/silverstripe/silverstripe-widgets/issues/30) - DataObject error with Blog and Widgets modules [\#27](https://github.com/silverstripe/silverstripe-widgets/issues/27) - Widgets area [\#23](https://github.com/silverstripe/silverstripe-widgets/issues/23) - Translations [\#10](https://github.com/silverstripe/silverstripe-widgets/issues/10) @@ -72,13 +93,39 @@ This project adheres to [Semantic Versioning](http://semver.org/). **Merged pull requests:** +- Proposed fix for issue \#25 [\#73](https://github.com/silverstripe/silverstripe-widgets/pull/73) ([UndefinedOffset](https://github.com/UndefinedOffset)) - FIX Setting `$only\_available\_in` to `private` visibility [\#70](https://github.com/silverstripe/silverstripe-widgets/pull/70) ([dhensby](https://github.com/dhensby)) +- Use Config to get Widget::$only\_available\_in [\#69](https://github.com/silverstripe/silverstripe-widgets/pull/69) ([ryanwachtl](https://github.com/ryanwachtl)) - NEW Adding support for Translatable [\#68](https://github.com/silverstripe/silverstripe-widgets/pull/68) ([tomspeak](https://github.com/tomspeak)) - Fixed locale for AJAX requests on addWidget. [\#67](https://github.com/silverstripe/silverstripe-widgets/pull/67) ([Sixfifty](https://github.com/Sixfifty)) +- BUG Fixed issue with nested InheritSideBar not inheriting beyond the first level [\#66](https://github.com/silverstripe/silverstripe-widgets/pull/66) ([tractorcow](https://github.com/tractorcow)) - Change of yml name [\#65](https://github.com/silverstripe/silverstripe-widgets/pull/65) ([Leapfrognz](https://github.com/Leapfrognz)) +- Added instructions for releasing a widget [\#63](https://github.com/silverstripe/silverstripe-widgets/pull/63) ([jedateach](https://github.com/jedateach)) - Added forTemplate function on Widget [\#62](https://github.com/silverstripe/silverstripe-widgets/pull/62) ([jedateach](https://github.com/jedateach)) - Added summary fields [\#61](https://github.com/silverstripe/silverstripe-widgets/pull/61) ([jedateach](https://github.com/jedateach)) +- FIX \#58 on page duplicate [\#59](https://github.com/silverstripe/silverstripe-widgets/pull/59) ([MarkMhn](https://github.com/MarkMhn)) +- Finnish language [\#57](https://github.com/silverstripe/silverstripe-widgets/pull/57) ([mediaclinic](https://github.com/mediaclinic)) +- Update WidgetPageExtension.php [\#55](https://github.com/silverstripe/silverstripe-widgets/pull/55) ([MattyBalaam](https://github.com/MattyBalaam)) - Removed whitespace, fixes \#53 [\#54](https://github.com/silverstripe/silverstripe-widgets/pull/54) ([christopherdarling](https://github.com/christopherdarling)) +- FIX: WidgetControllerTest failing due to 3.1 API. [\#52](https://github.com/silverstripe/silverstripe-widgets/pull/52) ([wilr](https://github.com/wilr)) +- Updated Widget module to show hide Widgets in specified WidgetArea [\#51](https://github.com/silverstripe/silverstripe-widgets/pull/51) ([ghost](https://github.com/ghost)) +- BUGFIX: solved bug adding a new widget to the top of the widget area, th... [\#46](https://github.com/silverstripe/silverstripe-widgets/pull/46) ([g4b0](https://github.com/g4b0)) +- Bugfix: check array before shifting [\#45](https://github.com/silverstripe/silverstripe-widgets/pull/45) ([g4b0](https://github.com/g4b0)) +- MINOR: Added Dutch language [\#38](https://github.com/silverstripe/silverstripe-widgets/pull/38) ([ARNHOE](https://github.com/ARNHOE)) +- ENHANCEMENT added missing translations, I do not speak swedish and added... [\#34](https://github.com/silverstripe/silverstripe-widgets/pull/34) ([rlehmann](https://github.com/rlehmann)) +- ENHANCEMENT: Adapt the Widgets Editor CMS UI to fit SS 3.0 [\#31](https://github.com/silverstripe/silverstripe-widgets/pull/31) ([ryanwachtl](https://github.com/ryanwachtl)) +- german translation [\#28](https://github.com/silverstripe/silverstripe-widgets/pull/28) ([ivoba](https://github.com/ivoba)) +- Coding conventions [\#19](https://github.com/silverstripe/silverstripe-widgets/pull/19) ([stojg](https://github.com/stojg)) +- Bug : Removed errors from Composer.json [\#15](https://github.com/silverstripe/silverstripe-widgets/pull/15) ([vikas-srivastava](https://github.com/vikas-srivastava)) +- ENHANCEMENT: Added Swedish translation file [\#14](https://github.com/silverstripe/silverstripe-widgets/pull/14) ([forsdahl](https://github.com/forsdahl)) +- MINOR: Added a lang folder with default English translation and manifest... [\#13](https://github.com/silverstripe/silverstripe-widgets/pull/13) ([forsdahl](https://github.com/forsdahl)) +- ENHANCEMENT: Made title, cmstitle and description on widgets translatable [\#12](https://github.com/silverstripe/silverstripe-widgets/pull/12) ([forsdahl](https://github.com/forsdahl)) +- New : Added composer.json [\#11](https://github.com/silverstripe/silverstripe-widgets/pull/11) ([vikas-srivastava](https://github.com/vikas-srivastava)) +- BUG: set current locale when fetching editable widget segment [\#8](https://github.com/silverstripe/silverstripe-widgets/pull/8) ([forsdahl](https://github.com/forsdahl)) +- BUG: Enable chosen in WidgetAreaEditor fields. [\#7](https://github.com/silverstripe/silverstripe-widgets/pull/7) ([forsdahl](https://github.com/forsdahl)) +- Issue \#4: Adds missing requirements for WidgetAreaEditor [\#6](https://github.com/silverstripe/silverstripe-widgets/pull/6) ([dancras](https://github.com/dancras)) +- Missing Resources [\#3](https://github.com/silverstripe/silverstripe-widgets/pull/3) ([nedmas](https://github.com/nedmas)) +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file