-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Doc file restructured * Use of parsedown.org * Plugin info updated
- Loading branch information
1 parent
35c43c4
commit a28dda0
Showing
9 changed files
with
2,183 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
# CHANGELOG | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## v0.0.8 | ||
* Use of http://parsedown.org to display plugin info based on README, INSALL and CHANGELOG | ||
|
||
## v0.0.7 | ||
- Auto update thanks to https://rudrastyh.com/wordpress/self-hosted-plugin-update.html | ||
* Auto update thanks to https://rudrastyh.com/wordpress/self-hosted-plugin-update.html | ||
|
||
## v0.0.6 | ||
- create-gh-release.sh improved | ||
- Release asset keep the same name so that [the latest release download | ||
* create-gh-release.sh improved | ||
* Release asset keep the same name so that [the latest release download | ||
link](https://github.com/epfl-idevelop/wpforms-epfl-payonline/releases/latest/download/wpforms-epfl-payonline.zip) | ||
is always available. | ||
|
||
## v0.0.5 | ||
- Auto create the plugin zip and release it on GitHub with `make all` | ||
- French translation | ||
* Auto create the plugin zip and release it on GitHub with `make all` | ||
* French translation | ||
|
||
## v0.0.4 | ||
- Makefile to automatize all the things (WIP) | ||
- Translation files generated | ||
* Makefile to automatize all the things (WIP) | ||
* Translation files generated | ||
|
||
## v0.0.3 | ||
- Payments status updated from Payonline | ||
- Default form template for conference | ||
* Payments status updated from Payonline | ||
* Default form template for conference | ||
|
||
## v0.0.2 | ||
- Payments sent to Payonline | ||
- Plugin auto-activated | ||
- Amazing logo created | ||
* Payments sent to Payonline | ||
* Plugin auto-activated | ||
* Amazing logo created | ||
|
||
## v0.0.1 | ||
- wpforms-paypal-standard plugin as template | ||
* wpforms-paypal-standard plugin as template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# WPForms EPFL Payonline | ||
|
||
## Installation | ||
|
||
1. Install [WPForms]. | ||
2. Activate the [Elite] or [Pro] version. | ||
3. Download and install [WPForms EPFL Payonline] [latest release]. | ||
4. Activate it. | ||
|
||
WPForms EPFL Payonline is now ready to be configured. | ||
|
||
## Configuration | ||
|
||
Both WPForms EPFL Payonline and the Payonline instance need to be configured | ||
together: | ||
- The **Return URL** have to be set on the Payonline instance: if your | ||
Event URL is https://idevfsd-test-conferences.epfl.ch, then the | ||
**Return URL** would be | ||
https://idevfsd-test-conferences.epfl.ch/?EPFLPayonline. | ||
|
||
Please note the `?EPFLPayonline` parameter in the URL query string. | ||
|
||
- The **EPFL Payonline instance ID** have to be set for any forms that need | ||
to use EPFL Payonline. | ||
![file](doc/img/WPForms-Payonline-Instance-ID-Highlighted.png) | ||
|
||
WPForms EPFL Payonline is now ready to be used as payment gateway. | ||
|
||
[WPForms EPFL Payonline]: https://github.com/epfl-idevelop/wpforms-epfl-payonline | ||
[latest release]: https://github.com/epfl-idevelop/wpforms-epfl-payonline/releases/latest | ||
[WPForms]: https://wpforms.com/ | ||
[Elite]: https://wpforms.com/checkout?edd_action=add_to_cart&download_id=290232&discount=SAVE50 | ||
[Pro]: https://wpforms.com/checkout?edd_action=add_to_cart&download_id=290008&discount=SAVE50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.