Skip to content

Commit d232f34

Browse files
committed
2 parents 63f28b6 + b4ee425 commit d232f34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

plugin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
3-
* Plugin Name: Vuefront
3+
* Plugin Name: VueFront
44
* Plugin URI: https://github.com/vuefront/wordpress
55
* Description: VueFront CMS Connect App for Wordpress.
6-
* Version: 1.0
7-
* Author: Dreamvention
8-
* Author URI: http://dreamvention.com
6+
* Version: 1.1.0
7+
* Author: VueFront
8+
* Author URI: http://vuefront.com
99
*/
1010

1111
require_once 'system/startup.php';
@@ -97,4 +97,4 @@ function VFA_RestApi( WP_REST_Request $request ) {
9797
'methods' => 'POST',
9898
'callback' => 'VFA_RestApi',
9999
) );
100-
} );
100+
} );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Stable tag: 1.1.0
99
License: GPLv2
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

12-
VuefRont plugin allows you to connect Wordpress+Woocommerce with VueFront WebApp via a GraphQL API.
12+
VueFront plugin allows you to connect Wordpress & Woocommerce with VueFront WebApp via a GraphQL API.
1313

1414
== Description ==
1515
This plugin is a VuefRont CMS Connect App for Wordpress+Woocommerce and it adds the connection between the Wordpress CMS and VueFront WebApp via a GraphQL API.

0 commit comments

Comments
 (0)