Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Sep 2, 2018
1 parent cac0c68 commit 07e40bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ High performance WordPress image processing with VIPS

== Changelog ==

= 1.0.3 =
* Fix Bedrock compatibility

= 1.0.2 =
* Add package name to composer.json

Expand Down
3 changes: 2 additions & 1 deletion vips-image-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: VIPS image editor
Plugin URI: https://github.com/CreunaFI/vips-image-editor
Description: High performance WordPress image processing with VIPS
Version: 1.0.2
Version: 1.0.3
Author: Johannes Siipola
Author URI: https://siipo.la
License: GPLv2 or later
Expand All @@ -20,6 +20,7 @@
if (file_exists(__DIR__ . '/vendor')) {
require 'vendor/autoload.php';
}

include 'class-image-editor-vips.php';

add_action('admin_notices', function() {
Expand Down

0 comments on commit 07e40bd

Please sign in to comment.