Skip to content

Commit dc7328c

Browse files
committed
Release 4.2.0
1 parent 3f9b0ae commit dc7328c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cyclos.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: Cyclos
99
* Plugin URI: https://www.cyclos.org/wordpress-plugins/
1010
* Description: Integrates Cyclos functionality into your WordPress blog.
11-
* Version: 4.1.1-plus
11+
* Version: 4.2.0
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.2
1414
* Author: The Cyclos team
@@ -44,7 +44,7 @@
4444
// Block people to access the script directly (against malicious attempts).
4545
defined( 'ABSPATH' ) || exit;
4646

47-
define( 'Cyclos\\PLUGIN_VERSION', '4.1.1-plus' );
47+
define( 'Cyclos\\PLUGIN_VERSION', '4.2.0' );
4848
define( 'Cyclos\\MINIMUM_PHP_REQUIRED', '7.2' );
4949
define( 'Cyclos\\MINIMUM_WP_REQUIRED', '5.0' );
5050
define( 'Cyclos\\PLUGIN_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.cyclos.org/contributors/
55
Requires at least: 5.0
66
Tested up to: 6.7
77
Requires PHP: 7.2
8-
Stable tag: 4.1.1-plus
8+
Stable tag: 4.2.0
99
License: GPLv2
1010

1111
This plugin enables you to add a Cyclos login form and/or show Cyclos users in a list or map on your WordPress website.

0 commit comments

Comments
 (0)