Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Nov 19, 2019
1 parent c085c58 commit 683daf8
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 220 deletions.
3 changes: 1 addition & 2 deletions admin/class-pixelgrade_assistant-setup_wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ public function redirect_to_correct_url() {
* Setup Wizard Header.
*/
public function setup_wizard_header() {
global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow,
$update_title, $total_update_count, $parent_file;
global $hook_suffix, $current_screen;

if ( empty( $current_screen ) ) {
set_current_screen();
Expand Down
424 changes: 212 additions & 212 deletions admin/js/support.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/js/support.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixelgrade_assistant",
"version": "1.1.4",
"version": "1.2.0",
"description": "Caring is the coolest thing",
"main": "admin/js/dashboard.js",
"repository": "git+https://github.com/pixelgrade/pixelgrade-assistant.git",
Expand Down
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.1.5
* Version: 1.2.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.1.5' );
$instance = PixelgradeAssistant::instance( __FILE__, '1.2.0' );

return $instance;
}
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pixelgrade, vlad.olaru
Tags: dashboard, support, pixelgrade, starter-content, demo-data, documentation
Requires at least: 4.9.9
Tested up to: 5.2.3
Tested up to: 5.3.0
Requires PHP: 5.4.0
Stable tag: 1.1.5
Stable tag: 1.2.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.2.0 =
* Better recommended plugins management.
* Fixed a couple of edge cases regarding setup wizard.
* Force all recommended plugins to be recommended, not required.
* Updated npm packages to the latest versions.

= 1.1.5 =
* Better handling for error during the import of the starter content (demo content).

Expand Down

0 comments on commit 683daf8

Please sign in to comment.