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 358198a commit 9318307Copy full SHA for 9318307
wp-canvasjs.php
@@ -3,7 +3,7 @@
3
* Plugin Name: WP CanvasJS
4
* Plugin URI: https://vishwas.me/
5
* Description: Add CanvasJS Charts & StockCharts to your WordPress Pages / Posts
6
- * Version: 1.4
+ * Version: 1.5
7
* Author: Vishwas R
8
* Author URI: https://vishwas.me/
9
* License: MIT License
@@ -25,7 +25,7 @@
25
*/
26
// Plugin version.
27
if ( ! defined( 'PLUGIN_VERSION' ) ) {
28
- define( 'PLUGIN_VERSION', '1.4' );
+ define( 'PLUGIN_VERSION', '1.5' );
29
}
30
31
if ( ! defined( 'PLUGIN_NAME' ) ) {
0 commit comments