From b9495279930534dc76fadbc12ce0f3419c371299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Perona?= Date: Mon, 26 Sep 2016 18:26:07 -0400 Subject: [PATCH] Update IMAGIFY_VERSION constant value --- imagify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagify.php b/imagify.php index b35b45f55..e05c07ca8 100644 --- a/imagify.php +++ b/imagify.php @@ -17,7 +17,7 @@ defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' ); // Imagify defines -define( 'IMAGIFY_VERSION' , '1.5.8' ); +define( 'IMAGIFY_VERSION' , '1.5.9' ); define( 'IMAGIFY_SLUG' , 'imagify' ); define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' ); define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );