Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…pack.wordpress into WP-88_merge_with_master
  • Loading branch information
muli committed Sep 6, 2016
2 parents 0256883 + 7c46cac commit 1f85e11
Show file tree
Hide file tree
Showing 9 changed files with 1,115 additions and 565 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.idea/
4 changes: 2 additions & 2 deletions all-in-one-video-pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: All in One Video Pack
Plugin URI: http://www.kaltura.org/
Description: This is not just another video embed tool - it includes every functionality you might need for video and rich-media, including playing and uploading.
Version: 2.6.3
Version: 2.6.4
Author: Kaltura
Author URI: http://www.kaltura.org/
*/

define( 'KALTURA_PLUGIN_FILE', __FILE__ );
define( 'KALTURA_ROOT', dirname( __FILE__ ) );
define( 'KALTURA_PLUGIN_VERSION', '2.6.3' );
define( 'KALTURA_PLUGIN_VERSION', '2.6.4' );

require_once( KALTURA_ROOT . '/lib/Kaltura/Autoloader.php' );

Expand Down
Loading

0 comments on commit 1f85e11

Please sign in to comment.