Skip to content

Commit

Permalink
Bumped packages and version. Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlinemedia committed Feb 22, 2022
1 parent 63d36a6 commit e0b1479
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 38 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: 1.0.4
* Version: 1.0.5
* 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', '1.0.4' );
define( 'FL_ASSISTANT_VERSION', '1.0.5' );
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
60 changes: 30 additions & 30 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fl-assistant",
"title": "Assistant",
"version": "1.0.4",
"version": "1.0.5",
"description": "A plugin to help see what's happening in WordPress and navigate to posts and pages easily.",
"repository": {
"type": "git",
Expand All @@ -21,11 +21,11 @@
},
"license": "GPL-2.0+",
"dependencies": {
"@beaverbuilder/app-core": "^0.2.5",
"@beaverbuilder/app-core": "^0.2.9",
"@beaverbuilder/box": "0.0.3",
"@beaverbuilder/cloud": "^0.5.9",
"@beaverbuilder/cloud-ui": "^0.8.9",
"@beaverbuilder/fluid": "^0.7.10",
"@beaverbuilder/cloud": "^0.5.10",
"@beaverbuilder/cloud-ui": "^0.8.12",
"@beaverbuilder/fluid": "^0.7.11",
"@beaverbuilder/fluid-docs": "0.0.7",
"@beaverbuilder/forms": "^0.3.11",
"@beaverbuilder/icons": "^0.0.6",
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Front-End, Frontend, Productivity, Quick Admin, Content Management, Media,
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 1.0.4
Stable tag: 1.0.5
License: GPL2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -72,6 +72,11 @@ Coming Soon! Our API for creating new apps and extending the existing ones is in

== Changelog ==

= 1.0.5 ( 2022-02-22 ) =
* Added a description field to library items.
* Changed library description field to a textarea.
* Misc CSS fixes.

= 1.0.4 ( 2022-02-02 ) =
* Fixed issues with using Assistant within Divi.
* Fixed Visual Composer and Elementor system post types showing in the Content app.
Expand Down

0 comments on commit e0b1479

Please sign in to comment.