diff --git a/Changelog.MD b/Changelog.MD index 17e05ac..6f875e2 100644 --- a/Changelog.MD +++ b/Changelog.MD @@ -2,6 +2,7 @@ ## 2023-10-16 - Correctly handle repeating events +- Release v1.0.1 ## 2023-09-29 - Change licence from Apache 2.0 to GNU GPL 2 diff --git a/churchtools-wpcalendarsync.php b/churchtools-wpcalendarsync.php index 70b425c..2a26530 100644 --- a/churchtools-wpcalendarsync.php +++ b/churchtools-wpcalendarsync.php @@ -10,7 +10,7 @@ * Plugin Name: Churchtools WP Calendarsync * Plugin URI: https://github.com/a-schild/churchtools-wp-calendarsync * Description: Churchtools wordpress calendar sync to events manager, requires "Events Manager" plugin. The sync is scheduled every hour to update WP events from churchtool. - * Version: 1.0.0 + * Version: 1.0.1 * Author: André Schild * Author URI: https://github.com/a-schild/churchtools-wp-calendarsync/ * License: GPLv2 or later @@ -33,7 +33,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'CTWPSYNC_VERSION', '1.0.0' ); +define( 'CTWPSYNC_VERSION', '1.0.1' ); function ctwpsync_setup_menu() { add_options_page('ChurchTools Calendar Importer','ChurchTools Calsync','manage_options','churchtools-wpcalendarsync','ctwpsync_dashboard');