Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Feb 7, 2025
2 parents 950e236 + 5ea7ffd commit 2522e4d
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 113 deletions.
2 changes: 1 addition & 1 deletion config/initializers/alaveteli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
load "util.rb"

# Application version
ALAVETELI_VERSION = '0.45.3.0'
ALAVETELI_VERSION = '0.45.3.1'

# Add new inflection rules using the following format
# (all these examples are active by default):
Expand Down
1 change: 1 addition & 0 deletions config/initializers/regexp.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Regexp.timeout = 60.0
14 changes: 12 additions & 2 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

## Highlighted Features

Update Pro metric report email for new Stripe price IDs (Graeme Porteous)
Increase regular expression timeout for attachment masking (Graeme Porteous)
Add additional InfoRequest embargo scopes (Graeme Porteous)

# 0.45.3.1

## Highlighted Features

* Updated translations from Transifex (Graeme Porteous)
* Fixes for post Rails 8 upgrade issues:
* Fix Pro metric report email for new Stripe price IDs (Graeme Porteous)
* Fix STDOUT logging (Graeme Porteous)
* Fix citations JSON view (Graeme Porteous)
* Fix set reject incoming at mta rake task (Graeme Porteous)
* Fix regular expression timeouts (Graeme Porteous)

# 0.45.3.0

## Highlighted Features
Expand Down
Loading

0 comments on commit 2522e4d

Please sign in to comment.