Skip to content

Commit

Permalink
Version 6.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Nov 27, 2016
1 parent 86df397 commit 34ec5a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 6.0.0 rc 4 - *27. November 2016*
* fix pop-up bug
* remove legacy code from core
* fix potential bug with closing a player

### 6.0.0 rc 3 - *19. November 2016*
* fix bug with missing / inaccessible thumbnails
* fix bug with loading Videobox in ```<head>```
Expand Down Expand Up @@ -26,7 +31,7 @@
* fix pop-up position in some browsers
* reduce animation flickering
* update dependencies
* recompile CSS with better backwards compatibility
* recompile CSS with better backwards compatibility
* update the README file

### 5.0.0 rc 5 - *8. May 2016*
Expand All @@ -51,7 +56,7 @@
* moved to TS and SASS
* bug fixes
* updated HTML5 player
* aded root option for Videobox player (pop-up is now appended to options.root, which should be the default scroll wrap)
* added root option for Videobox player (pop-up is now appended to options.root, which should be the default scroll wrap)
* improved overall performance

### 5.0.0 beta 3 - *4. February 2016*
Expand All @@ -65,3 +70,4 @@

### 5.0.0 beta 1 - *28. October 2015*
* initial release

2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
define('PKG_NAME','Videobox');
define('PKG_NAME_LOWER','videobox');
define('PKG_VERSION','6.0.0');
define('PKG_RELEASE','rc3');
define('PKG_RELEASE','rc4');

/* define build paths */
$root = dirname(dirname(__FILE__)).'/';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "GPL-3.0",
"readme": "README.md",
"version": "6.0.0-rc3",
"version": "6.0.0-rc4",
"name": "Videobox-MODX",
"copyright": "Hitko",
"homepage": "https://hitko.eu/videobox/",
Expand Down

0 comments on commit 34ec5a9

Please sign in to comment.