Skip to content

Releases: dxw/dxw-members-only

v4.3.2

12 Jul 16:24
Compare
Choose a tag to compare
  • Allow custom Cache-Control: headers for static and public files

v4.3.1

04 Jul 15:29
Compare
Choose a tag to compare
  • Support 304 responses on file downloads

v4.3.0

28 Jun 15:09
b3160e3
Compare
Choose a tag to compare

Uses readfile() to send binary files directly, instead of loading them into a memory buffer.

v4.2.1

28 Jun 11:09
6a42874
Compare
Choose a tag to compare

Add an x-redirect-by header for redirects, following the convention used in wp_redirect and wp_safe_redirect.

v4.1.0

23 Oct 09:42
3ffecbb
Compare
Choose a tag to compare

What's Changed

  • Add dependabot.yml by @RobjS in #16
  • Chore/migrate to GitHub actions by @snim2 in #19
  • Bump actions/cache from 2 to 3 by @dependabot in #20
  • Change string match to allow for substring match by @leedxw in #21
  • Plugin version is 4.0.3 by @snim2 in #22
  • Update composer to create an installable set on modern instances by @jkeasley in #24
  • Feature/add http referrer allow list option by @jkeasley in #25

New Contributors

Full Changelog: v4.0.2...v4.1.0