Skip to content
Merged
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
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
"ext-zlib" : "Enables compression to reduce page size",
"pradosoft/prado-demos" : "Demo applications for Prado"
},
"extra": {
"branch-alias": {
"dev-master": "4.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Prado\\": "framework"
Expand Down
2 changes: 1 addition & 1 deletion framework/Prado.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Prado
*/
public static function getVersion(): string
{
return '4.3.3';
return '4.4.0';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion framework/Web/Javascripts/source/prado/prado.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var Prado =
* Version of Prado clientscripts
* @var Version
*/
Version: '4.3.3',
Version: '4.4.0',

/**
* Registry for Prado components
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
>
<title>Prado 4.3.3 API Manual</title>
<title>Prado 4.4.0 API Manual</title>
<paths>
<output>build/docs</output>
<cache>build/cache</cache>
Expand Down
Loading