Skip to content

Commit

Permalink
version bump/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brentjett committed May 12, 2021
1 parent f1e3d4e commit b1ad171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fl-assistant.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

define( 'FL_ASSISTANT_VERSION', '0.7.0.alpha.2' );
define( 'FL_ASSISTANT_VERSION', '0.7.0.beta.1' );
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
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Coming Soon! Our API for creating new apps and extending the existing ones is in
= 0.7.0 =
* The panel can now resize to give you more space!
* All new home screen
* Coming Soon - Assistant Pro lets you create libraries to share templates and assets across all your WordPress sites.
* You can now drop media directly on the "Media" home screen section to upload.
* Fixed issue where screen goes blank after disabling an app

Expand Down

0 comments on commit b1ad171

Please sign in to comment.