mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
6.0 KiB
6.0 KiB
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Merged pull requests:
- OSS-905 Moved contributing section to contributing.md #99 (shoaibali)
- Added Scrutinizer support #96 (assertchris)
- BUG Prevent non-widget tests from loading WidgetAreaEditorTest_FakePage every query #95 (tractorcow)
- Tests for php 5.6 and framework 3.2 #94 (tractorcow)
- Support widget forms with InheritSidebar #93 (hailwood)
1.1.2 (2015-08-20)
1.1.1 (2015-05-19)
Merged pull requests:
- BUG Fix incorrect extension variable #89 (tractorcow)
- Move 3.2+ compat version to 1.2 #87 (tractorcow)
1.2.0 (2015-05-04)
1.1.0 (2015-05-03)
Closed issues:
- Tests fail under silverstripe-framework 3 branch #86
- Widgets not clickable or draggable #82
- Please start using tags #79
Merged pull requests:
- Remove reliance on $_REQUEST global #83 (tractorcow)
0.2.0 (2014-08-06)
Implemented enhancements:
Fixed bugs:
- Widgets no longer work on SS3.1 #40
Closed issues:
- what about 3.0? #64
- Change $Content template variable? #60
- On
SiteTree
duplicateWidgetArea
s are linked to both original and duplicate object #58 - 'Not Found' error on 3.1 means Widgets cannot be added #56
- BUG: Whitespace at the beginning of WidgetContentControllerExtension #53
-
User Deprecated
- New widget shown on top, then moved at bottom after page save #41
- widget causes page ajax to not terminate correct #35
- Widget wont render in Frontend #33
- Widget module not installing #32
- DataObject error with Blog and Widgets modules #27
- Widgets area #23
- Translations #10
- widget management in the cms is broken #9
- Missing Resources #2
- ArchiveWidget is not translatable #1
Merged pull requests:
- FIX Setting
$only\_available\_in
toprivate
visibility #70 (dhensby) - NEW Adding support for Translatable #68 (tomspeak)
- Fixed locale for AJAX requests on addWidget. #67 (Sixfifty)
- Change of yml name #65 (Leapfrognz)
- Added forTemplate function on Widget #62 (jedateach)
- Added summary fields #61 (jedateach)
- Removed whitespace, fixes #53 #54 (christopherdarling)