Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
- works with polylang: The ajax request for thumbnail -> added lang query attribute including all languages;
- gutenberg support: works with gutenberg image block and additional css-class 'rain-effect'
  • Loading branch information
jhotadhari committed Aug 20, 2018
1 parent f8f5a03 commit 2d4be4c
Show file tree
Hide file tree
Showing 13 changed files with 216 additions and 191 deletions.
4 changes: 4 additions & 0 deletions changelog.json
Expand Up @@ -2,6 +2,10 @@
"next": [
""
],
"0.0.4": [
"- works with polylang: The ajax request for thumbnail -> added lang query attribute including all languages;",
"- gutenberg support: works with gutenberg image block and additional css-class 'rain-effect'"
],
"0.0.3": [
"- fix: works on secure sites now;",
"- updated plugin environment to match generator-pluginboilerplate 1.2.2;"
Expand Down
6 changes: 5 additions & 1 deletion dist/trunk/README.md
Expand Up @@ -27,7 +27,7 @@ Apply a rain effect to your images using WebGL.

### Thanks for beautiful ressoucres
* The effect is based on [Lucas Bebbers](http://gardenestudio.com.br/) script on [Codrops](https://tympanus.net/codrops/2015/11/04/rain-water-effect-experiments/). Find it on [GitHub](https://github.com/codrops/RainEffect).
* This Plugin is generated with [generator-pluginboilerplate version 1.0.3](https://github.com/jhotadhari/generator-pluginboilerplate)
* This Plugin is generated with [generator-pluginboilerplate version 1.2.2](https://github.com/jhotadhari/generator-pluginboilerplate)

###
## Installation ##
Expand All @@ -46,6 +46,10 @@ This Plugin is still in early development. Reality might be in movement.

## Changelog ##

0.0.4
- works with polylang: The ajax request for thumbnail -> added lang query attribute including all languages;
- gutenberg support: works with gutenberg image block and additional css-class 'rain-effect'

0.0.3
- fix: works on secure sites now;
- updated plugin environment to match generator-pluginboilerplate 1.2.2;
Expand Down

0 comments on commit 2d4be4c

Please sign in to comment.