Skip to content

Commit

Permalink
Version bump to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Jul 16, 2021
1 parent f4baf2a commit 5c71544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.3
* Version: 1.3.4
* 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.3.3' );
$instance = PixelgradeAssistant::instance( __FILE__, '1.3.4' );

return $instance;
}
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2
Requires PHP: 5.6.40
Stable tag: 1.3.3
Stable tag: 1.3.4
License: GPLv3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.3.3 =
= 1.3.4 =
* Fixes for starter content (demo data) importing process.
* Minor styling and copy improvements.

Expand Down

0 comments on commit 5c71544

Please sign in to comment.