Skip to content

Commit

Permalink
CHANGELOG 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Nov 22, 2022
1 parent faeaaea commit 2f384db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1](https://github.com/dynamic/silverstripe-elemental-flexslider/tree/2.1.1) (2021-11-21)
* CI remove travis, scrutinizer, branch alias by @jsirish in https://github.com/dynamic/silverstripe-elemental-flexslider/pull/38
* BUGFIX template - update include path by @jsirish in https://github.com/dynamic/silverstripe-elemental-flexslider/pull/39


**Full Changelog**: https://github.com/dynamic/silverstripe-elemental-flexslider/compare/2.1.0...2.1.1

## [2.1.0](https://github.com/dynamic/silverstripe-elemental-flexslider/tree/2.1.0) (2021-07-15)

## What's Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<% if $Title && $ShowTitle %><h2 class="element__title">$Title</h2><% end_if %>
<% if $Content %><div class="element__content">$Content</div><% end_if %>

<% if $SlideShow %>
<% include Includes/FlexSlider %>
<% end_if %>
<div class="row element__slideshow__list">
<div class="col-md-12">
<% if $SlideShow %>
<% include Includes/FlexSlider %>
<% end_if %>
</div>
</div>

0 comments on commit 2f384db

Please sign in to comment.