Skip to content

Releases: vdlp/oc-redirect-plugin

v3.1.1

24 Jun 08:44
Compare
Choose a tag to compare
  • Add description column to Redirects overview.

Full Changelog: 3.1.0...3.1.1

v3.0.6

24 Jun 08:46
be54ffe
Compare
Choose a tag to compare
  • Add description column to Redirects overview.

Full Changelog: 3.0.5...3.0.6

v3.1.0

11 Jun 12:56
ec5e1d8
Compare
Choose a tag to compare
  • Add support for October CMS 3.x.
  • Drop support for October CMS 2.x.
  • Minimum required PHP version is now 8.0.2

Full Changelog: 3.0.6...3.1.0

v3.0.5

11 Jun 12:55
28ca5b9
Compare
Choose a tag to compare
  • Lock to October CMS version 2.x. Support for October CMS 3 will be added in v3.1.0.

Full Changelog: 3.0.4...3.0.5

v3.0.4

19 Apr 09:42
Compare
Choose a tag to compare
  • Improved compatibility/extensibility with other Plugins (Solves issue #90).

Full Changelog: 3.0.3...3.0.4

v3.0.3

19 Apr 09:41
Compare
Choose a tag to compare
  • Update plugin dependencies

Full Changelog: 3.0.2...3.0.3

v3.0.2

20 Feb 15:46
Compare
Choose a tag to compare
  • Change version constraint for composer/installers.

Full Changelog: 3.0.1...3.0.2

v3.0.1

20 Feb 14:11
Compare
Choose a tag to compare
  • Add support for regular expression matches in target path.

Regular expression (advanced)

For advanced users there's the Regular Expression matching logic. Please refer to the PHP.net preg_match manual.

The actual $matches result from the preg_match($sourcePath, $url, $matches) function can be used in the target path and will be replaced with the matched value.

Example (with matches replacement):

Input path: /foo/my-match
Source Path: @/foo/(.*)?@
Target Path: /bar/{1}
Result: /bar/my-match

Full Changelog: 3.0.0...3.0.1

v3.0.0

19 Feb 19:57
Compare
Choose a tag to compare
  • Drop support for October CMS 1.1 and lower.
  • Minimum required PHP version is now 7.4
  • Redirect to relative paths is now enabled by default.
  • Add database relation to system request logs.
  • When updating to 3.0.0 the table vdlp_redirect_redirect_logs will be removed due to schema changes.
  • Improvements to redirect request logs.
  • Improvements to redirect conditions logic.
  • Improvements to the statistics page.
  • Redirect Settings:
    • Relative paths setting is now enabled by default.
    • Testlab (Beta) is now disabled by default.
    • Redirect logging is now disabled by default.
    • Redirect statistics is now disabled by default.

What's Changed

New Contributors

Full Changelog: 2.6.0...3.0.0

v2.6.0

19 Feb 19:57
Compare
Choose a tag to compare
  • Update plugin dependencies.

Full Changelog: 2.5.11...2.6.0