Skip to content

Commit 2ec700c

Browse files
author
Petter Walbø Johnsgård
committed
v1.1.2
1 parent 34d710d commit 2ec700c

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# Changelog
22

3-
## [1.1.1]
4-
- Added actions in template. `hogan_linklist_before_linktext` and `hogan_linklist_after_linktext`.
3+
## 1.1.2
4+
* Add `$item` and `$this` to before and after text action [#19](https://github.com/DekodeInteraktiv/hogan-linklist/pull/19)
5+
* Set link text if not set in WP link picker [#20](https://github.com/DekodeInteraktiv/hogan-linklist/pull/20)
56

6-
## [1.1.0]
7+
## 1.1.1
8+
* Added actions in template. `hogan_linklist_before_linktext` and `hogan_linklist_after_linktext`.
9+
10+
## 1.1.0
711
### Breaking Changes
8-
- Remove heading field, provided from Core in [#53](https://github.com/DekodeInteraktiv/hogan-core/pull/53)
9-
- Heading field has to be added using filter (was default on before).
12+
* Remove heading field, provided from Core in [#53](https://github.com/DekodeInteraktiv/hogan-core/pull/53)
13+
* Heading field has to be added using filter (was default on before).
1014

11-
## [1.0.14]
15+
## 1.0.14
1216
### Internal
1317
* Use core component to print heading.
1418
* Add default classnames.
1519
* Use `hogan_classnames` to join classnames together.
1620
* Remove unused variables in template.
1721

18-
## [1.0.13]
22+
## 1.0.13
1923
* Removed use of deprecated filter `hogan/module/linklist/inner_wrapper_tag`
2024

21-
## [1.0.12]
25+
## 1.0.12
2226
* Filter fix
2327

24-
## [1.0.11]
28+
## 1.0.11
2529
* Add counter as filter parameter
2630

27-
## [1.0.10]
31+
## 1.0.10
2832
* Linklists without box view

hogan-linklist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-linklist
55
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-linklist
66
* Description: Link List Module for Hogan
7-
* Version: 1.1.1
7+
* Version: 1.1.2
88
* Author: Dekode
99
* Author URI: https://dekode.no
1010
* License: GPL-3.0-or-later

0 commit comments

Comments
 (0)