Skip to content

Commit

Permalink
Release of new version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed Jan 23, 2015
1 parent 2e958ff commit eee3c9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions newscoop/DETAILED-CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ VERSION 4 NEWSCOOP 4.3
=========================================================================================================

Version 4.3 - Tag Newscoop 4.3 stable release
23/01/2015 11:35 4.3.2 Newscoop 4.3.2 minor release (bugfixes)
28/11/2014 14:46 4.3.1 "Newscoop 4.3.1 minor release"
06/11/2014 09:21 4.3.0 initial release

Expand Down
2 changes: 1 addition & 1 deletion newscoop/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publication"
],
"homepage":"http:\/\/www.sourcefabric.org\/en\/newscoop\/",
"version": "4.3.1",
"version": "4.3.2",
"license":"GPL-3.0",
"authors":[

Expand Down
2 changes: 1 addition & 1 deletion newscoop/library/Newscoop/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Version
{
const VERSION = '4.3.1';
const VERSION = '4.3.2';

const API_VERSION = '1.1';

Expand Down
4 changes: 2 additions & 2 deletions newscoop/template_engine/classes/CampVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class CampVersion
/**
* @var string
*/
private $m_release = '4.3.1';
private $m_release = '4.3.2';

/**
* @var string
Expand All @@ -42,7 +42,7 @@ final class CampVersion
/**
* @var string
*/
private $m_releaseDate = '2014-11-28';
private $m_releaseDate = '2015-01-23';

/**
* @var string
Expand Down

0 comments on commit eee3c9a

Please sign in to comment.