Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# Change Log
2
All notable changes to this project will be documented in this file.
3
 
4
## [3.1.2] - 2024-04-28
5
### Updated
6
- Fixed incorrect error message for invalid DMARC ruf.
7
- Cleaned-up language file.
8
 
9
## [3.1.1] - 2024-04-23
10
### Added
11
- Github CI Workflows.
12
- Github security reporting
13
### Updated
14
- Bug reporting form.
15
- Tested compatible with PHP 5.6 to 8.3.
16
- Compatible with Moodle up to v4.4.
17
 
18
## [3.1.0] - 2024-02-22
19
### Added
20
- Now tests domain for SPF configuration.
21
- Now tests Moodle and domain for DKIM configuration.
22
- Now tests domain for DMARC configuration.
23
- Now tests domain for BIMI configuration.
24
- Updated copyright for 2024.
25
 
26
## [3.0.1] - 2023-10-23
27
### Updated
28
- Now only run the tests that make sense in order to reduce unlikely recommendations.
29
- Now displays missing recommendations.
30
- Tested compatible with PHP 5.6 to 8.2.
31
 
32
## [3.0.0] - 2023-10-20
33
### Added
34
- New diagnostic feature provides issue-specific information and some common solutions.
35
- New detection of SMTP credential issue.
36
- New detection of SMTP server connection failure/timeout.
37
- New detection of SMTP server rejection.
38
- New detection of connection timeout issues.
39
- New detection of DNS resolution failure.
40
- New detection of missing port or SSL/TLS protocol/port mismatch.
41
- New detection of closed port.
42
- New in-app information to help you troubleshoot if you don't receive the test email.
43
### Updated
44
- Documentation. Links to http:// have been replaced with https://.
45
- Compatible with Moodle up to v4.3.
46
 
47
## [2.0.2] - 2022-05-06
48
### Updated
49
- Fix-31: Corrected deprecated FILTER_SANITIZE_STRING deprecation notice in PHP 8.1.
50
- Fix-30: Corrected undefined $CFG->branch error when installing at the same time as initial Moodle install.
51
- Fix-20: Now correctly handles site names with special characters such as ampersands.
52
- Compatible with PHP 5.6 to 8.1.
53
- Compatible with Moodle up to v4.2.
54
- Copyright notice for 2023.
55
 
56
## [2.0.1] - 2022-12-11
57
### Added
58
- Added documentation for sending email via Gmail.
59
### Updated
60
- Added missing string for Moodle 2.4 to 3.9.
61
- Compatible with PHP 5.6 to 8.0.
62
- Compatible with Moodle up to v4.1.
63
 
64
## [2.0.0] - 2022-04-24
65
### Added
66
- Detects and reports the log location if mail.log is set in php.ini.
67
- Detects if email diverting is enabled.
68
- Detects if email/messaging is disabled by way of $CFG->noemailever.
69
### Updated
70
- Removed db directory as there are no tables used by this plugin.
71
- .gitignore
72
- Compatible with PHP 5.6 to 7.4.
73
- Compatible with Moodle up to v4.0.
74
- Copyright notice for 2022.
75
 
76
## [1.4.0] - 2020-09-20
77
### Added
78
- composer.lock
79
### Updated
80
- Fixed display issue with Moodle 3.9.
81
- Compatibility with PHP 5.6 to 7.3.
82
- Copyright notice.
83
- Fixed composer installation issues with mediamaisteri/moodle-installer. See https://github.com/juho-jaakkola/moodle-project
84
- Compatible with Moodle up to v3.11.
85
 
86
## [1.3.0] - 2019-11-17
87
### Added
88
- If PHP mail() function method is used instead of SMTP, it is not possible to capture the dialogue between Moodle and an SMPT server. Information will now be displayed showing potential locations for a server log.
89
- Documentation suggesting adding a port number to the SMTP server address.
90
### Updated
91
- Fixed compatibility with Moodle 3.8 due to $CFG->debugsmtp now being optional.
92
- Copyright notice.
93
 
94
## [1.2.1] - 2018-05-21
95
### Added
96
- Support for Privacy API.
97
- More answers in FAQ section of README.md.
98
- From and To addresses in status message.
99
- Support for Reply-to address.
100
### Updated
101
- Fixed a PHP notice that rarely but occasionally occurred when reloading the results page without going through the form again.
102
- Documentation.
103
- phpDocs error.
104
 
105
## [1.1.3] - 2018-04-30
106
No code changes.
107
### Updated
108
- Moodle eMailTest has been successfully tested for compatibility with Moodle 2.5 to 3.5.
109
- More answers in FAQ section of README.md.
110
- Documentation.
111
- Copyright for 2018.
112
 
113
## [1.1.2] - 2017-10-29
114
No code changes.
115
### Updated
116
- Moodle eMailTest has been successfully tested for compatibility with Moodle 2.5 to 3.3.
117
 
118
## [1.1.1] - 2016-05-12
119
No code changes.
120
### Added
121
- CONTRIBUTE.md.
122
### Updated
123
- Removed Limitations notice in the README.md file. This plugin is confirmed to work with PHP 7.1 (thanks davidpesce)
124
- Moodle eMailTest has been successfully tested for compatibility with Moodle 2.5 to 3.3.
125
- Reorganized README.md (New: logo, status badges, table of contents, contributing, etc).
126
 
127
## [1.1.0] - 2016-02-03
128
### Added
129
- Option to always show SMTP connection log, even if there is no error.
130
- Now detects whether Moodle should be always sending from no-reply address.
131
- Now notifies you if an email address is invalid.
132
- New option to send from primary admin user's email address.
133
- Now displays Moodle informative debug messages from email_to_user().
134
- Added more answers to FAQ section of documentation relating to cron and Moodle 3.2+.
135
 
136
## [1.0.1] - 2016-01-02
137
### Updated
138
- Made source code comments clearer and phpdoc valid.
139
- Corrected and updated copyright notice to include 2017.
140
- Corrected missing closing </p> tag in English language file. (Thanks lucaboesch!)
141
 
142
## [1.0.0] - 2016-11-27
143
### Added
144
- A notification will now be displayed if cron hasn't run in the last 24 hours.
145
- FAQ, in README.md, indicating what to do if you see the new cron notification.
146
- Provides better recommendations depending on whether the SMTP server
147
  refused communications from Moodle or it refused delivery of the message.
148
### Changed
149
- Changed the visible name of the plugin to eMail Test to help people find it.
150
- Since there have been no issues reported, the plugin is now considered STABLE.
151
- The link to eMail Test will now appear in the Email section of the Server tab
152
  in Moodle 3.2's new Site Adminstration page.
153
- Moodle eMailTest has been successfully tested for compatibility with
154
  Moodle 2.5 to 3.2.
155
 
156
## [0.3.0] - 2016-05-21
157
### Added
158
- This CHANGELOG.md file.
159
- French Translation in AMOS - Update your French language packs!
160
- Link to plugin's discussion forum in the plugin's Moodle.org Plugins directory.
161
- README.md now contains answers to common questions.
162
- Displays whether using PHP mail() function or talking directly to the SMTP server.
163
- Option to choose whether test email will be sent from your email address,
164
  the noreply user email address, or the support email address.
165
- Moodle MailTest is now compatible with Moodle 2.5 to 3.1 LTS.
166
 
167
## [0.2.0] - 2015-11-05
168
### Added
169
- Moodle MailTest is Now also compatible with Moodle 2.8, 2.9 and 3.0.
170
- Added link to plugin's discussion forum in the plugin's Moodle.org Plugins directory.
171
### Updated
172
- Plugin's status changed from ALPHA to BETA.
173
- Corrected links from the plugin's page in the Moodle.org Plugins directory.
174
- Corrected documentation and added formatting to make it easier to read on GitHub.
175
 
176
## [0.1.0] - 2015-11-02
177
### Added
178
- Initial public release on Moodle.org and GitHub.
179
- Plugin officially compatible and tested with Moodle 2.5, 2.6 and 2.7.