You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* Made a readme.txt as well, for use in the SVN trunk. ([e6b6d61](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/e6b6d61b8e3f27c2841c25812f46f6d2cde3ead3))
[<imgsrc="https://img.shields.io/github/commits-since/MultinetInteractive/EduAdmin-WordPress/latest.svg"alt="Commits since latest plugin version" />](https://wordpress.org/plugins/eduadmin-booking/)
26
16
27
17
Requires the following PHP-modules
28
18
29
19
- php-curl
30
20
- php-mbstring
31
21
32
-
== Installation ==
22
+
##Installation
33
23
34
24
- Upload the zip-file (or install from WordPress) and activate the plugin
35
25
- Provide the API key from EduAdmin.
36
26
- Create pages for the different views and give them their shortcodes
37
27
38
-
== Upgrade Notice ==
28
+
##Upgrade Notice
39
29
40
-
= 3.0 =
30
+
###3.0
41
31
42
32
Styles have been remade for the end user login page, and the booking list page. Please check that any custom styles are still working, or you might need to fix them.
43
33
44
-
= 2.0 =
34
+
###2.0
45
35
46
36
We have replaced everything with a new API-client, so some things may be broken. If you experience any bugs (not new feature-requests), please contact the MultiNet Support.
47
37
If you notice that your API key doesn't work any more, you have to contact us.
48
38
49
-
== Changelog ==
39
+
## Changelog
40
+
41
+
The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md)
The full changelog available on https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md
45
+
46
+
#### Refactoring
47
+
48
+
* Made a readme.txt as well, for use in the SVN trunk. ([e6b6d61](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/e6b6d61b8e3f27c2841c25812f46f6d2cde3ead3))
* Added actions for showing course/event lists ([2fcdc70](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/2fcdc70a71969bbd9e1967e72e615f840321d13d)), closes [#488](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/488)
75
-
* Added actions for viewing detail views, booking forms and performing a purchase (not programs) ([a3270b2](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/a3270b265919513935f817c87bc259c91877e9db)), closes [#488](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/488)
76
-
* Added actions for viewing detail views, booking forms and performing a purchase of programs ([5dee4ec](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/5dee4ecc0abf158b98e2d0a63499c953f46a5409)), closes [#488](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/488)
77
-
* Added actions for viewing detail views, booking forms and performing a purchase of programs ([d2757b4](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/d2757b478c470e8717cc522fe6ee58c86d339f9e)), closes [#488](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/488)
78
-
79
-
80
-
#### Documentation
81
-
82
-
* Added information about Actions ([2042c70](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/2042c7023647eb2e3f09c5d5db0b2faf7bf9d4a5))
EduAdmin plugin to allow visitors to book courses at your website. Requires EduAdmin-account.
13
+
14
+
== Description ==
15
+
16
+
Plugin that you connect to [EduAdmin](https://www.eduadmin.se) to enable bookings of both courses and programmes through your website.
17
+
18
+
Requires the following PHP-modules
19
+
20
+
- php-curl
21
+
- php-mbstring
22
+
23
+
== Installation ==
24
+
25
+
- Upload the zip-file (or install from WordPress) and activate the plugin
26
+
- Provide the API key from EduAdmin.
27
+
- Create pages for the different views and give them their shortcodes
28
+
29
+
== Frequently Asked Questions ==
30
+
31
+
== Screenshots ==
32
+
33
+
== Upgrade Notice ==
34
+
35
+
= 3.0 =
36
+
37
+
Styles have been remade for the end user login page, and the booking list page. Please check that any custom styles are still working, or you might need to fix them.
38
+
39
+
= 2.0 =
40
+
41
+
We have replaced everything with a new API-client, so some things may be broken. If you experience any bugs (not new feature-requests), please contact the MultiNet Support.
42
+
If you notice that your API key doesn't work any more, you have to contact us.
43
+
44
+
== Changelog ==
45
+
46
+
The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md)
* Made a readme.txt as well, for use in the SVN trunk. ([e6b6d61](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/e6b6d61b8e3f27c2841c25812f46f6d2cde3ead3))
* **Programme:** Fixed an issue where programme views/shortcodes weren't included in the correct way. ([fd0ee12](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/fd0ee128dfc1e324732544f9071640b5aba76e0c)), closes [#494](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/494)
* New type of script, when you use the booking form in the API. ([92eabd8](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/92eabd85c6d6392e3ce68db769fd60f52258dc77)), closes [#412](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/412)
0 commit comments