Skip to content

Commit

Permalink
Update version to beta3 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brentjett committed Jan 25, 2021
1 parent d810c4c commit e2b3897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.6.0.beta.2
* Version: 0.6.0.beta.3
* 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.6.0.beta.2' );
define( 'FL_ASSISTANT_VERSION', '0.6.0.beta.3' );
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
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Our API for creating new apps and extending the existing ones is in development

== Changelog ==

= 0.6.0.beta.3 ( 2021-1-25 ) =
* Style hardening against Twenty Twenty-One theme
* Remove unused code.

= 0.6.0.beta.2 ( 2021-1-22 ) =
* Add groundwork for upcoming Libraries feature
* Refine overall appearance
Expand Down

0 comments on commit e2b3897

Please sign in to comment.