Skip to content

Commit

Permalink
Update plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriyzhuk authored Oct 8, 2019
1 parent 83f787e commit 1190454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -175,4 +175,4 @@ function VFA_RestApi( WP_REST_Request $request ) {
header($cookies[$i], false);
}
}
}, 1);
}, 1);

0 comments on commit 1190454

Please sign in to comment.