From 11904548fd5798f961313ce183fe59b29cec5d9b Mon Sep 17 00:00:00 2001 From: Dmitriy Zhuk Date: Tue, 8 Oct 2019 09:31:22 -0400 Subject: [PATCH] Update plugin.php --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 209e873..f8e9118 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: VueFront * Plugin URI: https://github.com/vuefront/wordpress * Description: VueFront CMS Connect App for Wordpress. - * Version: 1.1.0 + * Version: 1.2.0 * Author: VueFront * Author URI: http://vuefront.com */ @@ -175,4 +175,4 @@ function VFA_RestApi( WP_REST_Request $request ) { header($cookies[$i], false); } } -}, 1); \ No newline at end of file +}, 1);