From 750de0fb978d113b7ea9ee7ff1ec800d92408f74 Mon Sep 17 00:00:00 2001 From: pressbooks-ops <66340483+pressbooks-ops@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:50:09 -0400 Subject: [PATCH] chore(dev): release 1.0.4 (#192) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- pressbooks-multi-institution.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c771..122a59d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84590a8e..dea2cb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/pressbooks/pressbooks-multi-institution/compare/1.0.3...1.0.4) (2024-07-18) + + +### Bug Fixes + +* reduce memory consumption while loading users ([#191](https://github.com/pressbooks/pressbooks-multi-institution/issues/191)) ([d9f7e4a](https://github.com/pressbooks/pressbooks-multi-institution/commit/d9f7e4a96e92b24c7c966a50445a5a3826b51e8f)) + ## [1.0.3](https://github.com/pressbooks/pressbooks-multi-institution/compare/1.0.2...1.0.3) (2024-07-17) diff --git a/README.md b/README.md index 802f0782..be3db1ae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 6.4.3 \ **Tested up to:** 6.4.3 \ -**Stable tag:** 1.0.3 \ +**Stable tag:** 1.0.4 \ **License:** GPLv3 or later \ **License URI:** https://www.gnu.org/licenses/gpl-3.0.html diff --git a/pressbooks-multi-institution.php b/pressbooks-multi-institution.php index 6c553534..795c9c0a 100644 --- a/pressbooks-multi-institution.php +++ b/pressbooks-multi-institution.php @@ -7,7 +7,7 @@ * Requires Plugins: pressbooks * Description: Tools for managing Pressbooks networks shared by multiple institutions * x-release-please-start-version - * Version: 1.0.3 + * Version: 1.0.4 * x-release-please-end * Author: Pressbooks (Book Oven Inc.) * Author URI: https://pressbooks.org