diff --git a/wp-plugin/gancio.php b/wp-plugin/gancio.php index 30fd316b..bf23fbf8 100644 --- a/wp-plugin/gancio.php +++ b/wp-plugin/gancio.php @@ -3,7 +3,7 @@ Plugin Name: WPGancio Plugin URI: https://gancio.org Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API. -Version: 1.7 +Version: 1.8 Author: Gancio License: AGPL 3.0 @@ -34,4 +34,4 @@ require_once(WPGANCIO_DIR . 'oauth.php'); * on Wordpress are automatically inserted. * It requires an event manager plugin, only Event Organiser (https://wp-event-organiser.com/) is * supported until now but to add another plugin it's easy. - */ \ No newline at end of file + */ diff --git a/wp-plugin/readme.txt b/wp-plugin/readme.txt index 98e07894..d3b90030 100644 --- a/wp-plugin/readme.txt +++ b/wp-plugin/readme.txt @@ -3,8 +3,8 @@ Contributors: lesion Donate link: https://gancio.org Tags: events, gancio, fediverse, AP, activity pub Requires at least: 4.7 -Tested up to: 6.0 -Stable tag: 1.7 +Tested up to: 6.4 +Stable tag: 1.8 Requires PHP: 7.0 License: AGPLv3 or later License URI: https://www.gnu.org/licenses/agpl-3.0.html