Skip to content

Commit

Permalink
Prepare v2014.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Vieilledent committed Nov 4, 2014
1 parent 95c7e5c commit 65b02b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ezsystems/ezsi-ls": "~5.3",
"ezsystems/ezstarrating-ls-extension": "~5.3",
"ezsystems/ezwt-ls-extension": "~5.3",
"ezsystems/ezfind-ls": "~5.3|>=2014.05",
"ezsystems/ezfind-ls": "~5.3|>=2014.11",
"ezsystems/eztags-ls": "~1.3",
"zetacomponents/archive": "~1.5",
"zetacomponents/authentication": "~1.4",
Expand Down
10 changes: 3 additions & 7 deletions lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

class eZPublishSDK
{
const VERSION_MAJOR = 5;
const VERSION_MINOR = 4;
const VERSION_MAJOR = 2014;
const VERSION_MINOR = 11;
const VERSION_RELEASE = 0;
const VERSION_STATE = 'alpha1';
const VERSION_DEVELOPMENT = true;
Expand All @@ -37,14 +37,10 @@ static function version( $withRelease = true, $asAlias = false, $withState = tru
}
else
{
$versionText = eZPublishSDK::majorVersion() . '.' . eZPublishSDK::minorVersion();
$versionText = 'Community Project ' . eZPublishSDK::majorVersion() . '.' . eZPublishSDK::minorVersion();
// $development = eZPublishSDK::developmentVersion();
// if ( $development !== false )
// $versionText .= '.' . $development;
if ( $withRelease )
$versionText .= "." . eZPublishSDK::release();
if ( $withState )
$versionText .= eZPublishSDK::state();
}
return $versionText;
}
Expand Down
2 changes: 1 addition & 1 deletion settings/package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RepositoryDirectory=packages
# If you want to use the old packages which were available in
# versions prior to 3.9 use the following URL instead:
# http://packages.ez.no/ezpublish/3.9legacypackages
RemotePackagesIndexURL=
RemotePackagesIndexURL=http://packages.ez.no/ezpublish/5.4/5.4.0beta1/
# If RemotePackagesIndexURL is empty, the RemotePackagesIndexURLBase setting
# will be used, appended with the eZ Publish version numbers, like
# RemotePackagesIndexURLBase/x.y/x.y.zalpha1
Expand Down

0 comments on commit 65b02b3

Please sign in to comment.