We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a9cb2 commit 68b4164Copy full SHA for 68b4164
ableplayer.php.html
@@ -42,14 +42,14 @@
42
* License: MIT
43
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
44
* Domain Path: lang
45
- * Version: 1.2.0
+ * Version: 1.2.1
46
*/
47
48
// Configure debugging mode.
49
define( 'ABLEPLAYER_DEBUG', false );
50
51
// Get current version number.
52
-define( 'ABLEPLAYER_VERSION', '1.2.0' );
+define( 'ABLEPLAYER_VERSION', '1.2.1' );
53
54
register_activation_hook( __FILE__, 'ableplayer_activation' );
55
/**
0 commit comments