Skip to content

Commit d0921ae

Browse files
committed
Merge branch 'hotfix/1.1.1'
2 parents 56b1aee + 9db2a05 commit d0921ae

File tree

3 files changed

+4
-61
lines changed

3 files changed

+4
-61
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
# Silverstripe UserForms Utils
22

3-
[![Build Status](https://travis-ci.com/logicbrush/silverstripe-userforms-utils.svg?branch=master)](https://travis-ci.com/logicbrush/silverstripe-userforms-utils)
4-
[![codecov.io](https://codecov.io/github/logicbrush/silverstripe-userforms-utils/coverage.svg?branch=master)](https://codecov.io/gh/logicbrush/silverstripe-userforms-utils?branch=master)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/logicbrush/silverstripe-userforms-utils/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/logicbrush/silverstripe-userforms-utils/?branch=master)
6-
[![License](https://poser.pugx.org/logicbrush/silverstripe-userforms-utils/license)](LICENSE)
7-
83
A collection of utilities for the Silverstripe CMS UserForms module. This
94
includes a shortcode to insert a user form into any content area and a user form
105
widget.
116

12-
## Requirements
13-
14-
* Silverstripe Framework 4.x
15-
* [Silverstripe UserForms 5.x](https://github.com/silverstripe/silverstripe-userforms/)
16-
17-
## Installation (with composer)
7+
## Installation
188

199
```sh
2010
composer require "logicbrush/silverstripe-userforms-utils"
2111
```
2212

23-
## Usage
13+
## General Usage
2414

25-
To use the form shortcode we insert `[userform id="x"]` in a HTMLText area where `x` is the user form page ID.
15+
To use the form shortcode we insert `[userform id="x"]` in a HTMLText area where
16+
`x` is the user form page ID.
2617

2718
By default the UserForms module CSS and Javascript requirements will be loaded
2819
when using the shortcode. This can be turned off by setting the following in a

0 commit comments

Comments
 (0)