From 210ffc964505903ef359cdf7e607afab141589fb Mon Sep 17 00:00:00 2001 From: Shoaib Ali Date: Sat, 7 Nov 2015 12:17:25 +1300 Subject: [PATCH] OSS-905 Added changelog --- changelog.md | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..bc45800 --- /dev/null +++ b/changelog.md @@ -0,0 +1,86 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased](https://github.com/silverstripe/silverstripe-widgets/tree/HEAD) + +[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.2...HEAD) + +**Merged pull requests:** + +- OSS-905 Moved contributing section to contributing.md [\#99](https://github.com/silverstripe/silverstripe-widgets/pull/99) ([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)) +- Support widget forms with InheritSidebar [\#93](https://github.com/silverstripe/silverstripe-widgets/pull/93) ([hailwood](https://github.com/hailwood)) + +## [1.1.2](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.2) (2015-08-20) +[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.1.1...1.1.2) + +## [1.1.1](https://github.com/silverstripe/silverstripe-widgets/tree/1.1.1) (2015-05-19) +[Full Changelog](https://github.com/silverstripe/silverstripe-widgets/compare/1.2.0...1.1.1) + +**Merged pull requests:** + +- 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) + +## [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) + +**Closed issues:** + +- Tests fail under silverstripe-framework 3 branch [\#86](https://github.com/silverstripe/silverstripe-widgets/issues/86) +- Widgets not clickable or draggable [\#82](https://github.com/silverstripe/silverstripe-widgets/issues/82) +- Please start using tags [\#79](https://github.com/silverstripe/silverstripe-widgets/issues/79) + +**Merged pull requests:** + +- Remove reliance on $\_REQUEST global [\#83](https://github.com/silverstripe/silverstripe-widgets/pull/83) ([tractorcow](https://github.com/tractorcow)) + +## [0.2.0](https://github.com/silverstripe/silverstripe-widgets/tree/0.2.0) (2014-08-06) +**Implemented enhancements:** + +- Coding conventions [\#18](https://github.com/silverstripe/silverstripe-widgets/issues/18) +- Adapt the CMS UI to fit the SS 3.0 UI [\#17](https://github.com/silverstripe/silverstripe-widgets/issues/17) + +**Fixed bugs:** + +- Widgets no longer work on SS3.1 [\#40](https://github.com/silverstripe/silverstripe-widgets/issues/40) + +**Closed issues:** + +- what about 3.0? [\#64](https://github.com/silverstripe/silverstripe-widgets/issues/64) +- Change $Content template variable? [\#60](https://github.com/silverstripe/silverstripe-widgets/issues/60) +- On `SiteTree` duplicate `WidgetArea`s are linked to both original and duplicate object [\#58](https://github.com/silverstripe/silverstripe-widgets/issues/58) +- 'Not Found' error on 3.1 means Widgets cannot be added [\#56](https://github.com/silverstripe/silverstripe-widgets/issues/56) +- BUG: Whitespace at the beginning of WidgetContentControllerExtension [\#53](https://github.com/silverstripe/silverstripe-widgets/issues/53) +- \[User Deprecated\] Object::get\_static is deprecated. Replaced by Config\#get. Called from Widget-\>CMSTitle [\#42](https://github.com/silverstripe/silverstripe-widgets/issues/42) +- New widget shown on top, then moved at bottom after page save [\#41](https://github.com/silverstripe/silverstripe-widgets/issues/41) +- 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) +- 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) +- widget management in the cms is broken [\#9](https://github.com/silverstripe/silverstripe-widgets/issues/9) +- Missing Resources [\#2](https://github.com/silverstripe/silverstripe-widgets/issues/2) +- ArchiveWidget is not translatable [\#1](https://github.com/silverstripe/silverstripe-widgets/issues/1) + +**Merged pull requests:** + +- FIX Setting `$only\_available\_in` to `private` visibility [\#70](https://github.com/silverstripe/silverstripe-widgets/pull/70) ([dhensby](https://github.com/dhensby)) +- 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)) +- Change of yml name [\#65](https://github.com/silverstripe/silverstripe-widgets/pull/65) ([Leapfrognz](https://github.com/Leapfrognz)) +- 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)) +- Removed whitespace, fixes \#53 [\#54](https://github.com/silverstripe/silverstripe-widgets/pull/54) ([christopherdarling](https://github.com/christopherdarling)) + + +