Bump version 3.2.0

This commit is contained in:
Samuel Denis-D'Ortun 2016-05-18 23:31:40 -04:00
parent aac195e893
commit fb131b843a
5 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
.project .project
/.vagrant/ /.vagrant/
/puphpet/files/dot/ssh/ /puphpet/files/dot/ssh/
*.bak

View File

@ -5,6 +5,11 @@ Changelog
not yet released not yet released
---------------------------------- ----------------------------------
v3.2.0 not yet released
----------------------------------
* #170: Implement Nexmo SMS. * #170: Implement Nexmo SMS.
* #161: Added Swedish translation. * #161: Added Swedish translation.
* #185: Added Estonian translation. * #185: Added Estonian translation.
@ -15,6 +20,9 @@ not yet released
* #164: Added support for FreeVoipDeal SMS gateway <http://www.freevoipdeal.com>. * #164: Added support for FreeVoipDeal SMS gateway <http://www.freevoipdeal.com>.
* #181: Added blank index files to prevent directory listing. * #181: Added blank index files to prevent directory listing.
* #237: Adding CSRF protection. * #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) v3.1.1 (released November 6, 2014)
---------------------------------- ----------------------------------

View File

@ -5,7 +5,7 @@ PHP Server Monitor
:alt: Join the chat at https://gitter.im/erickrf/nlpnet :alt: Join the chat at https://gitter.im/erickrf/nlpnet
:target: https://gitter.im/phpservermon/phpservermon :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. PHP Server Monitor is a script that checks whether your websites and servers are up and running.

View File

@ -51,7 +51,7 @@ copyright = u'2008-2014, Pepijn Over'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.1.1' version = '3.2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@ -29,7 +29,7 @@
/** /**
* Current PSM version * 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. * URL to check for updates. Will not be checked if turned off on config page.