Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Apr 25, 2018
1 parent 5f210da commit 7c86f8f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 1.2.3
- Add screen reader text to PhotoSwipe buttons [#12](https://github.com/DekodeInteraktiv/hogan-gallery/pull/12)
- Update `hogan-scripts` dependency [#13](https://github.com/DekodeInteraktiv/hogan-gallery/pull/12)

## 1.2.2
- Update module to new registration method introduced in [Hogan Core 1.1.7](https://github.com/DekodeInteraktiv/hogan-core/releases/tag/1.1.7)
- Set hogan-core dependency `"dekodeinteraktiv/hogan-core": ">=1.1.7"`
- Add Dekode Coding Standards.

## 1.2.1
- Add support for Photoswipe animation.
- Enable animation by default.

## 1.2.0
### Breaking Changes
- Remove heading field, provided from Core in [#53](https://github.com/DekodeInteraktiv/hogan-core/pull/53)
- Heading field has to be added using filter (was default on before).

## 1.0.4
- Heading classname changed from `.heading` to `.hogan-heading`. (#5)
- Template markup changed from `ul > li` to `div` (#7)
- Added schema to markup (#7)
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,3 @@ Install the module using Composer `composer require dekodeinteraktiv/hogan-galle
- `hogan/module/gallery/inner_wrapper_classes` for inner HTML `<div>` wrapper classes.
- `hogan/module/gallery/heading/enabled` for enabling heading field, default true.
- `hogan/module/gallery/slider/flickity` flickity options. See https://flickity.metafizzy.co/options.html

## Changelog

### 1.2.2
- Update module to new registration method introduced in [Hogan Core 1.1.7](https://github.com/DekodeInteraktiv/hogan-core/releases/tag/1.1.7)
- Set hogan-core dependency `"dekodeinteraktiv/hogan-core": ">=1.1.7"`
- Add Dekode Coding Standards.

### 1.2.1
- Add support for Photoswipe animation.
- Enable animation by default.

### 1.2.0
#### Breaking Changes
- Remove heading field, provided from Core in [#53](https://github.com/DekodeInteraktiv/hogan-core/pull/53)
- Heading field has to be added using filter (was default on before).

### 1.0.4
- Heading classname changed from `.heading` to `.hogan-heading`. (#5)
- Template markup changed from `ul > li` to `div` (#7)
- Added schema to markup (#7)
4 changes: 2 additions & 2 deletions hogan-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-gallery
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-gallery
* Description: Image Gallery Module for Hogan
* Version: 1.2.2
* Version: 1.2.3
* Author: Dekode
* Author URI: https://en.dekode.no
* License: GPL-3.0-or-later
Expand All @@ -24,7 +24,7 @@
exit; // Exit if accessed directly.
}

define( 'HOGAN_GALLERY_VERSION', '1.2.2' );
define( 'HOGAN_GALLERY_VERSION', '1.2.3' );

add_action( 'plugins_loaded', __NAMESPACE__ . '\\hogan_load_textdomain' );
add_action( 'hogan/include_modules', __NAMESPACE__ . '\\hogan_register_module', 10, 1 );
Expand Down

0 comments on commit 7c86f8f

Please sign in to comment.