Skip to content

Releases: bfren/obadiah

v2.1.1

21 Sep 14:56
2914fba
Compare
Choose a tag to compare

Minor updates

  • Allow safeguarding API to always return 200 on error (to support Forminator) (#179)

v2.1.0

20 Sep 12:01
1f94201
Compare
Choose a tag to compare

Major updates

  • Supporting endpoint routing prefixes (#163)
  • Supporting 'Guest Speaker' (#176)

Minor updates

  • Adding robots.txt endpoint (#172)
  • Being more intelligent about single / plural psalms (#174)
  • Updating PHPStan (#175)
  • Fixing spacing with multiple readings (#177)

Build updates

  • Adding PHPStan to dev action (#171)
  • Updating Docker image version (#178)

v2.0.4

02 Sep 09:22
0e76b36
Compare
Choose a tag to compare

Minor updates

  • Adding debug logger (#161)
  • Moving Ajax and Preload pages to api namespace (#162)
  • Applying consistent file formatting (#164)
  • Improving error capture on action execute (#166)
  • Updating Docker image (#168)
  • Bug fixes for Safeguarding receivers (#169)
  • Updating PHPStan (#170)

Build updates

  • Renaming Docker variables to OBADIAH (#158)

Development updates

  • Improving Mac development support (#159)

Full Changelog: v2.0.3...v2.0.4

v2.0.3

26 Aug 14:01
0bc58ef
Compare
Choose a tag to compare

Minor updates

  • Don't redirect after logout (#156)

Full Changelog: v2.0.2...v2.0.3

v2.0.2

26 Aug 13:52
e6ee3b5
Compare
Choose a tag to compare

What's Changed

  • Moving Safeguarding class to API directory (#152)

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Aug 13:23
4d39a7e
Compare
Choose a tag to compare

Minor updates

  • Fixing case of 'commands' directory - #153

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Aug 13:09
7e72eda
Compare
Choose a tag to compare

Breaking changes

  • Adding password encryption (#151) you must update your config.yml with argon2 hashed strings

Major updates

  • Renaming to 'Obadiah' - see README.md (#141)
  • Adding Safer Recruitment receivers (#145)
  • Adding a CLI, accessible via ob or cmd.php (#149)
  • Using PHPStan to validate and improve code quality (#150)

Minor updates

  • Updating to Bootstrap 5.3.3 (#142)
  • Using latest Docker image (#144)
  • Fixing HTTP status header (#146)
  • Improving error logging / handling / display (#147)
  • Using simplified PHP array syntax (#148)
  • Switching language to 'Endpoint' to support API as well as HTML pages (#152)

Documentation updates

  • Adding missing newline (#99)

Full Changelog: v1.9.2...v2.0.0

v1.9.2

26 Jul 05:37
5438192
Compare
Choose a tag to compare

Minor updates

  • Updating Docker image (#135)
  • Removing unnecessary use statements (#136)

Documentation updates

  • Updating copyright year to 2024 in LICENCE file (#137)

Build updates

  • Updating GitHub workflows to use latest versions (#139)

Development updates

  • Removing old settings from workspace file (#138)

v1.9.1

07 Apr 06:55
9d36ea3
Compare
Choose a tag to compare

Minor Updates

  • Using latest Docker image (#133)

v1.9.0

26 Jan 12:04
82aba08
Compare
Choose a tag to compare

Major updates

  • Updating to PHP 8.3 (#126)

Minor updates

  • Changing Refresh subscribe link to webcal:// (#127)
  • Adding licence and copyright to README (#129)
  • Adding Docker Hub README update workflow (#130)
  • Changing development image tags from beta to dev (#131)
  • Using dev tag in run.sh (#132)

Full Changelog: v1.8.7...v1.9.0