From eeed39b5aa498b20cd2e51bb00290a7104cef4a8 Mon Sep 17 00:00:00 2001 From: Niklas Zbick Date: Mon, 22 Jan 2024 22:22:22 +0100 Subject: [PATCH] Set version 4.1.1 --- CHANGELOG.adoc | 10 ++++++++-- rotaract-appointments.php | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 84ce4f2..4ee3b7d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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 diff --git a/rotaract-appointments.php b/rotaract-appointments.php index f4a7936..ff42973 100644 --- a/rotaract-appointments.php +++ b/rotaract-appointments.php @@ -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 @@ -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,