Skip to content

Commit bd5b618

Browse files
authored
Merge pull request #1 from wintercms/wip/fork-to-winter
Fork to Winter namespace
2 parents 03c0d5c + 1deb9d6 commit bd5b618

File tree

129 files changed

+918
-1392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+918
-1392
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverage: none
3030

3131
- name: Add HTTP basic auth credentials
32-
run: echo '${{ secrets.VDLP_OCTOBER_CMS_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
32+
run: echo '${{ secrets.WINTER_CMS_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
3333

3434
- name: Validate composer.json and composer.lock
3535
run: composer validate

CHANGELOG.md

-166
This file was deleted.

CODE-OF-CONDUCT.md

-76
This file was deleted.

DOCUMENTATION.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vdlp.Redirect documentation
1+
# Winter.Redirect documentation
22

33
This plugin should be easy to understand if you are familiar with the basics of the web. If you have issues setting up some redirects, please do not hesitate to contact me.
44

@@ -16,7 +16,7 @@ This plugin allows you to redirect to the following types:
1616

1717
* An internal path
1818
* An internal CMS Page
19-
* An internal Static Page (`RainLab.Pages` plugin)
19+
* An internal Static Page (`Winter.Pages` plugin)
2020
* An external URL
2121

2222
## Relative vs. Absolute URLs
@@ -135,17 +135,17 @@ Result: /blog/news/general
135135

136136
| Event | Payload | Description |
137137
| --- | --- | --- |
138-
| `vdlp.redirect.match` | none | When a request matched, right before the redirect response.
139-
| `vdlp.redirect.changed` | int[] $redirectId | When one or more redirects are changed.
138+
| `winter.redirect.match` | none | When a request matched, right before the redirect response.
139+
| `winter.redirect.changed` | int[] $redirectId | When one or more redirects are changed.
140140

141141
### Listens to events
142142

143143
| Event | Payload | Description |
144144
| --- | --- | --- |
145-
| `vdlp.redirect.toUrlChanged` | `string $oldUrl, string $newUrl` | Can be fired from a third-party plugin.
145+
| `winter.redirect.toUrlChanged` | `string $oldUrl, string $newUrl` | Can be fired from a third-party plugin.
146146

147147
## Commands
148148

149149
| Command | Description |
150150
| --- | --- |
151-
| `vdlp:redirect:publish-redirects` | Publish all redirects. |
151+
| `winter:redirect:publish-redirects` | Publish all redirects. |

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ WRITTEN OFFER
344344
The source code for any program binaries or compressed scripts that are
345345
included with this plugin can be freely obtained at the following URL:
346346

347-
https://github.com/vdlp/oc-redirect-plugin
347+
https://github.com/wintercms/wn-redirect-plugin

0 commit comments

Comments
 (0)