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