Skip to content

Commit

Permalink
updated version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimtuhin committed Oct 13, 2015
1 parent f36ba21 commit 57cb294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 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.1
* Version: 1.2.2
* Author: ThemeXpert
* Author URI: http://www.themexpert.com
* License: GPL-2.0+
Expand All @@ -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__ ) );
Expand Down

0 comments on commit 57cb294

Please sign in to comment.