From e7230041f88a57c32a62e60adc533351f84447df Mon Sep 17 00:00:00 2001 From: pressbooks-ops <66340483+pressbooks-ops@users.noreply.github.com> Date: Thu, 30 May 2024 14:04:20 -0400 Subject: [PATCH] chore(dev): release 2.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d191d6a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [2.5.0](https://github.com/pressbooks/pressbooks-cas-sso/compare/v2.4.0...2.5.0) (2024-05-30) + + +### Features + +* composer autoupdate ([#112](https://github.com/pressbooks/pressbooks-cas-sso/issues/112)) ([27c5daf](https://github.com/pressbooks/pressbooks-cas-sso/commit/27c5dafc25e871389e474c41bccf0752661434b1)) + + +### Bug Fixes + +* 5 ([1048f62](https://github.com/pressbooks/pressbooks-cas-sso/commit/1048f62bc808f2612b7efa69083b7c3a92370425)) +* add base service parameter ([f401670](https://github.com/pressbooks/pressbooks-cas-sso/commit/f40167066525ed00c3234b1c384a84be79a2aa59)) +* autoupdater version ([a0882b4](https://github.com/pressbooks/pressbooks-cas-sso/commit/a0882b41bb4b1dae255d34292bdfa9236f4aa533)) +* dependabot and ci updates ([#164](https://github.com/pressbooks/pressbooks-cas-sso/issues/164)) ([7601775](https://github.com/pressbooks/pressbooks-cas-sso/commit/7601775b2ad1e851f813d2b4f493c6c951b24229)) +* increase color contrast for text on login page ([0253128](https://github.com/pressbooks/pressbooks-cas-sso/commit/0253128dec0a18852db9af84e6df53380e3d3be3)) +* Keep $_SESSION alive ([9dbe6dd](https://github.com/pressbooks/pressbooks-cas-sso/commit/9dbe6dd35b369a31f1bb7fc74fd832c42a3b4da2)) +* menu order. Bump version. Plugin dependency management ([#157](https://github.com/pressbooks/pressbooks-cas-sso/issues/157)) ([caaf1a6](https://github.com/pressbooks/pressbooks-cas-sso/commit/caaf1a6e6ac2c5ae2c68769833a93530a22b2024)) +* only run workflow on upstream ([7ccff32](https://github.com/pressbooks/pressbooks-cas-sso/commit/7ccff3258742da43ff7d2e76438ea49737f806fb)) +* relabel task ([6a8191b](https://github.com/pressbooks/pressbooks-cas-sso/commit/6a8191ba64b4ece4b4c163a48f4f4e2e1a448311)) +* rename workflow for clarity ([ab1c708](https://github.com/pressbooks/pressbooks-cas-sso/commit/ab1c708eb50bad94b8316042fdc66904589a9edb)) +* require minimim percentage to pull translation files ([7cbf323](https://github.com/pressbooks/pressbooks-cas-sso/commit/7cbf3234862f2deb160c019a84585accf4683149)) +* restore correct resource path in Transifex configuration ([1051902](https://github.com/pressbooks/pressbooks-cas-sso/commit/1051902f95b750ee4013aef6a504b2d0c8221afa)) +* temporarily remove update POT action ([06043ca](https://github.com/pressbooks/pressbooks-cas-sso/commit/06043ca88a1ec724c458ca166fd21a35ccd6d7ad)) +* typo ([1be975c](https://github.com/pressbooks/pressbooks-cas-sso/commit/1be975cb1132aaf0e1d2893358049cb7074b3112)) +* update container/blade usage ([9ac6072](https://github.com/pressbooks/pressbooks-cas-sso/commit/9ac6072ae1493a7460e89cb96004305e949b39d8)) +* update variable INPUT_BRANCH to BRANCH to avoid Github runner emptying the value ([#160](https://github.com/pressbooks/pressbooks-cas-sso/issues/160)) ([7bc4b89](https://github.com/pressbooks/pressbooks-cas-sso/commit/7bc4b89779da90d9931caf59432e0bfee7e9bcfd)) +* use Composer 1.x in Travis ([ba119d2](https://github.com/pressbooks/pressbooks-cas-sso/commit/ba119d2f571df5c527484f8cbbe89659125067e8)) diff --git a/README.md b/README.md index 5eac0b0..ab4e9e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tags: pressbooks, sso, cas Requires at least: 6.5 Tested up to: 6.5 -Stable tag: 2.4.0 +Stable tag: 2.5.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html