Skip to content

Commit

Permalink
Bump to v1.0.1 for build consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Oct 16, 2023
1 parent 76c82b2 commit cb9bdc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions churchtools-wpcalendarsync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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');
Expand Down

0 comments on commit cb9bdc7

Please sign in to comment.