parent
aac195e893
commit
fb131b843a
|
@ -7,3 +7,4 @@
|
|||
.project
|
||||
/.vagrant/
|
||||
/puphpet/files/dot/ssh/
|
||||
*.bak
|
||||
|
|
|
@ -5,6 +5,11 @@ Changelog
|
|||
not yet released
|
||||
----------------------------------
|
||||
|
||||
|
||||
|
||||
v3.2.0 not yet released
|
||||
----------------------------------
|
||||
|
||||
* #170: Implement Nexmo SMS.
|
||||
* #161: Added Swedish translation.
|
||||
* #185: Added Estonian translation.
|
||||
|
@ -15,6 +20,9 @@ not yet released
|
|||
* #164: Added support for FreeVoipDeal SMS gateway <http://www.freevoipdeal.com>.
|
||||
* #181: Added blank index files to prevent directory listing.
|
||||
* #237: Adding CSRF protection.
|
||||
* #287: Default language - English
|
||||
* #286: Add popular ports drop dowwn
|
||||
* #269: Added Slovenian language
|
||||
|
||||
v3.1.1 (released November 6, 2014)
|
||||
----------------------------------
|
||||
|
|
|
@ -5,7 +5,7 @@ PHP Server Monitor
|
|||
:alt: Join the chat at https://gitter.im/erickrf/nlpnet
|
||||
:target: https://gitter.im/phpservermon/phpservermon
|
||||
|
||||
Version 3.1.1
|
||||
Version 3.2.0
|
||||
|
||||
|
||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
||||
|
|
|
@ -51,7 +51,7 @@ copyright = u'2008-2014, Pepijn Over'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.1.1'
|
||||
version = '3.2.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Current PSM version
|
||||
*/
|
||||
define('PSM_VERSION', '3.1.1');
|
||||
define('PSM_VERSION', '3.2.0');
|
||||
|
||||
/**
|
||||
* URL to check for updates. Will not be checked if turned off on config page.
|
||||
|
|
Loading…
Reference in New Issue