Skip to content

Commit 6beb8f4

Browse files
committed
Bump version 1.0.2 -> 1.0.3
- Format CHANGELOG in reverse chronological order - Bump version to 1.0.3
1 parent 828ef4f commit 6beb8f4

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
# v1.0.0
2-
## 02/11/2018
1+
# v1.0.3
2+
## 04/01/2018
33

4-
1. [](#new)
5-
* Initial plugin code.
4+
1. [](#bugfix)
5+
* Verify `$page->content()` is a string; specify all arguments for `DiDom\Document` constructor.
6+
7+
# v1.0.2
8+
## 03/31/2018
9+
10+
1. [](#bugfix)
11+
* Preserve `data-src` if already specified in content.
612

713
# v1.0.1
814
## 03/18/2018
915

1016
1. [](#bugfix)
11-
* Remove unique identifier from `autoload.php`, `autoload_real.php`, and `autoload_static.php`
17+
* Remove unique identifier from `autoload.php`, `autoload_real.php`, and `autoload_static.php`.
1218

13-
# v1.0.2
14-
## 03/31/2018
19+
# v1.0.0
20+
## 02/11/2018
1521

16-
1. [](#bugfix)
17-
* Preserve `data-src` if already specified in content
22+
1. [](#new)
23+
* Initial plugin code.

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lazy Image
2-
version: 1.0.2
2+
version: 1.0.3
33
description: Defers loading your page's images until they are scrolled into view.
44
icon: image
55
author:

0 commit comments

Comments
 (0)