Skip to content

Commit

Permalink
RapidoPress 4.3 beta 1 is out!
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Canga committed Jul 30, 2015
1 parent 80825ed commit 9d20da9
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions includes/init/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
*
* @global string $wp_version
*/
$wp_version = '4.2.2';
$wp_version = '4.2.3';

/**
* The RapidoPress version string
*
* @global string $wp_version
*/
$rapido_version = '0.4-beta1';


/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand All @@ -13,6 +21,13 @@
*/
$wp_db_version = 32378;

/**
* Holds the RapidoPress DB revision, it is yyyymmdd of last change
*
* @global int $rapido_db_version
*/
$rapido_db_version = 20150730;

/**
* Holds the TinyMCE version
*
Expand All @@ -25,7 +40,7 @@
*
* @global string $required_php_version
*/
$required_php_version = '5.2.4';
$required_php_version = '5.4';

/**
* Holds the required MySQL version
Expand All @@ -34,4 +49,10 @@
*/
$required_mysql_version = '5.0';

/**
* Default Language
*
* @global string $wp_local_package
*/

$wp_local_package = 'es_ES';

0 comments on commit 9d20da9

Please sign in to comment.