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 80bdf92 commit bdda331Copy full SHA for bdda331
vsp-bootstrap.php
@@ -27,7 +27,7 @@
27
*
28
* Framework Name: VSP Framework
29
* Plugin Name: VSP Framework
30
- * Version: 0.7
+ * Version: 0.7.1
31
* Author: Varun Sridharan
32
* Author URI:http://varunsridharan.in
33
* Text Domain:vsp-framework
@@ -41,7 +41,7 @@
41
if ( ! defined( 'VSP_VERSION' ) ) {
42
try {
43
$upload_dir = wp_upload_dir( null, false );
44
- defined( 'VSP_VERSION' ) || define( 'VSP_VERSION', '0.7' );
+ defined( 'VSP_VERSION' ) || define( 'VSP_VERSION', '0.7.1' );
45
defined( 'VSP_PATH' ) || define( 'VSP_PATH', plugin_dir_path( __FILE__ ) );
46
defined( 'VSP_URL' ) || define( 'VSP_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );
47
defined( 'VSP_CORE' ) || define( 'VSP_CORE', VSP_PATH . 'core/' );
0 commit comments