Skip to content

Releases: Simbiat/HTTP20

1.5.3+20210501

01 May 09:50
Compare
Choose a tag to compare

Added more character replacements for PrettyURL

1.5.2+20210428

28 Apr 05:08
Compare
Choose a tag to compare

Corrected temporary path (now uses upload dir, if exists and writable or system temp path, if it does not)

1.5.1+20210425

25 Apr 07:38
Compare
Choose a tag to compare

Fix to prevent accidental removal of some Links if Save-Data is enabled.

1.5.0+20210424

24 Apr 09:41
Compare
Choose a tag to compare

Separate Content-Security-Policy header into contentPolicy (with no logic change) to allow applying security to all type of content and CSP - only to HTML (helps with performance)
Fix for __construct in Sharing
Adjustment of MIME check in fileEcho
Auto-adding charset for certain MIMEs in fileEcho

1.4.1+20210407

07 Apr 18:00
Compare
Choose a tag to compare

Actual inclusion of notAccept function to handle Accept HTTP header (failed to commit on last release and I did not notice this)
Correction of uriValidator to properly handle % codes
Graceful removal of bad elements in Atom and RSS
Return HTTP code 503 in case of failure for Atom and RSS

1.4.0+20210406

06 Apr 14:44
Compare
Choose a tag to compare

notAccept function to handle Accept HTTP header

1.3.6+20210405

05 Apr 15:28
Compare
Choose a tag to compare

Prevent overwrite of previously sent Link headers

1.3.5+20210405

04 Apr 16:30
Compare
Choose a tag to compare

Added early exit in case HEAD method was used in zEcho and fileEcho functions.

1.3.4+20210404

04 Apr 07:48
Compare
Choose a tag to compare

Unicode support for urIValidator

1.3.3+20210403

03 Apr 18:03
Compare
Choose a tag to compare

Added array check for links function