-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE
28 lines (24 loc) · 1.21 KB
/
RELEASE
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
OJS 3.0a1 Release Notes
CVS tag: ojs-3_0a1
Release date: August 15, 2013
=================================
===============================================================================
NOTE: This is an alpha release of OJS 3.0 and not intended for production usee
===============================================================================
Configuration Changes
---------------------
See config.TEMPLATE.inc.php for a description and examples of all supported
configuration parameters.
Changed config.inc.php parameters:
- mail:smtp_auth: The possible values of this setting have changed from
PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5 to ssl or tls (or leave
unspecified to disable SMTP authentication). See the phpmailer
library's documentation for further details.
- security:allowed_html: The format of this setting has changed for
compatibility with HTMLPurifier's HTML.Allowed setting. See
config.TEMPLATE.inc.php for a sensible default.
- captcha:captcha: This option has been deprecated in favour of
ReCaptcha. See config.TEMPLATE.inc.php in the [captcha] section
for the replacement configuration options.
- debug:show_stats: This option has been removed. Profiling is available
in various PHP opcode caches.