Skip to content

Commit

Permalink
Bump version 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
 - Format CHANGELOG in reverse chronological order
 - Bump version to 1.0.3
  • Loading branch information
unsaturated committed Apr 1, 2018
1 parent 828ef4f commit 6beb8f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# v1.0.0
## 02/11/2018
# v1.0.3
## 04/01/2018

1. [](#new)
* Initial plugin code.
1. [](#bugfix)
* Verify `$page->content()` is a string; specify all arguments for `DiDom\Document` constructor.

# v1.0.2
## 03/31/2018

1. [](#bugfix)
* Preserve `data-src` if already specified in content.

# v1.0.1
## 03/18/2018

1. [](#bugfix)
* Remove unique identifier from `autoload.php`, `autoload_real.php`, and `autoload_static.php`
* Remove unique identifier from `autoload.php`, `autoload_real.php`, and `autoload_static.php`.

# v1.0.2
## 03/31/2018
# v1.0.0
## 02/11/2018

1. [](#bugfix)
* Preserve `data-src` if already specified in content
1. [](#new)
* Initial plugin code.
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lazy Image
version: 1.0.2
version: 1.0.3
description: Defers loading your page's images until they are scrolled into view.
icon: image
author:
Expand Down

0 comments on commit 6beb8f4

Please sign in to comment.