Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
extesy committed Jan 30, 2021
1 parent f058172 commit c43001d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# Changelog

## [1.0.167](https://github.com/extesy/hoverzoom/tree/1.0.167) (2021-01-30)

[Full Changelog](https://github.com/extesy/hoverzoom/compare/1.0.166...1.0.167)

**Implemented enhancements:**

- Fix for red spinner: now not displayed by default [\#671](https://github.com/extesy/hoverzoom/pull/671) ([GrosPoulet](https://github.com/GrosPoulet))

**Merged pull requests:**

- New Crowdin updates [\#673](https://github.com/extesy/hoverzoom/pull/673) ([extesy](https://github.com/extesy))
- Updated message about image loader option [\#672](https://github.com/extesy/hoverzoom/pull/672) ([GrosPoulet](https://github.com/GrosPoulet))
- New Crowdin updates [\#668](https://github.com/extesy/hoverzoom/pull/668) ([extesy](https://github.com/extesy))

## [1.0.166](https://github.com/extesy/hoverzoom/tree/1.0.166) (2021-01-24)

[Full Changelog](https://github.com/extesy/hoverzoom/compare/1.0.165...1.0.166)

**Implemented enhancements:**

- Enhancements to Pinterest plug-in & fix for HZ+ function prepareDowns… [\#664](https://github.com/extesy/hoverzoom/pull/664) ([GrosPoulet](https://github.com/GrosPoulet))
- Smalls enhancements to manifest [\#662](https://github.com/extesy/hoverzoom/pull/662) ([GrosPoulet](https://github.com/GrosPoulet))

**Closed issues:**
Expand All @@ -24,6 +37,10 @@

[Full Changelog](https://github.com/extesy/hoverzoom/compare/1.0.164...1.0.165)

**Implemented enhancements:**

- Enhancements to Pinterest plug-in & fix for HZ+ function prepareDowns… [\#664](https://github.com/extesy/hoverzoom/pull/664) ([GrosPoulet](https://github.com/GrosPoulet))

**Closed issues:**

- Hovering over a redgifs.com link won't open video or when it opens no animation is shown [\#661](https://github.com/extesy/hoverzoom/issues/661)
Expand Down Expand Up @@ -127,14 +144,14 @@
- New Crowdin updates [\#625](https://github.com/extesy/hoverzoom/pull/625) ([extesy](https://github.com/extesy))
- Update Tumblr plugin [\#623](https://github.com/extesy/hoverzoom/pull/623) ([dubhater](https://github.com/dubhater))
- Fix plug-in for Facebook new design [\#622](https://github.com/extesy/hoverzoom/pull/622) ([GrosPoulet](https://github.com/GrosPoulet))
- Update for plug-in : Yandex [\#619](https://github.com/extesy/hoverzoom/pull/619) ([GrosPoulet](https://github.com/GrosPoulet))

## [1.0.157](https://github.com/extesy/hoverzoom/tree/1.0.157) (2020-10-01)

[Full Changelog](https://github.com/extesy/hoverzoom/compare/1.0.156...1.0.157)

**Merged pull requests:**

- Update for plug-in : Yandex [\#619](https://github.com/extesy/hoverzoom/pull/619) ([GrosPoulet](https://github.com/GrosPoulet))
- Fix for plug-in : Vox.com [\#616](https://github.com/extesy/hoverzoom/pull/616) ([GrosPoulet](https://github.com/GrosPoulet))
- New plug-in : JoeMonster [\#615](https://github.com/extesy/hoverzoom/pull/615) ([GrosPoulet](https://github.com/GrosPoulet))
- New plug-in : FreeRangeStock [\#614](https://github.com/extesy/hoverzoom/pull/614) ([GrosPoulet](https://github.com/GrosPoulet))
Expand Down Expand Up @@ -184,10 +201,6 @@

[Full Changelog](https://github.com/extesy/hoverzoom/compare/1.0.153...1.0.154)

**Implemented enhancements:**

- Feature request: Dark overlay without ambient light [\#44](https://github.com/extesy/hoverzoom/issues/44)

**Closed issues:**

- W, T, S opens and saves de image 8 times [\#577](https://github.com/extesy/hoverzoom/issues/577)
Expand Down Expand Up @@ -241,6 +254,7 @@
- New plug-in: DepositPhotos [\#553](https://github.com/extesy/hoverzoom/pull/553) ([GrosPoulet](https://github.com/GrosPoulet))
- New plug-in for : GoogleUserContent [\#551](https://github.com/extesy/hoverzoom/pull/551) ([GrosPoulet](https://github.com/GrosPoulet))
- New Crowdin updates [\#550](https://github.com/extesy/hoverzoom/pull/550) ([extesy](https://github.com/extesy))
- New Crowdin updates [\#547](https://github.com/extesy/hoverzoom/pull/547) ([extesy](https://github.com/extesy))



Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "1.0.166",
"version": "1.0.167",
"description": "__MSG_extDescription__",
"homepage_url": "https://github.com/extesy/hoverzoom/",
"author": "Oleg Anashkin",
Expand Down
2 changes: 1 addition & 1 deletion plugins/imdb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var hoverZoomPlugins = hoverZoomPlugins || [];
hoverZoomPlugins.push({
name:'IMDb',
version:'0.5',
version:'0.6',
prepareImgLinks:function (callback) {
var res = [];
$('img[src*="._V1"], img.loadlate, div.rec_poster_img').each(function () {
Expand Down

0 comments on commit c43001d

Please sign in to comment.