We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f28f7 commit b4ee425Copy full SHA for b4ee425
plugin.php
@@ -1,11 +1,11 @@
1
<?php
2
/**
3
- * Plugin Name: Vuefront
+ * Plugin Name: VueFront
4
* Plugin URI: https://github.com/vuefront/wordpress
5
* Description: VueFront CMS Connect App for Wordpress.
6
- * Version: 1.0
7
- * Author: Dreamvention
8
- * Author URI: http://dreamvention.com
+ * Version: 1.1.0
+ * Author: VueFront
+ * Author URI: http://vuefront.com
9
*/
10
11
require_once 'system/startup.php';
@@ -98,4 +98,4 @@ function VFA_RestApi( WP_REST_Request $request ) {
98
'methods' => 'POST',
99
'callback' => 'VFA_RestApi',
100
) );
101
-} );
+} );
0 commit comments