Skip to content

Releases: dynamic/silverstripe-flexslider

4.2.0

07 Sep 06:10
0acce14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.2.0

4.1.1

26 May 19:13
f24beae
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Change default template to use includes rather than $Me #183

Closed issues:

  • Recursive Lookup for Flexslider #201
  • Can not find the FlexSlider.ss template #184

Merged pull requests:

4.1.0

08 Jan 01:55
Compare
Choose a tag to compare

4.1.0 (2020-01-07)

Full Changelog

Merged pull requests:

  • UPDATE require dynamic/silverstripe-linkable #199
  • bugfix - move FlexSlider include to templates/Includes #191 (jsirish)

2.0.3

05 Nov 22:45
600e5f2
Compare
Choose a tag to compare
Merge pull request #195 from muskie9/pull/sliderSettingsHidden

BUGFIX slider settings hidden due to Toggle field issue

1.0.7

01 Jul 18:31
04d73ba
Compare
Choose a tag to compare

PHP 7.2 compatibility

4.0.1

30 May 18:44
Compare
Choose a tag to compare

4.0.1 (2019-05-30)

Full Changelog

Fixed bugs:

  • BUG upgrading to 4.0.0 could have slide speed as 0 when inting #181

Merged pull requests:

  • BUGFIX upgrading to v4 may cause slider speed to be 0 #182 (muskie9)

4.0.0

29 May 02:26
Compare
Choose a tag to compare

4.0.0 (2019-05-28)

Full Changelog

Implemented enhancements:

  • NEW options for Slider Control Nav #149
  • change carousel class #139
  • Hide thumbnail fields unless set to use the thumbnail option - SS4 #132
  • Use class references instead of strings #126
  • FlexSlider - contentcontrollerInit() - break into smlaller functions #64
  • Inherited Slides #59

Fixed bugs:

  • Slide links not being used in templates #159
  • change carousel class #139
  • set carousel to slide #138
  • Hide thumbnail fields unless set to use the thumbnail option - SS4 #132
  • Default values for minItems, maxItems and move. #120

Closed issues:

  • remove and ignore .DS_store files #170
  • REVIEW doc files for module #169
  • Specify $owns metadata for slides #165
  • No 'Slider' Tab in CMS #136
  • Conflict with SelectUpload in CWP install #98
  • ENHANCEMENT better buttons integration #54
  • Explore use of extend() function in place of method_exists() #4

Merged pull requests:

2.0.2

25 Apr 15:45
c0240f1
Compare
Choose a tag to compare

Merged pull requests:

  • bugfix - add VersionedDataObjectDetailsForm to grid field #167 (jsirish)

2.0.1

04 Apr 18:17
cd6a430
Compare
Choose a tag to compare

bugfix - remove Object reference for SilverStripe 3.7 compatibility

4.0.0-beta3

05 Feb 21:24
2979dcb
Compare
Choose a tag to compare
4.0.0-beta3 Pre-release
Pre-release
ENHANCEMENT SlideType default value task (#158)

* ENHANCEMENT SlideType default value task

BUGFIX check if LinkLabel isset in SlideLinkTask

* UPDATE phpcs fix