File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
4444// Block people to access the script directly (against malicious attempts).
4545defined ( 'ABSPATH ' ) || exit;
4646
47- define ( 'Cyclos \\PLUGIN_VERSION ' , '4.1.1-plus ' );
47+ define ( 'Cyclos \\PLUGIN_VERSION ' , '4.2.0 ' );
4848define ( 'Cyclos \\MINIMUM_PHP_REQUIRED ' , '7.2 ' );
4949define ( 'Cyclos \\MINIMUM_WP_REQUIRED ' , '5.0 ' );
5050define ( 'Cyclos \\PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) );
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Donate link: https://www.cyclos.org/contributors/
55Requires at least: 5.0
66Tested up to: 6.7
77Requires PHP: 7.2
8- Stable tag: 4.1.1-plus
8+ Stable tag: 4.2.0
99License: GPLv2
1010
1111This plugin enables you to add a Cyclos login form and/or show Cyclos users in a list or map on your WordPress website.
You can’t perform that action at this time.
0 commit comments