We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcb9a7 commit 67e9dd0Copy full SHA for 67e9dd0
ableplayer.php.html
@@ -41,14 +41,14 @@
41
* Text Domain: ableplayer
42
* License: MIT
43
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
44
- * Version: 2.2.0
+ * Version: 2.2.1
45
*/
46
47
// Configure debugging mode.
48
define( 'ABLEPLAYER_DEBUG', false );
49
50
// Get current version number.
51
-define( 'ABLEPLAYER_VERSION', '2.2.0' );
+define( 'ABLEPLAYER_VERSION', '2.2.1' );
52
53
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
54
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';
0 commit comments