Skip to content

Commit

Permalink
Updates for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpriday committed Dec 15, 2014
1 parent 5c37b95 commit 463f359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tags: page builder, responsive, widget, widgets, builder, page, admin, gallery, content, cms, pages, post, css, layout, grid
Requires at least: 3.7
Tested up to: 4.1
Stable tag: 2.0
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Donate link: http://siteorigin.com/page-builder/#donate
Expand All @@ -12,9 +12,9 @@ Build responsive page layouts using the widgets you know and love using this sim

== Description ==

[vimeo http://vimeo.com/59561067]
[vimeo https://vimeo.com/114529361]

Page Builder by SiteOrigin is the most popular page creation plugin for WordPress. It makes it easy to create responsive column based content, using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.
Page Builder by SiteOrigin is the most popular page creation plugin for WordPress. It makes it easy to create responsive column based content, using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready. Read more on [SiteOrigin](https://siteorigin.com/thread/).

We've created an intuitive interface that looks just like WordPress itself. It's easy to learn, so you'll be building beautiful, responsive content in no time.

Expand All @@ -24,6 +24,8 @@ Page Builder works with standard WordPress widgets, so you'll always find the wi

Page Builder gives you complete freedom to choose any WordPress theme you like. It's not a commitment to a single theme or theme developer. The advantage is that you're free to change themes as often as you like. Your content will always come along with you.

We've also made some fantastic [free themes](https://siteorigin.com/theme/) that work well with Page Builder.

= No coding required. =

Page Builder's simple drag and drop interface means you'll never need to write a single line of code. Page Builder generates all the highly efficient code for you.
Expand Down
6 changes: 3 additions & 3 deletions siteorigin-panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Plugin Name: Page Builder by SiteOrigin
Plugin URI: http://siteorigin.com/page-builder/
Description: A drag and drop, responsive page builder that simplifies building your website.
Version: 2.0
Version: 2.0.1
Author: SiteOrigin
Author URI: http://siteorigin.com
License: GPL3
License URI: http://www.gnu.org/licenses/gpl.html
Donate link: http://siteorigin.com/page-builder/donate/
Donate link: http://siteorigin.com/page-builder/#donate
*/

define('SITEORIGIN_PANELS_VERSION', '2.0');
define('SITEORIGIN_PANELS_VERSION', '2.0.1');
define('SITEORIGIN_PANELS_BASE_FILE', __FILE__);

require_once plugin_dir_path(__FILE__) . 'widgets/basic.php';
Expand Down

0 comments on commit 463f359

Please sign in to comment.