Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Nov 22, 2019
1 parent 7f45703 commit 945f581
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pixelgrade-assistant.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pixelgrade Assistant
* Plugin URI: https://github.com/pixelgrade/pixelgrade-assistant
* Description: We care about giving you the best experience with your free Pixelgrade theme.
* Version: 1.2.1
* Version: 1.3.0
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* License: GPL-3.0
Expand Down Expand Up @@ -41,7 +41,7 @@ function PixelgradeAssistant() {
*/
require_once plugin_dir_path( __FILE__ ) . 'includes/class-pixelgrade_assistant.php';

$instance = PixelgradeAssistant::instance( __FILE__, '1.2.1' );
$instance = PixelgradeAssistant::instance( __FILE__, '1.3.0' );

return $instance;
}
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: dashboard, support, pixelgrade, starter-content, demo-data, documentation
Requires at least: 4.9.9
Tested up to: 5.3.0
Requires PHP: 5.4.0
Stable tag: 1.2.1
Stable tag: 1.3.0
License: GPLv3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -97,6 +97,12 @@ No. We are not tracking you or your site. We ask your permission to share with u

== Changelog ==

= 1.3.0 =
* Better starter content (aka demo data) management.
* Added support for multiple starter content sources (if available).
* Added starter content import logging field so you can see what is going on.
* Minor styling and copy improvements.

= 1.2.1 =
* Fixed a couple of bugs related to the new recommended plugins management.
* Fixed an issue related to the setup wizard page showing "no access".
Expand Down

0 comments on commit 945f581

Please sign in to comment.