-
Notifications
You must be signed in to change notification settings - Fork 20
/
readme.txt
57 lines (42 loc) · 2.12 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== AspireUpdate ===
Contributors: sarah-savage, namithj, asirota
Donate link: https://github.com/sponsors/aspirepress
Requires at least: 5.3
Tested up to: 6.7
Stable tag: 0.6
Requires PHP: 7.4
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL.
== Description ==
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL. This is helpful because it allows for the rewriting of api.wordpress.org to some other repository that contains the plugins the user wants.
The plugin supports multiple rewrites, and also supports rewriting the URL paths of the requests on a per-host basis. This improves the capacity of the plugin to adequately support newer or different repositories.
== Frequently Asked Questions ==
= A question that someone might have =
An answer to that question.
= What about foo bar? =
Answer to foo bar dilemma.
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Screenshots are stored in the /assets directory.
2. This is the second screen shot
== Changelog ==
= 0.6 =
* Admin Settings: Added notices for when settings are saved or reset
* Branding: Added branded notices to inform users when AspireUpdate is in operation on a screen
* Multisite: Added multisite support
* Debug: Added Clear Logs and View Logs functionality
* I18N: Added Catalan translation
* I18N: Added Dutch translation
* I18N: Added Spanish translation
* I18N: Added Swedish translation
* I18N: Updated Dutch translation
* I18N: Updated French translation
* I18N: Updated German translation
* Testing: Added Git Updater integration
* Testing: Added support both main and playground-ready links in the README
* Testing: Made Playground default to the `main` branch
* Testing: Removed Hello Dolly from the Playground blueprint
* Security: Fixed Plugin Check security warnings
= 0.5 =
* first stable version, connects to api.wordpress.org or an alternative AspireCloud repository
== Upgrade Notice ==