Skip to content

Commit b4ee425

Browse files
authored
Update plugin.php
1 parent 80f28f7 commit b4ee425

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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';
@@ -98,4 +98,4 @@ function VFA_RestApi( WP_REST_Request $request ) {
9898
'methods' => 'POST',
9999
'callback' => 'VFA_RestApi',
100100
) );
101-
} );
101+
} );

0 commit comments

Comments
 (0)