diff --git a/fl-assistant.php b/fl-assistant.php index 4bba005a..15cf55ad 100644 --- a/fl-assistant.php +++ b/fl-assistant.php @@ -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.3.4 + * Version: 1.3.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 @@ -13,7 +13,7 @@ defined( 'ABSPATH' ) || die(); -define( 'FL_ASSISTANT_VERSION', '1.3.4' ); +define( 'FL_ASSISTANT_VERSION', '1.3.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 ) ); diff --git a/package-lock.json b/package-lock.json index 73e336a6..de24f1b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fl-assistant", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fl-assistant", - "version": "1.3.4", + "version": "1.3.5", "license": "GPL-2.0+", "dependencies": { "@beaverbuilder/app-core": "^0.2.10", diff --git a/package.json b/package.json index b1239f7c..7cfe630c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fl-assistant", "title": "Assistant", - "version": "1.3.4", + "version": "1.3.5", "description": "A plugin to help see what's happening in WordPress and navigate to posts and pages easily.", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 6f8e6e30..c415520d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Front-End, Frontend, Productivity, Quick Admin, Content Management, Media, Requires at least: 5.2 Tested up to: 6.1 Requires PHP: 5.6 -Stable tag: 1.3.4 +Stable tag: 1.3.5 License: GPL2+ License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,9 @@ Coming Soon! Our API for creating new apps and extending the existing ones is in == Changelog == += 1.3.5 ( 2022-12-06 ) = +* Added library support for Astra theme customizer settings. + = 1.3.4 ( 2022-11-28 ) = * Fixed importing to override a post in wp-admin. * Fixed thumb styling for code items in wp-admin.