Skip to content

Commit

Permalink
Bumped version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pederan committed Aug 16, 2019
1 parent 64384cd commit e3aa10b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.2.3]
* Added new filters to inject content inside figure element [PR #79](https://github.com/DekodeInteraktiv/hogan-image/pull/8)

## [1.2.2]
* Update module to new registration method introduced in [Hogan Core #79](https://github.com/DekodeInteraktiv/hogan-core/pull/79)
* Set hogan-core dependency `"dekodeinteraktiv/hogan-core": ">=1.1.7"`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Default (will be merged with return filter return values):
- `hogan/module/image/figure_caption_classes` : Add classes names to the figure tag. Default: `wp-caption-text`.
- `hogan/module/image/image/args` : Attributes for the image markup.
- `hogan/module/image/template/caption` : Filter to change caption content. Defaults to the text inserted in the caption field in admin.
- 'hogan/module/image/figure_before_content' : Action hooks to inject content inside the figure element before the image.
- 'hogan/module/image/figure_after_content' : Action hooks to inject content inside the figure element after the image.
2 changes: 1 addition & 1 deletion hogan-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-image
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-image
* Description: Image Module for Hogan.
* Version: 1.2.2
* Version: 1.2.3
* Author: Dekode
* Author URI: https://dekode.no
* License: GPL-3.0-or-later
Expand Down

0 comments on commit e3aa10b

Please # to comment.