From b7e3c10e17f66e1ea79f9d2322d9ec0445e89ec3 Mon Sep 17 00:00:00 2001 From: yaposmihayus Date: Thu, 2 Aug 2018 14:47:04 +0300 Subject: [PATCH] Version bump to 1.1.6.5 --- motopress-cherryframework4.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motopress-cherryframework4.php b/motopress-cherryframework4.php index 606f925..3514479 100644 --- a/motopress-cherryframework4.php +++ b/motopress-cherryframework4.php @@ -3,7 +3,7 @@ * Plugin Name: MotoPress and CherryFramework 4 Integration * Plugin URI: https://motopress.com/ * Description: Extend MotoPress Content Editor plugin with CherryFramework 4 shortcodes. - * Version: 1.1.6.4 + * Version: 1.1.6.5 * Author: MotoPress & Cherry Team * Author URI: https://motopress.com/ * License: GPL2 or later @@ -52,7 +52,7 @@ function __construct() { } public function constants() { - define( 'MOTO_CHERRY4_VERSION', '1.1.6.4' ); + define( 'MOTO_CHERRY4_VERSION', '1.1.6.5' ); define( 'MOTO_CHERRY4_SLUG', basename( dirname( __FILE__ ) ) ); }