1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,66 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+== 1.1.4 - 2022-12-2 == |
|
65 |
+* Changed migration files to prevent installation errors. |
|
66 |
+* Modified 3 svg files converting text objects to paths. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,64 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
- |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,64 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+ |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,64 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
- |
|
59 |
-== 1.1.3 - 2022-12-1 == |
|
60 |
-* Fixed SQL error that appeared in fresh installations. |
|
61 |
-* Added support for dark themes. |
|
62 |
-* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
- |
|
64 |
- |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,64 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
|
58 |
+ |
|
59 |
+== 1.1.3 - 2022-12-1 == |
|
60 |
+* Fixed SQL error that appeared in fresh installations. |
|
61 |
+* Added support for dark themes. |
|
62 |
+* Updated explanatory text for Telnyx on the Settings page. |
|
63 |
+ |
|
64 |
+ |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,57 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
|
55 |
- |
|
56 |
-== 1.1.2 - 2022-10-27 == |
|
57 |
-* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,57 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
|
55 |
+ |
|
56 |
+== 1.1.2 - 2022-10-27 == |
|
57 |
+* Changed CSS settings to match the modifications introduced in Nextcloud 25. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,54 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
|
50 |
- |
|
51 |
-== 1.1.1 - 2022-9-9 == |
|
52 |
-* Changed signature verification process for Twilio. |
|
53 |
-* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
-* Minor text changes on presentation page and settings page. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
|
50 |
+ |
|
51 |
+== 1.1.1 - 2022-9-9 == |
|
52 |
+* Changed signature verification process for Twilio. |
|
53 |
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported. |
|
54 |
+* Minor text changes on presentation page and settings page. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,49 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
|
46 |
- |
|
47 |
-== 1.1.0 - 2022-9-5 == |
|
48 |
-* Solved issue with previewing images picked from Nextcloud. |
|
49 |
-* Text changes to README.md. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,49 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
|
46 |
+ |
|
47 |
+== 1.1.0 - 2022-9-5 == |
|
48 |
+* Solved issue with previewing images picked from Nextcloud. |
|
49 |
+* Text changes to README.md. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,45 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 |
- |
|
42 |
-== 1.0.9 - 2022-9-3 == |
|
43 |
-* Added support for MMS. |
|
44 |
-* Minor CSS improvements. |
|
45 |
-* Small changes to explanatory text. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,45 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
41 |
+ |
|
42 |
+== 1.0.9 - 2022-9-3 == |
|
43 |
+* Added support for MMS. |
|
44 |
+* Minor CSS improvements. |
|
45 |
+* Small changes to explanatory text. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-23 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-23 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-20 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-20 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-20 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-20 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-18 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 | 0 |
\ No newline at end of file |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-18 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
0 | 41 |
\ No newline at end of file |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
|
36 |
- |
|
37 |
-== 1.0.8 - 2022-8-18 == |
|
38 |
-* Added support for Flowroute. |
|
39 |
-* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
-* Added scroll bar to info pop-up notes. |
|
41 | 0 |
\ No newline at end of file |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
|
36 |
+ |
|
37 |
+== 1.0.8 - 2022-8-18 == |
|
38 |
+* Added support for Flowroute. |
|
39 |
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button. |
|
40 |
+* Added scroll bar to info pop-up notes. |
|
0 | 41 |
\ No newline at end of file |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,35 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 |
- |
|
33 |
-== 1.0.7 - 2022-8-16 == |
|
34 |
-* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
-* Changed css properties for Network column. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,35 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
32 |
+ |
|
33 |
+== 1.0.7 - 2022-8-16 == |
|
34 |
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service. |
|
35 |
+* Changed css properties for Network column. |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,31 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
- |
|
27 |
-== 1.0.6 - 2022-8-13 == |
|
28 |
-* Added support for Twilio. |
|
29 |
-* Added support for new lines in messages and email notifications. |
|
30 |
-* Solved column width issue in sent/received SMS tables. |
|
31 |
-* Minor explanatory text changes. |
|
32 | 0 |
\ No newline at end of file |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,31 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|
15 |
+ |
|
16 |
+== 1.0.3 - 2022-4-15 == |
|
17 |
+* Changed the way the app gets the timezone. |
|
18 |
+ |
|
19 |
+== 1.0.4 - 2022-5-7 == |
|
20 |
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
+ |
|
22 |
+== 1.0.5 - 2022-5-9 == |
|
23 |
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
+* Changed syntax of SQL queries and of encryption function. |
|
25 |
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
|
26 |
+ |
|
27 |
+== 1.0.6 - 2022-8-13 == |
|
28 |
+* Added support for Twilio. |
|
29 |
+* Added support for new lines in messages and email notifications. |
|
30 |
+* Solved column width issue in sent/received SMS tables. |
|
31 |
+* Minor explanatory text changes. |
|
0 | 32 |
\ No newline at end of file |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,25 +0,0 @@ |
1 |
-======= CHANGELOG ======= |
|
2 |
- |
|
3 |
-Versions: |
|
4 |
- |
|
5 |
-== 1.0.0 - 2022-1-27 == |
|
6 |
-* Initial release. |
|
7 |
- |
|
8 |
-== 1.0.1 - 2022-3-31 == |
|
9 |
-* Changed presentation text. |
|
10 |
- |
|
11 |
-== 1.0.2 - 2022-4-13 == |
|
12 |
-* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
-* Fixed filters row arrow not showing up when using Apache. |
|
14 |
-* Added the 'Contributors.txt' file. |
|
15 |
- |
|
16 |
-== 1.0.3 - 2022-4-15 == |
|
17 |
-* Changed the way the app gets the timezone. |
|
18 |
- |
|
19 |
-== 1.0.4 - 2022-5-7 == |
|
20 |
-* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables. |
|
21 |
- |
|
22 |
-== 1.0.5 - 2022-5-9 == |
|
23 |
-* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables. |
|
24 |
-* Changed syntax of SQL queries and of encryption function. |
|
25 |
-* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+======= CHANGELOG ======= |
|
2 |
+ |
|
3 |
+Versions: |
|
4 |
+ |
|
5 |
+== 1.0.0 - 2022-1-27 == |
|
6 |
+* Initial release. |
|
7 |
+ |
|
8 |
+== 1.0.1 - 2022-3-31 == |
|
9 |
+* Changed presentation text. |
|
10 |
+ |
|
11 |
+== 1.0.2 - 2022-4-13 == |
|
12 |
+* Changed application controller class, to respect custom path of 'datadirectory'. |
|
13 |
+* Fixed filters row arrow not showing up when using Apache. |
|
14 |
+* Added the 'Contributors.txt' file. |
|