Skip to content

Commit

Permalink
Release of new version 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed Aug 13, 2015
1 parent 217f18c commit ac57616
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker/docker-newscoop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ mysql:
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: newscoop
volumes:
- ../data/mysqldb:/var/lib/mysql
25 changes: 25 additions & 0 deletions newscoop/DETAILED-CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ VERSION 4 NEWSCOOP 4.3
=========================================================================================================

Version 4.4 - Newscoop 4.4 minor release
13/08/2015 09:24 4.4.5 Newscoop 4.4.5 minor release
bb7edfe Adds auto increment to article playlist id
b40e46d updated translation resources
3df4f56 updated translation resources
ff63bb5 Improves popover text for rich text captions related settings
10f9e3c updated translation resources
180bd31 CS-5908: Adds updating of time_update when workflow_status changes
695ce5e CS-5907 Typo and ambiguity in core string
ce77c0e updated translation resources
a17ef9e updated translation resources
db27b20 removed reloading after removing comment, added option to check comment with just clicking in row
63580e7 Add validation for meta properties in publications form, fix some minor ui issues
5ec786c CS-5898: Use issue number fetched from db
f71a3b5 hide visible for non subscriber only when plugin is not enabled and article is public.
486286c add support to Imagick
944c30e setup default images (generated by Newscoop) quality to 90 (from 0 to 100)
25e5222 CS-5903: Adds DISTINCT so related article numbers are only returned once
1c79915 CS-5900 - Translations for legacy plugins dont work anymore
7981832 TW-275 - After update: Attaching a topic to an article doesnt work anymore
131f909 CS-5895: Adds custom redirect to confirm action
49e0dd6 TW-236: Disabled escpaing when RichTextCaption setting is on
2049134 updated translation resources
3f5b03f updated translation resources
e4bd5e1 BN-220: Always close transaction
5b00d53 CS-5890: Returns null if there are no lists in theme
13/07/2015 12:30 4.4.4 Newscoop 4.4.4 minor release
d3150bc CS-5888: Adds parameter published to list_related_articles
38de286 use proper left join for thread, move search to header - it shows up mor comments on first screen
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.4.4",
"version": "4.4.5",
"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.4.4';
const VERSION = '4.4.5';

const API_VERSION = '1.2';

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.4.4';
private $m_release = '4.4.5';

/**
* @var string
Expand All @@ -42,7 +42,7 @@ final class CampVersion
/**
* @var string
*/
private $m_releaseDate = '2015-07-13';
private $m_releaseDate = '2015-08-13';

/**
* @var string
Expand Down

0 comments on commit ac57616

Please sign in to comment.