We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431d1ab commit db9182dCopy full SHA for db9182d
WP_Auth0.php
@@ -2,7 +2,7 @@
2
/**
3
* Plugin Name: PLUGIN_NAME
4
* Description: PLUGIN_DESCRIPTION
5
- * Version: 3.2.15
+ * Version: 3.2.16
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.15' );
+define( 'WPA0_VERSION', '3.2.16' );
15
16
17
* Main plugin class
0 commit comments