Skip to content

Commit

Permalink
Changelog and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlinemedia committed Dec 5, 2022
1 parent 6156066 commit 4a6277a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.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
Expand All @@ -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 ) );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 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: 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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4a6277a

Please sign in to comment.