From 57cb294d0fb306daa665a1549b6030b5ce695910 Mon Sep 17 00:00:00 2001 From: Nadim Tuhin Date: Tue, 13 Oct 2015 21:12:14 +0600 Subject: [PATCH] updated version to 1.2.2 --- readme.txt | 7 +++++-- tx-onepager.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 3da6f2a..0fc0157 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: themexpert, nadimtuhin Donate link: http://getonepager.com Tags: page builder, builder, onepage builder, drag and drop, reactjs, bootstrap, fontAwesome, gulp, less, layout, grid, composer, webpack, bower, ui -Stable tag: 1.2.1 +Stable tag: 1.2.2 Requires at least: 4.2 Tested up to: 4.3 License: GPLv2 or later @@ -45,8 +45,11 @@ Installing the plugins is just like installing other WordPress plugins. == Changelog == += 1.2.2 = +- Javascript Bugfix + = 1.2.1 = -- Composer autload load fix +- Composer autoload load fix = 1.2.0 = - Lots of documentation added. diff --git a/tx-onepager.php b/tx-onepager.php index baa5306..948b071 100644 --- a/tx-onepager.php +++ b/tx-onepager.php @@ -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.1 + * Version: 1.2.2 * Author: ThemeXpert * Author URI: http://www.themexpert.com * License: GPL-2.0+ @@ -17,7 +17,7 @@ die; } -define( 'ONEPAGER_VERSION', '1.2.1' ); +define( 'ONEPAGER_VERSION', '1.2.2' ); define( 'ONEPAGER_PHP_VERSION', '5.4' ); define( 'ONEPAGER_URL', plugins_url( '', __FILE__ ) );