diff --git a/cyclos.php b/cyclos.php index 9a80352..cb49c23 100644 --- a/cyclos.php +++ b/cyclos.php @@ -8,7 +8,7 @@ * Plugin Name: Cyclos * Plugin URI: https://www.cyclos.org/wordpress-plugins/ * Description: Integrates the Cyclos login form into your WordPress blog. - * Version: 2.0.0-plus + * Version: 2.1.0 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: The Cyclos team @@ -44,7 +44,7 @@ // Block people to access the script directly (against malicious attempts). defined( 'ABSPATH' ) || exit; -define( 'Cyclos\\PLUGIN_VERSION', '2.0.0-plus' ); +define( 'Cyclos\\PLUGIN_VERSION', '2.1.0' ); define( 'Cyclos\\MINIMUM_PHP_REQUIRED', '7.2' ); define( 'Cyclos\\MINIMUM_WP_REQUIRED', '5.0' ); define( 'Cyclos\\PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 4ac2a8c..3814ee7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.cyclos.org/contributors/ Requires at least: 5.0 Tested up to: 5.5 Requires PHP: 7.2 -Stable tag: 2.0.0-plus +Stable tag: 2.1.0 License: GPLv2 This plugin enables you to easily add a Cyclos login form to your WordPress website.