Skip to content

Commit

Permalink
Update CHANGELOG.md and blueprints.yaml, bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverO2 committed Mar 1, 2021
1 parent 4b73deb commit 3925190
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v3.0.0
## 01-03-2021

1. [](#new)
* Added support for page-relative image links ([#1](https://github.com/OliverO2/grav-plugin-responsive-images/issues/1)). **UPGRADE NOTE:** Formerly relative image paths must now be changed to absolute ones. Paths will be interpreted in a way consistent with Grav's documentation on [Image Linking](https://learn.getgrav.org/16/content/image-linking).
1. [](#improved)
* Documented using background images in page content ([#2](https://github.com/OliverO2/grav-plugin-responsive-images/issues/2)).
1. [](#improved)
* Added support for Grav 1.7 with Twig auto-escaping enabled by default. This plugin's Twig functions can be used with auto-escape enabled without requiring the `...|raw` filter.

# v2.0.3
## 30-05-2020

Expand Down
5 changes: 3 additions & 2 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Responsive Images
version: 2.0.3
type: plugin
version: 3.0.0
description: "The **Responsive Images** plugin auto-generates `srcset` attributes for foreground images and CSS media queries for background images, optimized for different screen resolutions."
icon: image
icon: picture-o
author:
name: OliverO2
email: oliver.o456i@gmail.com
Expand Down

0 comments on commit 3925190

Please sign in to comment.