Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr819 #1458

Closed
wants to merge 21 commits into from
Closed

Pr819 #1458

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function fetchObjectAttributeHTTPInput( $http, $base, $contentObjectAttribute )
{
$content['relation_list'] = array();
$contentObjectAttribute->setContent( $content );
$contentObjectAttribute->store();
return true;
}
// Type is browse and we have no http input
Expand Down
8 changes: 4 additions & 4 deletions lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 99;
const VERSION_RELEASE = 3;
const VERSION_STATE = '';
const VERSION_DEVELOPMENT = false;
const VERSION_ALIAS = '2019.03';
const VERSION_RELEASE = 99;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
const VERSION_ALIAS = '2020.99';
const EDITION = 'eZ Publish legacy';

/*!
Expand Down