-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
70 lines (45 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
=== Orbis Subscriptions ===
Contributors: pronamic, remcotolsma, rubendroogh
Donate link: http://www.pronamic.eu/donate/
Tags: orbis, subscription, licence
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 1.2.0
License: Copyright (c) Pronamic
License URI: http://www.pronamic.eu/copyright/
== Description ==
== Installation ==
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.2.0 =
* Tweak - Removed licenses reminder functions.
* Feature - Added an subscriptions actions meta box to cancel subscriptions.
* Tweak - Improved a few text domains.
* Test - Tested up to WordPress version 4.1.
= 1.1.7 =
* Fix - Fixed a bug in the subscription to invoice updater.
* Tweak - Enabled 'revisions' for the subscription product and subscription post type.
* Tweak - Disable 'thumbnail' for the subscription post type.
= 1.1.6 =
* Tweak - Improved the subscriptions to invoice and updater shortcode functionalities.
= 1.1.5 =
* Tweak - Switched from custom menu icons to the new WordPress [Dashicons](http://melchoyce.github.io/dashicons/).
= 1.1.4 =
* Fix - Fatal error: Call to a member function format() on a non-object.
* Fix - Fatal error: Call to undefined method Orbis_Subscription::set_type_id().
= 1.1.3 =
* Tweak - Enabled support for the Orbis persons suggest field.
= 1.1.2 =
* Tweak - Updated Bootstrap support from v2.1.1 to v3.0.3.
* Fix - Adjusted some reference to custom tables without the WordPress table prefix.
= 1.1.1 =
* Fix - A bug in the invoices query hid subscriptions that had a date in the past, but a month with a higher number than the current month.
* Fix - Start and end dates created by the invoice updater are now correctly set.
* Fix - Subscriptions in the same year, but with a month later in that year, are now hidden.
= 1.1.0 =
* Feature - Added a field for selecting the interval of a subscription product.
* Feature - Added pagination to subscriptions invoices updater shortcodes.
* Fix - Replaced static table names with variables.
= 1.0.0 =
* Initial release.