Skip to content

Releases: silverstripe/silverstripe-multiform

2.0.2

06 Sep 08:24
2755208
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

28 Nov 23:29
41d8927
Compare
Choose a tag to compare
Merge pull request #79 from isobar-nz/fix-session-current-step

Fix get current step

1.3.1

19 Aug 09:15
6a019d2
Compare
Choose a tag to compare
Merge pull request #75 from firebrandhq/1.3

Ensure compatibility with SS 3.7 & PHP 7.2

2.0.0-beta1

10 Jan 01:44
231f195
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
  • FIX Update codecov filename in gitattributes (Robbie Averill) - d52ba7d
  • NEW Add Transifex configuration file (Robbie Averill) - 17a554f
  • ENHANCEMENT Update README and add codesniffer rules (Raissa North) - 7532724
  • Update travis install settings (Daniel Hensby) - 09bcc63
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - 75d85c1
  • Use filter API for previous steps (Will Rossiter) - 9861d7c
  • FIX: getValidator not being applied to instance (Will Rossiter) - f04a602
  • FIX changed MultiForm namespace (Franco Springveldt) - 2aa75d7
  • Update SilverStripe requirement (Will Rossiter) - e25af03
  • Use MultiFormStep::Link to generate href (Will Rossiter) - 68d3742
  • FIX regression testing fixes (Franco Springveldt) - 34970c7
  • DOC added static::class calls and fixed some typos (Franco Springveldt) - 49610f2
  • DOC new instance creation updated to use Injectable::create() (Franco Springveldt) - 9727867
  • FIX added versioned to dev requirements (Franco Springveldt) - f2e37e4
  • FIX updated upgrade.yml (Franco Springveldt) - 283106a
  • FIX PR review fixes * removed @Package references * included stubs in the test namespaces * updated various return types * updated composr psr4 autoload classes * doc update (Franco Springveldt) - 1331a60
  • Updated travis config to use recipe-core (Franco Springveldt) - 7a3cc2e
  • FIX updated wantsTemporary query (Franco Springveldt) - 8bd277d
  • Fixed PSR4 namespaces in composer.json (Franco Springveldt) - 49cecd7
  • FIX replaced class literal with ::class reference (Franco Springveldt) - 8c80714
  • FIX removed static:: and self:: calls (Franco Springveldt) - bc05f32
  • FIX fixed failing tests (Franco Springveldt) - a633f81
  • Updated travis config, added legacy.yml and composer.json updated (Franco Springveldt) - 2c3ed60
  • Resolved composer config (Franco Springveldt) - a05da9b
  • Resolved composer config (Franco Springveldt) - 136a914
  • Namespace changes and some more linting fixes (Franco Springveldt) - b739e6c
  • FIX ran SS4 upgrader (Franco Springveldt) - a3a9725
  • FIX ran linter and removed php tags from README (Franco Springveldt) - 43cc780
  • FIX renamed code/ to src/ (Franco Springveldt) - b9c4929
  • Update branch alias for 1.4.x-dev (Robbie Averill) - 47cf953
  • Update branch alias for 2.x-dev (Robbie Averill) - ecd2df1
  • UPDATE README $controller incorrect in example (Nic) - 306392c

1.3.0

10 Jan 01:37
Compare
Choose a tag to compare
  • NEW introduce getValueFromOtherStep() and copyValueFromOtherStep() (Fixes #55) (Peter Thaleikis) - 0ee0355
  • Updated license year (helpfulrobot) - 511aab9
  • minor: adding badges (Peter Thaleikis) - 1d6b9aa
  • MINOR: removing _GET and replacing it by SS_HTTPRequest based query (Peter Thaleikis) - 15f4bd0
  • MINOR: fixing completed class for current step (Peter Thaleikis) - 613bd6a
  • MINOR renaming method to be consitant with the naming (Peter Thaleikis) - 08a32a4
  • MINOR fixing MultiFormObjectDecorator.php to work on PG (Peter Thaleikis) - ffa50b1
  • BUGFIX: remove last MultiFormSessionID (Peter Thaleikis) - 7ae2e93
  • MINOR: fixing completed class for current step (Peter Thaleikis) - 1b84a83
  • MINOR codestyle to improve readibility (Peter Thaleikis) - d239c29
  • Fixing MultiFormObjectDecorator to work with SS 3.1 (Sean Harvey) - 5eb68aa
  • NEW: session ID GET var can be renamed (Loz Calver) - 59cc14b
  • FIX: don't html5 validate prev actions (Jeremy Shipman) - 25a0133
  • Updating composer for 3.1 (Sean Harvey) - b1bb3cf
  • Updating Travis for 3.1 compatible 1.1 branch (Sean Harvey) - 9f4c711

1.2.0: Merge pull request #36 from spekulatius/adding-completed-class

23 Nov 22:09
Compare
Choose a tag to compare
Highlighting the completed steps with a CSS class