Skip to content

Commit

Permalink
Set version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbcode committed Jan 22, 2024
1 parent 8d343ed commit eeed39b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ All notable changes to this project will be documented in this file.

The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].

== {compare}/v4.1.0\...main[Unreleased]
== {compare}/v4.1.1\...main[Unreleased]

== {compare}/v4.1.0\...v4.0.0[4.1.0]
== {compare}/v4.1.0\...v4.1.1[4.1.1]

=== Fixed

* Meilisearch searchClient initialisation after update

== {compare}/v4.0.0\...v4.1.0[4.1.0]

=== Added

Expand Down
4 changes: 2 additions & 2 deletions rotaract-appointments.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Rotaract Appointments
* Plugin URI: https://github.com/rotaract/rotaract-appointments
* Description: WordPress plugin for displaying appointments from mein Rotaract / aurora.
* Version: 4.1.0
* Version: 4.1.1
* Requires at least: 6.4
* Requires PHP: 8.1
* Author: Ressort IT-Entwicklung - Rotaract Deutschland
Expand All @@ -37,7 +37,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( 'ROTARACT_APPOINTMENTS_VERSION', '4.0.0' );
define( 'ROTARACT_APPOINTMENTS_VERSION', '4.1.1' );

/**
* The core plugin class that is used to define internationalization,
Expand Down

0 comments on commit eeed39b

Please sign in to comment.