We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad796d commit 80f37eaCopy full SHA for 80f37ea
WP_Auth0.php
@@ -2,7 +2,7 @@
2
/**
3
* Plugin Name: PLUGIN_NAME
4
* Description: PLUGIN_DESCRIPTION
5
- * Version: 3.2.14
+ * Version: 3.2.15
6
* Author: Auth0
7
* Author URI: https://auth0.com
8
*/
@@ -11,7 +11,7 @@
11
define( 'WPA0_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
12
define( 'WPA0_LANG', 'wp-auth0' );
13
define( 'AUTH0_DB_VERSION', 12 );
14
-define( 'WPA0_VERSION', '3.2.14' );
+define( 'WPA0_VERSION', '3.2.15' );
15
16
17
* Main plugin class
0 commit comments