Skip to content

Commit 9da4801

Browse files
Merge branch 'master' into development
2 parents 39f2289 + 3a6b2bc commit 9da4801

File tree

3 files changed

+101
-0
lines changed

3 files changed

+101
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11

2+
### v1.1.5 - 2019-03-08
3+
**Changes:**
4+
* Redesign Template Library
5+
* Added Dynamic Column Resizing
6+
* Added option to Auto Display Columns on Pages
7+
* Added Section Outline to make it easier to edit sections
8+
* Added Hover and Link settings to Font Awesome Block
9+
* Removed Google + icon from Sharing Icons Block
10+
* Fixed alignment controls
11+
* Fixed issue with non-editors not being able to use inline CSS and template library.
12+
* Fixed Button Group errors
13+
* Fixed Sharing Icons block having wrong icon order in front-end
14+
15+
### v1.1.4 - 2019-01-31
16+
**Changes:**
17+
* Fix Font Awesome Block update path
18+
* Show selected font in Google Font picker
19+
* Fix Font Awesome Picker component being case-sensitive
20+
21+
### v1.1.3 - 2019-01-30
22+
**Changes:**
23+
* Adds Feedback for Button Group Switch
24+
* Fixes Post Grid throwing an error
25+
* Fixes issue with multiple block templates being inserted on the same post
26+
* Fixes Font Awesome block alignment on the backend
27+
28+
### v1.1.2 - 2019-01-28
29+
**Changes:**
30+
* Fix Button Group Migration
31+
* Revamped Font Awesome Icon Picker
32+
233
### v1.1.1 - 2019-01-25
334
**Changes:**
435
* Added Developer Documentation

readme.md

+35
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,41 @@ It has:
4747
4. Pre-built Section
4848

4949
## Changelog ##
50+
### 1.1.5 - 2019-03-08 ###
51+
52+
* Redesign Template Library
53+
* Added Dynamic Column Resizing
54+
* Added option to Auto Display Columns on Pages
55+
* Added Section Outline to make it easier to edit sections
56+
* Added Hover and Link settings to Font Awesome Block
57+
* Removed Google + icon from Sharing Icons Block
58+
* Fixed alignment controls
59+
* Fixed issue with non-editors not being able to use inline CSS and template library.
60+
* Fixed Button Group errors
61+
* Fixed Sharing Icons block having wrong icon order in front-end
62+
63+
64+
### 1.1.4 - 2019-01-31 ###
65+
66+
* Fix Font Awesome Block update path
67+
* Show selected font in Google Font picker
68+
* Fix Font Awesome Picker component being case-sensitive
69+
70+
71+
### 1.1.3 - 2019-01-30 ###
72+
73+
* Adds Feedback for Button Group Switch
74+
* Fixes Post Grid throwing an error
75+
* Fixes issue with multiple block templates being inserted on the same post
76+
* Fixes Font Awesome block alignment on the backend
77+
78+
79+
### 1.1.2 - 2019-01-28 ###
80+
81+
* Fix Button Group Migration
82+
* Revamped Font Awesome Icon Picker
83+
84+
5085
### 1.1.1 - 2019-01-25 ###
5186

5287
* Added Developer Documentation

readme.txt

+35
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,41 @@ It has:
4747
4. Pre-built Section
4848

4949
== Changelog ==
50+
= 1.1.5 - 2019-03-08 =
51+
52+
* Redesign Template Library
53+
* Added Dynamic Column Resizing
54+
* Added option to Auto Display Columns on Pages
55+
* Added Section Outline to make it easier to edit sections
56+
* Added Hover and Link settings to Font Awesome Block
57+
* Removed Google + icon from Sharing Icons Block
58+
* Fixed alignment controls
59+
* Fixed issue with non-editors not being able to use inline CSS and template library.
60+
* Fixed Button Group errors
61+
* Fixed Sharing Icons block having wrong icon order in front-end
62+
63+
64+
= 1.1.4 - 2019-01-31 =
65+
66+
* Fix Font Awesome Block update path
67+
* Show selected font in Google Font picker
68+
* Fix Font Awesome Picker component being case-sensitive
69+
70+
71+
= 1.1.3 - 2019-01-30 =
72+
73+
* Adds Feedback for Button Group Switch
74+
* Fixes Post Grid throwing an error
75+
* Fixes issue with multiple block templates being inserted on the same post
76+
* Fixes Font Awesome block alignment on the backend
77+
78+
79+
= 1.1.2 - 2019-01-28 =
80+
81+
* Fix Button Group Migration
82+
* Revamped Font Awesome Icon Picker
83+
84+
5085
= 1.1.1 - 2019-01-25 =
5186

5287
* Added Developer Documentation

0 commit comments

Comments
 (0)