Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrab committed Oct 9, 2020
1 parent daa76da commit 8bd87b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cyclos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bd87b9

Please sign in to comment.