Skip to content

Releases: silverstripe/silverstripe-segment-field

2.6.0

28 Jun 03:12
81e90a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

2.2.3

17 Nov 22:02
Compare
Choose a tag to compare
  • Removing superfluous legacy linting exclusion (Maxime Rainville) - 74be25c
  • Upgrade JS dependencies and JS build setup (Maxime Rainville) - 81ac515
  • Use trusty distro in Travis builds and update tested SilverStripe versions (Robbie Averill) - 5b23043

2.2.1

27 Feb 01:37
2e2685d
Compare
Choose a tag to compare
  • Add getter/setter for help text (Adam Judd) - 98a8e8a
  • Add class from cms (Adam Judd) - 49cc36f
  • NEW Remove Mockery from phpunit test suite (Robbie Averill) - 9499d19

2.1.1

27 Feb 01:33
2e2685d
Compare
Choose a tag to compare
  • Add getter/setter for help text (Adam Judd) - 98a8e8a
  • Add class from cms (Adam Judd) - 49cc36f
  • NEW Remove Mockery from phpunit test suite (Robbie Averill) - 9499d19
  • NEW Vendorise module, use new exposed Requirements API and update CI config (Robbie Averill) - dee284b
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 77eb86f

2.2.0

14 Nov 02:29
Compare
Choose a tag to compare
  • NEW Vendorise module, use new exposed Requirements API and update CI config (Robbie Averill) - dee284b
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 77eb86f

2.1.0

13 Sep 04:16
Compare
Choose a tag to compare
  • DOCS Update build badges in readme (Robbie Averill) - f8006ff
  • Minor UI improvements - use Bootstrap for text field and indent buttons (Robbie Averill) - 3212c9f
  • Update Travis configuration to new style, add phpcs configuration (Robbie Averill) - c96c8c3
  • NEW Add webpack module, updates for SS4 beta (Robbie Averill) - a3c7c8b
  • Remove PHP 5.5 from Travis builds (Robbie Averill) - 4b2e5c9
  • FIX Remove .cms selector restriction from JS (Robbie Averill) - cfbbe0c
  • FIX Update JS for new CMS classes, remove jQuery mobile use, add Bootstrap classes and minor CSS (Robbie Averill) - c1568e1
  • Adding authors (#7) (Christopher Pitt) - cf5d374
  • PSR-2 linting, bump composer alias to 2.1.x-dev (Robbie Averill) - af03b85
  • FIX Add namespace import for stub modifier (Robbie Averill) - f4c18e7
  • FIX Tidy up some formatting, rename "code" to "src", update license year, add PHP 7.1 to Travis (Robbie Averill) - d4530f0

2.0.0: Merge pull request #6 from sminnee/ss4-support

01 Feb 20:44
Compare
Choose a tag to compare
SS4 support with segment-field 2.0

1.0.3: Merge pull request #1 from tractorcow/pulls/fix-create

18 Aug 04:44
Compare
Choose a tag to compare
BUG Fix ReflectionInstance::newInstanceArgs crashing

1.0.2

11 Aug 22:13
Compare
Choose a tag to compare
Added readme

1.0.1

11 Aug 21:12
Compare
Choose a tag to compare
Adding built JS files to repo