forked from bostondv/bootstrap-ninja-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
97 lines (55 loc) · 1.9 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
=== Bootstrap Ninja Forms ===
Contributors: bostondv
Donate link: http://pomelodesign.com/donate
License: MIT
License URI: http://opensource.org/licenses/MIT
Tags: ninja forms, bootstrap, styles, css, forms
Requires at least: 3.8
Tested up to: 4.8
Stable tag: 1.1.4
Adds Bootstrap classes to Ninja Forms.
== Description ==
Adds Bootstrap classes to Ninja Forms.
This plugin does not load Bootstrap CSS or JavaScript itself. You should use a Bootstrap enabled theme or add Bootstrap CSS to the theme yourself.
= About =
Written by Boston Dell-Vandenberg of [Pomelo Design](http://www.pomelodesign.com). Pomelo Design is a web and mobile app development agency based in Toronto, Canada.
== Installation ==
1. Upload the `bootstrap-ninja-forms` folder to the `/wp-content/plugins/` directory
1. Activate the Bootstrap Ninja Forms plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.1.4 =
Release Date: July 6, 2017
* Fix List field checkbox and radio styles
= 1.1.3 =
Release Date: September 4, 2015
* Keeps all original class names
= 1.1.2 =
Release Date: September 4, 2015
* Fixes missing space in form-group class
= 1.1.1 =
Release Date: August 28, 2015
* Add style to hide hidden input wrappers
= 1.1.0 =
Release Date: August 25, 2015
* Removes JavaScript hacks now replaced with new filters included in Ninja Forms.
= 1.0.5 =
Release Date: August 25, 2015
* Partial fix for when field settings are not available to be modified.
= 1.0.4 =
Release Date: August 21, 2015
* Fixes various PHP notices
= 1.0.3 =
Release Date: June 5, 2015
* Only add alert classes to message container when a message exists
= 1.0.2 =
Release Date: May 29, 2015
* Update license and various meta data
= 1.0.1 =
Release Date: May 29, 2015
* Fixes error when submitting forms
* Adds control-label classes
* Adds validation classes
* Adds help-block classes
= 1.0.0 =
Release Date: May 29, 2015
* Initial release