Skip to content

Commit

Permalink
Version bump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlinemedia committed Sep 1, 2021
1 parent 67200dc commit 588472c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fl-assistant.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Assistant
* Author: The Beaver Builder Team
* Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
* Version: 0.7.0.6
* Version: 0.7.0.7
* Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,7 +13,7 @@

defined( 'ABSPATH' ) || die();

define( 'FL_ASSISTANT_VERSION', '0.7.0.6' );
define( 'FL_ASSISTANT_VERSION', '0.7.0.7' );
define( 'FL_ASSISTANT_FILE', trailingslashit( __FILE__ ) );
define( 'FL_ASSISTANT_DIR', plugin_dir_path( FL_ASSISTANT_FILE ) );
define( 'FL_ASSISTANT_URL', plugins_url( '/', FL_ASSISTANT_FILE ) );
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Coming Soon! Our API for creating new apps and extending the existing ones is in

== Changelog ==

= 0.7.0.7 ( 2021-09-01 ) =
* Updated Assistant Pro cloud URLs to production.

= 0.7.0.6 ( 2021-08-16 ) =
* Fixed fatal error on user profile page with PHP 8.
* Fixed fatal error when exporting theme settings to Assistant Pro.
Expand Down

0 comments on commit 588472c

Please sign in to comment.