Skip to content

Commit

Permalink
chore(dev): release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pressbooks-ops committed May 30, 2024
1 parent 7601775 commit e723004
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0"
".": "2.5.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pressbooks, sso, cas
Requires at least: 6.5
Tested up to: 6.5
<!-- x-release-please-start-version -->
Stable tag: 2.4.0
Stable tag: 2.5.0
<!-- x-release-please-end -->
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit e723004

Please sign in to comment.