diff --git a/CHANGELOG.md b/CHANGELOG.md index 424c189..b3433ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,27 @@ of this ChangeLog is autogenerated by the following command: --pretty=format:'* %cd %h %s' \ $(git ls-remote -t .|tail -1|cut -f1).. +### 3.0.2 (2018-11-07) + +* 2018-11-07 dcbb8a0 The form role is unnecessary for element form +* 2018-11-07 354c408 Set `for` attribute for groups to the first field +* 2018-11-07 adaeb1b Fix aria-controls in TabSet +* 2018-11-07 2e070bf Tab panel role is "tabpanel" +* 2018-10-25 c807ed4 Update tracker URLs +* 2018-10-25 55c636c Update bootstrap URL + +### 3.0.1 (2018-10-12) + +* 2018-10-12 2dda1fc Update jquery to 3.3.1 +* 2018-10-12 ce79871 Update colorbox to 1.6.4 +* 2018-10-11 f0fec57 public webroot support +* 2018-03-26 62f9270 Include map file from bootstrap 3.3.7 + ### 3.0.0 (2018-01-05) +* 2018-01-05 4044e92 Bump release in CHANGELOG +* 2018-01-05 fa853f0 Add standard .gitattributes +* 2018-01-05 09c561e Update CHANGELOG * 2018-01-05 c930bf7 Fix requirements for SS4 * 2018-01-05 df2f98b Add CHANGELOG * 2018-01-05 6f80908 Move usage section into user docs diff --git a/README.md b/README.md index 4da6a0a..e4e47e7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ SilverStrap =========== A [SilverStripe](http://www.silverstripe.org/) theme based on the -[Bootstrap](http://twitter.github.io/bootstrap/) front-end framework. It should +[Bootstrap](http://getbootstrap.com/) front-end framework. It should work out of the box on basic sites, i.e. by installing and enabling it you should already see how it looks a SilverStrap based website. diff --git a/composer.json b/composer.json index 6f1f793..709d6f5 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "support": { - "issues": "http://dev.entidi.com/p/silverstrap/issues/", - "source": "http://dev.entidi.com/p/silverstrap/source/tree/master/" + "issues": "https://track.entidi.com/project/view/9/", + "source": "https://track.entidi.com/source/silverstrap/" }, "require": { "entidi/silverstrap-module": "^2.0" diff --git a/docs/en/support.md b/docs/en/support.md index a71da7c..dcf649c 100644 --- a/docs/en/support.md +++ b/docs/en/support.md @@ -6,6 +6,6 @@ This project has been developed by [ntd](mailto:ntd@entidi.it). Its SilverStripe modules and themes. To check out the code, report issues or propose enhancements, go to the -[dedicated tracker](http://dev.entidi.com/p/silverstrap). +[dedicated tracker](https://track.entidi.com/project/view/9/). Alternatively you can do the same things by leveraging the official [github repository](https://github.com/ntd/silverstrap). diff --git a/templates/SilverStripe/Forms/FieldGroup_holder.ss b/templates/SilverStripe/Forms/FieldGroup_holder.ss index 8c80e43..18fd5d6 100644 --- a/templates/SilverStripe/Forms/FieldGroup_holder.ss +++ b/templates/SilverStripe/Forms/FieldGroup_holder.ss @@ -1,5 +1,5 @@