Skip to content
Extraits de code Groupes Projets
Valider 00a483b2 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

0.7-rc1

git-svn-id: http://dev.piwik.org/svn/trunk@2711 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 6476d0f2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -232,6 +232,13 @@ page_maximum_length = 1024;
; for IPv4 addresses, valid values are 0..4
ip_address_mask_length = 1
[mail]
transport = ; smtp or empty
port = 25
host = ; SMTP server address
type = ; SMTP Auth type. By default: NONE. For example: LOGIN
username = ; SMTP username
password = ; SMTP password
[log]
;possible values for log: screen, database, file
......@@ -295,7 +302,8 @@ Plugins[] = UsersManager
Plugins[] = SitesManager
Plugins[] = Installation
Plugins[] = CoreUpdater
Plugins[] = PDFReports
; disabled in 0.7-rc1
;Plugins[] = PDFReports
[PluginsInstalled]
PluginsInstalled[] = Login
......@@ -308,10 +316,3 @@ PluginsInstalled[] = Installation
Plugins_Tracker[] = Provider
Plugins_Tracker[] = Goals
[mail]
transport = ; smtp or empty
port = 25
host = ; SMTP server address
type = ; SMTP Auth type. By default: NONE. For example: LOGIN
username = ; SMTP username
password = ; SMTP password
......@@ -17,5 +17,5 @@
*/
final class Piwik_Version
{
const VERSION = '0.6.4';
const VERSION = '0.7-rc1';
}
......@@ -125,6 +125,5 @@ div.pk-emptyGraph {
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
font-size: 0.9em;
font-style: italic;
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter