Skip to content

Commit

Permalink
1.2.4 version change and php5.3 error support
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimtuhin committed Oct 26, 2015
1 parent 6bda84a commit f7ff5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tx-onepager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Onepager - One Page Builder
* Plugin URI: http://getonepager.com
* Description: Modern, Powerful & Crazy Fast one page builder. Built with modern tools such ReactJS for next generation theming.
* Version: 1.2.4-beta3
* Version: 1.2.4
* Author: ThemeXpert
* Author URI: http://www.themexpert.com
* License: GPL-2.0+
Expand All @@ -18,14 +18,14 @@
}

if(!defined('ONEPAGER_VERSION')){
define( 'ONEPAGER_VERSION', '1.2.4-beta3' );
define( 'ONEPAGER_VERSION', '1.2.4' );
}

if(!defined('ONEPAGER_PHP_VERSION')) {
define( 'ONEPAGER_PHP_VERSION', '5.4' );
}

require(__DIR__."/constants.php");
require(dirname(__FILE__)."/constants.php");

function onepager_php_version_check() {
if ( ! version_compare( PHP_VERSION, ONEPAGER_PHP_VERSION, '<' ) ) {
Expand Down

0 comments on commit f7ff5ee

Please sign in to comment.