airfleet/airfleet-admin-plugin

Project releases

airfleet-admin-plugin

Release 2.3.0

Sidebar resizing logic is refactored and notes are no longer hidden when the sidebar is open.

GitHub
View full changelog

Changed

  • Refactored ResizeSidebar state management with debouncing, improved scope detection, and proper event listener cleanup

Fixed

  • Fixed notes being hidden when sidebar is open in block editor
airfleet-admin-plugin

Release 2.2.0

Adds CSS enqueue and critical styles for the block editor iframe.

GitHub
View full changelog

Added

  • Added root.entry.css enqueue via enqueue_block_assets to inject CSS custom properties (--afa-* variables) into the block editor iframe
  • Added iframe.entry.scss with critical CSS rules for the block editor iframe (.wp-block max-width, .editor-styles-wrapper padding, .acf-block-body overflow)
airfleet-admin-plugin

Release 2.1.1

Fixed a fatal TypeError triggered by non-standard parameter types in the map_meta_cap filter.

GitHub
View full changelog

Fixed

  • Fixed fatal TypeError in HideFileEditors::initialize() when map_meta_cap filter receives non-standard parameter types
airfleet-admin-plugin

Release 2.1.0

Added options to rename the Auxiliary content and Main Content menus.

GitHub
View full changelog

Added

  • Added options to rename "Auxiliary content" and "Main Content" Menu names.
airfleet-admin-plugin

Release 2.0.1

Registers the _airfleetAdmin variable in both frontend and backend.

GitHub
View full changelog

Fixed

  • Ensure _airfleetAdmin variable is registered in both frontend and backend
airfleet-admin-plugin

Release 2.0.0

PHP version requirement increased to 8.2.

GitHub
View full changelog

Changed

  • Breaking: Increased PHP version requirement to >=8.2
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Internal: Updated scoper.custom.php to add excluded constants for WordPress and WooCommerce requests
  • Migrated from @import to @use in SCSS
airfleet-admin-plugin

Release 1.23.6

Taxonomies of custom post types now appear in menus with limited permissions.

GitHub
View full changelog

Fixed

  • Fixed: Taxonomies of CPT not appearing under Auxiliary Menu and Main Menu with limited permissions.
airfleet-admin-plugin

Release 1.23.5

Resolves an issue preventing post creation under Auxiliary Menu or Main Menu due to permission restrictions.

GitHub
View full changelog

Fixed

  • Fixed: Can't create new posts due to not having enough permissions if they are grouped under Auxiliary Menu or Main Menu
airfleet-admin-plugin

Release 1.23.4

Fixed a Quick Edit error involving render_block_core_block by adding three arguments to the callback.

GitHub
View full changelog

Fixed

  • Quick Edit: fixed issue with render_block_core_block error, adding 3 arguments to the render_block callback.
airfleet-admin-plugin

Release 1.23.3

Changed menu capabilities to read-only.

GitHub
View full changelog

Changed

  • Changed the capability of Auxiliary content and Main content menus to read.
airfleet-admin-plugin

Release 1.23.2

Fixed editor breakage when adding new blocks to a Custom Post Type.

GitHub
View full changelog

Fixed

  • Editor: Prevent editor breakage on adding new blocks to CPT (caused by feature to show content title in block list view).
airfleet-admin-plugin

Release 1.23.1

Updated the Helpers(Screen) path in HeartbeatControl file.

GitHub
View full changelog

Fixed

  • Updated the Helpers\Screen path in HeartbeatControl file.
airfleet-admin-plugin

Release 1.23.0

Added control over WordPress heartbeat on dashboard, frontend, and editor.

GitHub
View full changelog

Added

  • Added feature to control wordpress heartbeat on dashboard, frontend and editor.
airfleet-admin-plugin

Release 1.22.0

Added option to hide/show Patterns subitem in Appearance menu and fixed edit original action for reusable blocks.

GitHub
View full changelog

Added

  • Added option to Hide/Show the Patterns subitem under the Appearance menu.

Fixed

  • Fixed the edit original action for a reusable block inserted into a page.
airfleet-admin-plugin

Release 1.21.1

Prevent JavaScript error in editor when sidebar is missing

GitHub
View full changelog

Fixed

  • Editor: Prevent JS error when sidebar does not exist
airfleet-admin-plugin

Release 1.21.0

Added feature to show content title in the editor sidebar next to the block name.

GitHub
View full changelog

Added

  • Editor: Added feature to show content title in the editor sidebar next to the block name.
airfleet-admin-plugin

Release 1.20.0

Added body classes and updated ACF field designs for compatibility with ACF Pro 6.5

GitHub
View full changelog

Changed

  • ACF: Added body classes with ACF version afa-acf-version--{version}, afa-acf-version--gte-6-5 (is >= 6.5), afa-acf-version--gte-6 (is >= 6)
  • ACF: Updated design of flexible content fields to be compatible with ACF Pro 6.5
airfleet-admin-plugin

Release 1.19.3

ACF: Append tooltip after escaping field label.

GitHub
View full changelog

Fixed

  • ACF: Append tooltip after field label is escaped.
airfleet-admin-plugin

Release 1.19.2

Fixed a JavaScript error that occurred when pressing the ESC key in Quick Edit.

GitHub
View full changelog

Fixed

  • Quick Edit: Fixed JavaScript error "null is not an object" when pressing ESC under certain circumstances.
airfleet-admin-plugin

Release 1.19.1

Added two internal configuration files and fixed a console error for the Upload by URL feature.

GitHub
View full changelog

Changed

  • Internal: Added .airfleet-license and .airfleet-visible

Fixed

  • Removed console error for Upload by URL feature
airfleet-admin-plugin

Release 1.19.0

Added tracking events for various admin plugin interactions.

GitHub
View full changelog

Added

  • Added tracking event when quick edit toggle button is pressed and saved: airfleet_admin_quick_edit_enabled, airfleet_admin_quick_edit_disabled, and airfleet_admin_quick_edit_saved
  • Added tracking event when user goes to Upload by URL tab: airfleet_admin_image_upload_tab
  • Added tracking event when user clicks upload button and image saved: airfleet_admin_image_upload_button_click and airfleet_admin_image_uploaded
  • Added tracking event when sidebar is resized: airfleet_admin_editor_sidebar_resized
  • Added tracking event when user clicks on the button links in post object fields: airfleet_admin_acf_post_object_edit_click, airfleet_admin_acf_post_object_list_click and airfleet_admin_acf_post_object_add_click
airfleet-admin-plugin

Release 1.18.0

WP Engine local users are now considered Airfleet users with access to restricted options.

GitHub
View full changelog

Changed

  • @wpengine.local users are now also considered Airfleet users (affects access to some restricted options).
  • Bump composer-scoped dependency airfleet/wordpress-framework to 1.13.0.
airfleet-admin-plugin

Release 1.17.0

Added Upload by URL feature for media file uploads

GitHub
View full changelog

Added

  • Added Upload by URL to media file upload popup.

Changed

  • Bump airfleet/wordpress-dev to 3.5.0
airfleet-admin-plugin

Release 1.16.1

Fixed a fatal error when the ACF plugin is disabled.

GitHub
View full changelog

Fixed

  • ACF: fixed fatal error when ACF plugin is disabled
airfleet-admin-plugin

Release 1.16.0

Bumped WordPress framework to version 1.11.0 for performance improvements.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.11.0 (performance improvements)
airfleet-admin-plugin

Release 1.15.0

Bumped WordPress framework to version 1.9.0 for performance improvements

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.9.0 (performance improvements)
airfleet-admin-plugin

Release 1.14.4

Fixed a bug that avoided an unnecessary statement in non-debug mode.

GitHub
View full changelog

Fixed

  • ACF (Group Wrapper): avoid unnecessary statement when not in debug mode
airfleet-admin-plugin

Release 1.14.3

Fixed editor sidebar content resizing issue

GitHub
View full changelog

Fixed

  • Editor: fixed sidebar content for certain plugins not resizing to fit sidebar
airfleet-admin-plugin

Release 1.14.2

Fixed the editor's sidebar to always have a specific width, defaulting to 30% when resizable.

GitHub
View full changelog

Fixed

  • Editor: fixed sidebar to have specific width even if its closed by some other plugin.(use default 30% width when resizable sidebar is enabled)
airfleet-admin-plugin

Release 1.14.1

Fixed issues with editor sidebar resizing and toggling.

GitHub
View full changelog

Fixed

  • Editor: fixed blank space issue in sidebar when it was supposed to be closed (sidebar enable/disable toggle is now respected in resizable sidebar feature)
  • Editor: fixed issue where sidebar would keep changing width based on length of its contents if user did not resize the sidebar (use default 30% width when resizable sidebar is enabled)
airfleet-admin-plugin

Release 1.13.0

Critical WPML config options are now hidden from non-admin users.

GitHub
View full changelog

Added

  • Menu: critical WPML configuration options were hidden from the dashboard for all users not added to the Hide menu items (user exceptions) option in the plugin settings page
airfleet-admin-plugin

Release 1.12.0

Added body class based on logged in user and options for customizing admin bar and footer.

GitHub
View full changelog

Added

  • Added body class based on logged in user (afa-user--airfleet or afa-user--other)
  • Editor: added Sidebar Resizable option, default true
  • General: added an option to hide admin footer message coming from WordPress
  • Admin Bar: Added an option to hide WP About menu with links to WordPress
  • Admin Bar: Added an option to change Site Menu Icon

Changed

  • Hid additional admin notices from multiple plugins (some notices will be visible to Airfleet users, but not to other users)
airfleet-admin-plugin

Release 1.11.2

Quick edit mode now allows editing of title and text components in links

GitHub
View full changelog

Fixed

  • Quick Edit: title/text components inside links should now be editable when Quick Edit mode is enabled
airfleet-admin-plugin

Release 1.11.1

Fixed metabox to not close itself when clicked

GitHub
View full changelog

Fixed

  • Editor: fixed metabox to not close itself when clicking inside
airfleet-admin-plugin

Release 1.11.0

A toggle button for Quick Edit mode has been added to the admin bar.

GitHub
View full changelog

Added

  • Quick Edit: added a toggle button on admin bar to enable/disable Quick Edit mode (disabled by default on page load)
airfleet-admin-plugin

Release 1.10.0

Added design support for new custom field type "Airfleet Tab" and updated various designs in the ACF and Editor sections.

GitHub
View full changelog

Added

  • ACF: added design support for new custom field type "Airfleet Tab"
  • ACF: added new design for block top level tabs
  • ACF: added option to always make the first Tab active on page load
  • Editor: added option to always close all metaboxes in sidebar on page load
  • Editor: added option to open only one metaboxes at once

Changed

  • Icons: added icon for "icon", "laptop"
  • General: tweaked button text colors
  • ACF: added "Wrapper style" option to Airfleet Component fields
  • ACF: updated Flexible Content design
  • ACF: updated Repeater design
  • ACF: changed default value for "Flexible Content icons" option to false
  • ACF: updated block loading design
  • ACF: updated accordion block top-level design
  • Editor: updated metabox design and panel design
  • Editor: updated block card design
  • Editor: updated default value for "Sidebar separator" option to false
  • ACF: updated default value for "Sidebar separator design" option to "none"
  • ACF: removed whitespace between block fields and other panels when "Sidebar separator design" is set to "none"
  • ACF: removed different label style for group fields
  • ACF: added seamless design option for Flexible Content fields
  • ACF: added seamless design option for Repeater fields (disabled by default)
  • ACF: updated tabs design for Airfleet Responsive Component
  • Updated browserslist version

Fixed

  • ACF: fixed top gap with direct tabs inside flexible components
  • ACF: fixed seamless WYSIWYG and Textarea design when placed after tab
  • ACF: fixed layout shift hover caused by change in font weight
  • ACF: icons for tabs are now supported in all locations
  • ACF: fixed accordion content top border caused by ACF version upgrade
  • ACF: fixed incorrect group wrapper class when field is moved from original group to a different group by another plugin
  • ACF: fixed top whitespace for nested components inside Flexible Content
  • ACF: fixed tab colors inside nested components
  • ACF: fixed Accordion not being closed on page load when Accordion setting "Open" is set to true (only applies when global option "Accordion close on load" is enabled)
airfleet-admin-plugin

Release 1.9.0

Quick Edit can be disabled for specific components

GitHub
View full changelog

Added

  • Added featured to disable Quick Edit for specific components by setting the property disable_quick_edit to true
airfleet-admin-plugin

Release 1.8.5

Fixed issues with the editor's sidebar and block card colors.

GitHub
View full changelog

Fixed

  • Editor: fix editor sidebar class changed in v6.6
  • Editor: block-editor-block-card colors
  • Editor: overwrite editor-sidebar inline width set in v6.6
airfleet-admin-plugin

Release 1.8.4

Prevented display of sensitive data when editing without permission

GitHub
View full changelog

Fixed

  • Quick Edit: prevent output of quick edit data attributes when user does not have permission to edit
airfleet-admin-plugin

Release 1.8.3

Quick Edit now uses vertical spacing between elements as defined by the airfleet-elements-text-plugin plugin's CSS variable.

GitHub
View full changelog

Fixed

  • Quick Edit: use vertical spacing between elements from airfleet-elements-text-plugin plugin CSS variable
airfleet-admin-plugin

Release 1.8.2

Fixed and improved error state handling for Quick Edit feature.

GitHub
View full changelog

Fixed

  • Quick Edit: fixed several issues with the error state handling
  • Quick Edit: prevent multiple requests on element in error state

Changed

  • Quick Edit: changed the way the error state is visualized
airfleet-admin-plugin

Release 1.8.1

Improved stability of Quick Edit feature

GitHub
View full changelog

Fixed

  • Quick Edit: improved stability and multiple requests handling
airfleet-admin-plugin

Release 1.8.0

Quick Edit feature has been optimized with improved performance, colors, and user interface updates.

GitHub
View full changelog

Changed

  • Quick Edit: optimized overlay performance and colors
  • Quick Edit: UI updates on update error
  • Quick Edit: added saving indicator
  • Quick Edit: added keyboard shortcuts for save and cancel

Removed

  • Removed tippy dependency
airfleet-admin-plugin

Release 1.7.3

Fixed several UI issues, including revision panel style and editor content background.

GitHub
View full changelog

Fixed

  • Editor: fixed revision panel style not being applied
  • Editor: fixed editor content background
  • ACF: fixed group styles for "Airfleet Component" fields without parrent accordion
  • ACF: removed scroll bar in ACF Tabs
airfleet-admin-plugin

Release 1.7.2

Fixed a display issue with the color field dropdown menu in the editor.

GitHub
View full changelog

Fixed

  • Airfleet (Starter Theme - Color component): fixed color field dropdown menu display in the editor
airfleet-admin-plugin

Release 1.7.1

Fixed hover outline positioning in Quick Edit

GitHub
View full changelog

Fixed

  • Quick Edit: fixed hover outline not being positioned properly
airfleet-admin-plugin

Release 1.7.0

Quick Edit feature has been added for views, post fields, and their attributes.

GitHub
View full changelog

Added

  • Added Quick Edit options page
  • Added Quick Edit feature for views
  • Added Quick Edit feature for post fields
  • Added filter airfleet/quickedit/views (set views that support Quick Edit mode)
  • Added filter airfleet/quickedit/save/value (format value before saving)
  • Added helper $_quick_edit_post_field_attrs and directive @quick_edit_post_field_attrs (render attributes for quick edit mode for a post field)
  • Added helper $_quick_edit_post_field and directive @quick_edit_post_field (render a post field wrapped in a span with quick edit attributes)
  • Added helper $_quick_edit_post_view and directive @quick_edit_post_view (render a post view with quick edit attributes)
airfleet-admin-plugin

Release 1.6.1

Added a design option for ACF tables with 'airfleet' as the default value.

GitHub
View full changelog

Added

  • ACF (Table): Added design option with airfleet as default
airfleet-admin-plugin

Release 1.6.0

All navigation CPTs now show under the Navigation menu.

GitHub
View full changelog

Changed

  • Menu (Navigation): all navigation CPTs (af_nav_) will show under Navigation menu
airfleet-admin-plugin

Release 1.5.4

Fixed issues with options page visibility and functionality for multisite installations

GitHub
View full changelog

Fixed

  • Fixed options page not appearing in the admin menu and options tabs not working, when the plugin is installed in multi-site
airfleet-admin-plugin

Release 1.5.3

Fixed color field display issue in the editor for the Starter Theme's Color component.

GitHub
View full changelog

Fixed

  • Airfleet (Starter Theme - Color component): fixed color field display in the editor
airfleet-admin-plugin

Release 1.5.2

ACF CPT taxonomies now display in main content

GitHub
View full changelog

Fixed

  • ACF CPT Taxonomies to show in Main Content
airfleet-admin-plugin

Release 1.5.1

Fixed global link primary styles conflict with airfleet button component

GitHub
View full changelog

Fixed

  • Global link primary styles conflicting with airfleet button component
airfleet-admin-plugin

Release 1.5.0

Added dev-email@wpengine.local to default user exceptions for hiding menu items and improved menu item visibility.

GitHub
View full changelog

Changed

  • Menu: added dev-email@wpengine.local to default user exceptions for hiding menu items
  • Menu: hide Main, Auxiliary, and Content Options menu items when they have no sub-menu

Fixed

  • ACF: fixed repeater tabs vertical scroll bar
airfleet-admin-plugin

Release 1.4.2

Fixed checkbox styling in editor metaboxes

GitHub
View full changelog

Fixed

  • General: fixed checkbox styling in editor metaboxes
airfleet-admin-plugin

Release 1.4.1

Removed an empty frontend script affecting only administrators.

GitHub
View full changelog

Fixed

  • Remove empty frontend script (only affected admins)
airfleet-admin-plugin

Release 1.4.0

Added option to exclude individual textareas from seamless design and updated File design for a more streamlined look

GitHub
View full changelog

Added

  • ACF: added option to exclude individual textareas from seamless design

Changed

  • ACF: update File design to make it more streamlined (remove borders, icon, reduce whitespace)
airfleet-admin-plugin

Release 1.3.7

Moved Airfleet Pardot plugin menu to Integrations section

GitHub
View full changelog

Changed

  • Menu (Integrations): move Airfleet Pardot plugin menu under Integrations
airfleet-admin-plugin

Release 1.3.6

Moved Airfleet Marketo plugin menu to the Integrations section and fixed a JavaScript error in the block editor.

GitHub
View full changelog

Changed

  • Menu (Integrations): move Airfleet Marketo plugin menu under Integrations

Fixed

  • Fixed JS error in block editor caused by removal of lodash in WordPress version 6.4
airfleet-admin-plugin

Release 1.3.5

Moved Airfleet HubSpot plugin menu under Integrations

GitHub
View full changelog

Changed

  • Menu (Integrations): move Airfleet HubSpot plugin menu under Integrations
  • Updated composer lock file dependencies (fixes issue with wpify/scoper)
airfleet-admin-plugin

Release 1.3.4

Set composer vendor-scoped autoloader suffix based on plugin name

GitHub
View full changelog

Changed

  • Set composer vendor-scoped autoloader-suffix based on plugin name
airfleet-admin-plugin

Release 1.3.3

Fixed a clash between airfleet-admin-plugin and ACF Add-ons plugin in composer vendor-scoped content-hash.

GitHub
View full changelog

Fixed

  • Fixed composer vendor-scoped content-hash (clashed with ACF Add-ons plugin)
airfleet-admin-plugin

Release 1.3.2

Fixed spacing issue in flexible component fields

GitHub
View full changelog

Fixed

  • ACF: fixed spacing between component and accordion in flexible component fields
airfleet-admin-plugin

Release 1.3.1

Fixed a PHP error that occurs when the Airfleet menu does not exist.

GitHub
View full changelog

Fixed

  • Menu: fixed PHP error when Airfleet menu does not exist
airfleet-admin-plugin

Release 1.3.0

Added a design option for Textarea fields with seamless as default, and fixed icon button sizes in Flexible Content rows.

GitHub
View full changelog

Added

  • ACF (Textarea): added design option with seamless as default

Fixed

  • ACF (Flexible Content): fixed icon buttons incorrect size in row header
airfleet-admin-plugin

Release 1.2.0

Added options to create and auto-sort the Content Options menu, and migrated Airfleet menu items accordingly.

GitHub
View full changelog

Added

  • Menu (Content Options): added option to create Content Options menu
  • Menu (Content Options): added option to sort Content Options menu automatically

Changed

  • Menu (Airfleet): updated option to migrate Airfleet menu items to Content Options menu instead of Auxiliary menu
  • Menu: switch Auxiliary content menu color to green
airfleet-admin-plugin

Release 1.1.0

Fixed issues with group wrapper removal for certain field types in the Admin Plugin.

GitHub
View full changelog

Changed

  • ACF: applies a different colored icon for blocks coming from Elements plugins

Fixed

  • ACF: fixed group wrapper removal for Airfleet Flexible Component fields
  • ACF: fixed group wrapper removal for Airfleet Type Switch fields
airfleet-admin-plugin

Release 1.0.0

Removed several features and added new menu options in the admin interface.

GitHub
View full changelog

Removed

  • BREAKING - ACF: removed "Allow Reusable blocks" (migrated to ACF Add-ons plugin)
  • BREAKING - ACF: removed maximum image file size (migrated to ACF Add-ons plugin)
  • BREAKING - ACF: removed Simple Toolbar (migrated to ACF Add-ons plugin)
  • BREAKING - ACF: removed restricted fields (migrated to ACF Add-ons plugin)
  • BREAKING - ACF: removed "Fix Conditional Logic display" (migrated to ACF Add-ons plugin)
  • BREAKING - ACF: removed "Fix stylized select display" (migrated to ACF Add-ons plugin)
  • BREAKING - Admin Bar: removed "Environment badge" (migrated to Theme Support plugin)
  • BREAKING - Menu: removed "Show Reusable blocks" (migrated to Theme Support plugin)
  • BREAKING - General: removed "Reusable block shortcode" (migrated to Theme Support plugin)
  • BREAKING - General: removed "Include custom fields in search" (migrated to Theme Support plugin)
  • BREAKING - Restricted: removed "Allow JSON uploads" (migrated to Theme Support plugin)
  • BREAKING - Restricted: removed "Enable debug mode when using the debug query string" and "Debug query string" (migrated to Theme Support plugin)

Added

  • Menu (Others): added option to add top-level "Redirection" item
  • Menu (Others): added option to apply custom style to Airfleet items that appear under standard menus
  • Menu (Settings): added option to move Starter Theme's "General" settings under Settings menu
  • Menu (Main): added option to group public post types together under Main menu
  • Menu (Main): added option to include taxonomies of public post types under Main menu
  • Menu (Main): added option to rename the taxonomies that show in the Main menu
  • Menu (Main): added option to show builtin post types (Pages and Posts) under Main menu (off by default)
  • Menu (Main): added option to sort Main menu automatically
  • Menu (Airfleet): added option to migrate Airfleet menu items to Auxiliary menu
  • Menu (Auxiliary): added option to create Auxiliary content menu
  • Menu (Auxiliary): added option to group private post types together under Auxiliary menu
  • Menu (Auxiliary): added option to include taxonomies of private post types under Auxiliary menu
  • Menu (Auxiliary): added option to rename the taxonomies that show in the Auxiliary menu
  • Menu (Auxiliary): added option to move Reusable blocks under Auxiliary menu
  • Menu (Auxiliary): added option to sort Auxiliary menu automatically
  • Menu (Integrations): added option to create "Integrations" menu item
  • Menu (Integrations): added option to move Starter Theme's integrations options under Integrations menu
  • Menu (Integrations): added option to move plugins integrations options under Integrations menu
  • Menu (Integrations): added option to move plugins integrations CPTs under Integrations menu
  • Menu (Integrations): added option to sort Integrations menu
  • Menu (Navigation): added option to create "Navigation" menu item
  • Menu (Navigation): added option to add "Menus" item under Navigation
  • Menu (Navigation): added option to move Starter Theme's navigation options under Navigation menu
  • Menu (Navigation): added option to move Starter Theme's navigation CPTs under Navigation menu
  • Menu (Navigation): added option to move navigation plugins options under Navigation menu
  • Menu (Navigation): added option to move navigation plugins CPTs under Navigation menu
  • Menu (Navigation): added option to sort Navigation menu

Changed

  • Moved Admin under core Settings menu
  • Admin Bar: changed default value of "Hide comments" to true
  • Admin Bar: changed default value of "Hide updates" to true
  • Menu: renamed Content menu to Main menu and changed purpose of the menu to be for public post types
  • Restricted: added "Hide Airfleet blocks" option
  • Icons: added icons for conditional, question, logic, general, advanced, fixes, priority, scripts
airfleet-admin-plugin

Release 0.21.2

Fixed padding issue with repeater items having custom widths.

GitHub
View full changelog

Fixed

  • ACF: fixed padding in first and last repeater items that have custom width applied
airfleet-admin-plugin

Release 0.21.1

ACF blocks are now forced into preview mode

GitHub
View full changelog

Changed

  • ACF: now also forces preview mode for ACF blocks registered using the native registration functions
airfleet-admin-plugin

Release 0.21.0

Airfleet Admin Plugin updated to add Airfleet icon to some blocks and fix a sidebar separator issue.

GitHub
View full changelog

Changed

  • ACF: now also adds Airfleet icon to Airfleet blocks registered using the native registration functions

Fixed

  • ACF: fixed an issue in sidebar separator for ACF blocks that also have native block features
airfleet-admin-plugin

Release 0.20.0

Added options for customizing admin pages and notices, improved design, and fixed several issues with menus and forms.

GitHub
View full changelog

Added

  • Editor: added an option to always show scrollbar on the sidebar
  • General: added an option for custom Plugins page design
  • Menu: added an option to hide advanced menu items from certain users
  • General: added an option to hide certain admin notices coming from plugins

Changed

  • General: updated the design of admin notices for better contrast and lighter look
  • ACF: added support for Airfleet ACF Add-ons

Fixed

  • Menu (Content Menu): fixed an issue where registering a taxonomy would sometimes cause PHP error on undefined function add_submenu_page
  • Airfleet (Starter Theme - Form component): fixed a PHP warning for non-existing key
  • ACF: fixed an issue where tooltip would show below select field
  • ACF: fixed an issue where Post Object links would go out of the container when select field had a long item selected
  • ACF: fixed an issue where Repeater inline Tabs would break out of the item header when the length of the tabs was too long
airfleet-admin-plugin

Release 0.19.3

Fixed issues with section headers and whitespace in tabs.

GitHub
View full changelog

Fixed

  • Airfleet: fixed Section Header Indicator incorrect status due to placeholder empty paragraph
  • ACF: fixed whitespace in first tab caused by wrong fix in last version
airfleet-admin-plugin

Release 0.19.2

ACF no longer hides single tabs in Theme Options when 'Hide single Tabs' option is enabled.

GitHub
View full changelog

Changed

  • ACF: no longer hides single tabs in Theme Options when "Hide single Tabs" option is enable (still hides single tabs in other situations)

Fixed

  • ACF: fixed margin in custom design for Accordions and Tabs when placed inside a menu item
  • ACF: fixed warning when determining GroupClasses for groups without any fields
airfleet-admin-plugin

Release 0.19.1

Updated browserslist config and caniuse database, added dependencies, and refactored code for better integration with recommended formatters.

GitHub
View full changelog

Changed

  • Updated browserslist config to exclude all dead browsers, Opera browsers, KaiOS, QQ, and UC
  • Updated caniuse database to latest
  • Internal: added Composer dependency airfleet/wordpress-framework and refactored code to use Framework utilities
  • Internal: added Composer dependency wpify/scoper
  • Internal: updated Prettier script to only format CSS/SCSS
  • Exclude source map generation from build script
  • Updated npm dependency @airfleet/wordpress-dev to version 2.1.2
  • Internal: refactored code according to latest lint rules
  • Internal: updated VS Code settings for better integration with recommended formatters
  • Internal: updated Composer dependency airfleet/wordpress-dev to 3.0.1

Removed

  • Internal: removed commitizen script
airfleet-admin-plugin

Release 0.19.0

Added edit links to Relationship field items and updated WYSIWYG design option to seamless by default.

GitHub
View full changelog

Added

  • ACF: added option to add edit links to Relationship field items
  • ACF: added seamless design option for WYSIWYG (this is the new default option)

Changed

  • Internal: added EncryptedPasswordField and updated option classes to support before_save and format methods
  • ACF: increased default maximum image file size to 1024 KB
  • Options: added preview images
  • Options: added additional information for some options

Fixed

  • Airfleet: fixed PHP warning when message is empty for field when using option "Background wrap layout"
airfleet-admin-plugin

Release 0.18.1

Fixed issues with disappearing blocks and missing keys in accordions.

GitHub
View full changelog

Fixed

  • ACF: fixed disappearing blocks issue due to custom SVG icon not loading in hosts with Basic Auth
  • Airfleet: fixed missing keys in Accordions (affects custom layout settings for Lottie, Picture, Video, and Video File)
airfleet-admin-plugin

Release 0.18.0

Added options to customize Airfleet theme and ACF fields.

GitHub
View full changelog

Added

  • Airfleet (Starter Theme - CTA post): added option to rename Settings tab to Background
  • Airfleet (Starter Theme - Section Header Indicator): added option to add filled mark indicator to each title Tab
  • ACF: added icons only design option to Post Object links
  • ACF: added inline Tabs option in Repeater row headers
  • ACF: added option to show duplicate button on Repeater row hover (since ACF 5.9 button only shows when pressing SHIFT)

Changed

  • ACF: replaced text in Visual/Text tabs with icons for WYSIWYG compact design
  • Icons: added icons for lobby, archive, single, tabs, location, label, tag, card, profile, details, company, description, resource, resources, partners, partner, calendar, timeline, gallery, design, style

Fixed

  • ACF: fixed height jerk when hovering Image field for small images
  • ACF: fixed row number color in Repeater row header
  • ACF: fixed height jerk when hovering File field for small width areas
airfleet-admin-plugin

Release 0.17.0

Added options to reorder fields and rename labels/instructions for the Airfleet Starter Theme's Background Wrap block.

GitHub
View full changelog

Added

  • Airfleet (Starter Theme - Background Wrap block): added option to reorder fields and rename labels/instructions
  • Airfleet (Starter Theme - Background Wrap block): added option to improve preview
  • Editor: added options to separately enable block badge for ACF and non-ACF blocks
  • ACF: added new compact design option to WYSIWYG

Changed

  • Icons: added icons for "stats", "copyright", "thank", "message", "numbered", "options", and "list"
  • General: added icon for "Duplicate This" button in table row actions
  • ACF: added checkered background in Image field to offer contrast to transparent images and changed padding
  • Editor: renamed option for focring ACF block badges
  • Airfleet (Starter Theme - Form component): changed preview notice style to warning instead of info
  • Changed tertiary color to purple tones instead of pink

Fixed

  • Editor: fixed block badge for reusable blocks
  • Editor: fixed editor Airfleet logo overlap with custom favicon
  • ACF: fixed whitespace issue in Tabs inside Groups without wrappers in metaboxes
  • ACF: fixed Repeater row header height difference on hover in Firefox
  • Fixed padding after Accordion inside Groups without wrappers in metaboxes
  • Airfleet (Starter Theme - Background component): fixed PHP warnings due missing ACF properties
airfleet-admin-plugin

Release 0.16.0

Added options to customize various components and layouts, including tabs and accordions, and updated design elements such as colors and button styles in version 0.16.0.

GitHub
View full changelog

Added

  • Airfleet (Starter Theme - Accordion component): added option to switch from Accordions to Tabs and rename labels
  • Airfleet (Starter Theme - Accordion component): added option to rename labels for each Accordion item
  • Airfleet (Starter Theme - Background component): added option to replace Tabs with Accordions, move fields, and rename labels
  • Airfleet (Starter Theme - Embed component): added option to remove Tabs and rename Container field label
  • Airfleet (Starter Theme - Form component): added option to add a notice to Form component saying form will be rendered on the frontend
  • Airfleet (Starter Theme - Lottie component): added option to place settings inside an Accordion
  • Airfleet (Starter Theme - Section Header component): added option to replace Accordions with Tabs
  • Airfleet (Starter Theme - Text component): added option to hide label for text field
  • Airfleet (Starter Theme - Title component): added option to hide label for title field
  • Airfleet (Starter Theme - Video component): added option to convert Source field to Button Group and rename choices
  • Airfleet (Starter Theme - Video component): added option to remove Tabs and place video settings inside Accordion
  • Airfleet (Starter Theme - Video File component): added option to replace Tabs with Accordions and rename labels
  • Airfleet (Starter Theme - Side by Side block): added option to add Tabs in Text column of Side by Side block
  • Airfleet (Starter Theme): added option to keep Group wrapper for single-child Groups in the block settings
  • Airfleet: renamed option titles

Changed

  • ACF: changed remove Group wrapper based on context to not take into account child Tabs as contributing factor
  • ACF: added seamless style to Tabs inside Group without wrapper if the Group is the first child
  • ACF: increased min height for WYSIWYG auto-resize
  • ACF: updated design for naked Tabs to more clearly resemble tabs
  • ACF: updated design for Repeater row and block layouts for cleaner look and increased separation between items
  • ACF: updated colors for layout fields inside Repeater to be tertiary color
  • ACF: updated colors for layout fields inside Flexible Content to be tertiary color
  • ACF: updated Image and File design to only show buttons on hover and display buttons horizontally instead of vertically

Removed

  • Airfleet (Starter Theme - Form component): removed option to force removing group wrappe - it's no longer needed

Fixed

  • ACF: fixed Group wrapper remove width in Repeaters wtih row layout
  • Airfleet (Starter Theme): only remove plugin dependencies notices if it is the Starter Theme
  • Admin Bar: fixed environment badge not appearing in frontend for logged in users
  • Admin Bar: fixed environment badge hover style
airfleet-admin-plugin

Release 0.15.0

Added options to convert various field types in the Airfleet theme and ACF plugin to use stylized UI and improve layout.

GitHub
View full changelog

Added

  • Airfleet (Starter Theme - Color component): added option to convert Color field to Select with custom color badges
  • Airfleet (Starter Theme - Button component): added option to convert Type field to Button Group
  • Airfleet (Starter Theme - Form component): added option to remove Tabs and rename Styles field label
  • Airfleet (Starter Theme - Form component): added option to always remove Group wrapper for Form component
  • Airfleet (Starter Theme - Picture component): added option to add Accordion for separate basic image field and advanced settings
  • Airfleet (Starter Theme - Buttons or form component): added option to convert Select field to Button Group
  • Airfleet (Starter Theme - Media component): added option to convert Type field to Button Group and rename choices
  • ACF: added options to convert all Select and True/False fields to use stylized UI
  • ACF: added option to convert Button Type field to Button Group
  • ACF: added CSS classes to all Group fields based on the clones inside (easier to target specific components)
  • ACF: added option to always start with Accordions closed on page load
  • ACF: added option to hide single Tabs

Changed

  • Icons: added icons for "items", "item", and "footer"
  • ACF: added new option to remove Group wrapper based on context
  • ACF: updated row order handle cell padding (increased separation to fields, especially noticeable when Accordion is open)
  • ACF: set Link field title and URL background and updated pointer to default

Fixed

  • ACF: fixed whitespace issue in Tabs background for metaboxes placed on the sidebar
  • ACF: fixed height of True/False fields
  • ACF: removed Accordion content negative top margin
  • ACF: fixed horizontal padding for Repeater fields (mainly affected Accordion overflow)
  • General: fixed input design conflicts in editor sidebar panels (Summary, Discussion, and Page Attributes)
airfleet-admin-plugin

Release 0.14.0

Added new options tab/page for Airfleet themes and plugins, and an option to hide admin notices for plugin dependencies.

GitHub
View full changelog

Added

  • ACF: added Link field custom design
  • ACF: added option to show Airfleet icon for blocks that don't have icon set
  • ACF: added option to disable align option for all blocks
  • Airfleet: added new options tab/page for options related to Airfleet themes and plugins
  • Airfleet: added option to hide admin notices for plugin dependencies

Changed

  • ACF: updated Image and File design to make buttons are less obtrusive (buttons now appear on the side and with only icons)
  • ACF: changed highlight colors for Repeater, Flexible Content, Group, and Tab inside second-level Accordion for improved visual clarity
  • ACF: updated second and third-level Accordion colors
  • ACF: updated Tab border style inside Repeater and Group without wrapper
  • ACF: updated Accordion color in even rows inside Repeater
  • ACF: updated Accordion borders inside Repeater
  • ACF: updated Accordion color inside Group without wrapper to match parent Accordion, but in darker tone
  • General: changed table layout to auto (WP sets the layout to fixed, meaning all cells are the same width, which does not suit long titles and breaks action buttons to two rows)
  • General: added additional actions for row actions to accommodate Duplicate Post plugin
  • Editor: changed default value for "ACF block badge" option to false

Fixed

  • ACF: fixed icon vertical alignment for some ACF buttons
  • ACF: fixed left Tabs padding inside Group
  • ACF: fixed bottom margin in Repeater last Accordion child
  • ACF: fixed bottom spacing in last Accordion within Group without wrapper within Accordion
  • ACF: fixed top margin for sidebar notice when there are no block fields
  • ACF: fixed option for forcing preview mode in ACF blocks
  • ACF: fixed clear button style and height of Select multiple when clear button is visible
  • ACF: fixed block empty message to work properly when there is not block rendering at all
  • ACF: fixed whitespace caused by bottom margin in block loading animation in the editor's content area
  • ACF: fixed Group without wrapper bottom padding issues
  • ACF: fixed fields whitespace issues in the sidebar caused by using margin instead of padding
  • Menu: fixed option "Show Reusable blocks" - value was incorrectly tied to option "Hide comments menu"
  • Editor: removed overflow for ACF blocks
  • Editor: fixed block hover effect for block badge option (outline was missing)
airfleet-admin-plugin

Release 0.13.0

Added option to always show badge for ACF blocks in editor, and made various changes to ACF design and functionality.

GitHub
View full changelog

Added

  • Editor: added option to always show badge for ACF blocks
  • ACF: added option for blocks to remain in preview mode

Changed

  • Changed secondary color to yellow instead of purple, for clear distinction from blue
  • Editor: changed text style for block badge
  • ACF: changed accordion header color to secondary when inside Group/Flexible Content/Repeater
  • ACF: changed tooltip color in table headers
  • Removed checkmark from radio buttons

Fixed

  • ACF: fixed extra space in group wrapper remove style when it is the only child
  • ACF: fixed border in accordion in group wrapper remove style
  • ACF: fixed accordion in group design for Airfleet custom ACF field types
  • ACF: removed border for fields with custom layout width
  • ACF: fixed inner accordion hover color
  • ACF: fixed an issue with multiple select height when Yoast SEO is enabled
  • ACF: removed double bottom padding in Group fields
  • ACF: fixed top Tab alignment in Groups without wrappers
  • ACF: fixed spacing in top Tabs after other field
  • ACF: adjust position of order icon in row number for Repeater and Flexible Content
  • ACF: fixed Tab spacing in block body fields
  • ACF: fixed Tab left alignment with fields
  • ACF: fixed bottom border radius for Repeater table due to clone row placeholder
  • ACF: fixed position of check thumb style of True/False field in some situations
  • ACF: fixed Accordion margin in Group inside Repeater with table layout
  • ACF: fixed Accordion margin in Repeater and Flexible Content
  • ACF: fixed Accordion content padding in Repeater row and block layout
  • ACF: fixed Accordion header padding in Repeater row layout
  • ACF: fixed row handle z-index in Repeater tables
  • ACF: fixed plus icon position in buttons
  • Ensure removal of Starter Theme actions and filters occurs after they are added
  • Fixed table border radius when thead missing
  • Fixed publish metabox background color for attributes container
airfleet-admin-plugin

Release 0.12.0

Added an option for custom table designs and fixed a display issue with Group field labels.

GitHub
View full changelog

Added

  • General: added option for custom tables design

Fixed

  • ACF: fixed instructions appearing with label design for Group fields
airfleet-admin-plugin

Release 0.11.0

Added options for customizing various design elements, including accordions and page headers.

GitHub
View full changelog

Added

  • ACF: added option for custom Accordion design
  • ACF: added option for custom Flexible Content design
  • ACF: added option for custom Tab design
  • ACF: added option for custom Field notice design
  • General: added option for custom Page Header design
  • General: added option for custom Tabs design

Changed

  • General: updated font weight for some elements (buttons, ACF labels, etc.)
  • General: changed background header color for panels (metaboxes, etc.)
  • ACF: updated fields spacing
  • ACF: updated padding for table headers
  • ACF: updated Group design to better accomodate accordions
  • ACF: reduce font size for row numbers in Repeater fields
  • ACF: updated icons for add/remove row in Repeater fields
  • ACF: updated spacing between buttons in File and Image fields
  • ACF: removed label background when custom group is set to place labels on the left

Fixed

  • ACF: fixed shadow lack of overflow in editor sidebar for inputs and buttons
  • ACF: fixed button group padding
  • ACF: removed the extra space when a group field is followed by an accordion in the editor sidebar
  • ACF: fixed label color
  • ACF: fixed WYSIWYG box shadow on darker backgrounds
  • ACF: fixed WYSIWYG border radius on some containers
  • General: fixed select arrow position in Chrome
  • General: fixed checkbox position in admin tables
  • General: fixed button height in certain situations (e.g. "Import from JSON" in Reusable Blocks)
airfleet-admin-plugin

Release 0.10.0

Added custom design options for various field types in the ACF plugin.

GitHub
View full changelog

Added

  • ACF: added option to fix inputs when general custom design
  • ACF: added option for custom Button group design
  • ACF: added option for custom Taxonomy field design
  • ACF: added option for custom Relationship field design
  • ACF: added option for custom OEmbed field design
  • ACF: added option for custom Google Map field design
  • ACF: added option for custom Color Picker design
  • ACF: added option for custom Gallery field design
  • ACF: added option for custom Fields design (general spacing, borders, and label)
  • ACF: added option for custom Group field design
  • ACF: added option for custom Repeater field design
  • ACF: added option for custom Tooltip design
  • General: added option for custom Link modal design

Changed

  • Buttons: updated focus shadow effect
  • ACF - WYSIWYG: updated design for "Add Media" button for better integration into the overall design
  • ACF - WYSIWYG: change order of the editor tools, so the Visual/Text tabs appear on the left and the "Add Media" button appears on the right

Fixed

  • ACF - Select: fixed text alignment and spacing in clear/remove button (both single and multiple select)
  • ACF - WYSIWYG: small fixes in borders and radius between different components
  • Editor - Notices: fixed extra height on some notices
airfleet-admin-plugin

Release 0.9.0

Added options for customizing UI elements and fields in the admin plugin.

GitHub
View full changelog

Added

  • General: added option for custom buttons design
  • General: added option for custom global styles
  • General: added option for custom inputs design (inputs, select, textarea)
  • ACF: added option for WYSIWYG custom design
  • ACF: added option for Image field custom design
  • ACF: added option for File field custom design
  • ACF: added option for custom stylized select design
  • ACF: added option for custom True / False field design

Fixed

  • Fixed missing box-shadow in update notices for WordPress
airfleet-admin-plugin

Release 0.8.0

Added options for metabox, dashboard, and accordion designs in the editor and ACF sections.

GitHub
View full changelog

Added

  • General: added option for general metabox design
  • General: added option for dashboard design
  • Editor: added option for custom content metabox design
  • Editor: added option for custom notices design
  • Editor: added option for custom content are design
  • ACF: added option for custom design for top level accordions in editor sidebar
  • ACF: added option for custom separator design in the editor sidebar
  • ACF: added option for custom block loading design

Changed

  • Metaboxes: replace ACF icon
  • Notices: adjusted custom design to fit inline notices in plugins page
  • Editor: apply same style to sidebar block panels as the sidebar page panels
  • Editor: fixed contrast checker notice spacing and design
  • ACF: also include custom Airfleet field types for group wrapper design option

Fixed

  • Editor: standardize padding inside body for sidebar panels
  • Editor: added back option sidebar width (hidden by mistake)
airfleet-admin-plugin

Release 0.7.0

Added extensive color palette to CSS variables and refactored ACF options into multiple classes.

GitHub
View full changelog

Added

  • Added option to remove group wrapper (field setting, different global default options)
  • Added extensive color palette to CSS variables
  • Added settings link in Plugins page
  • Added option for custom notice design
  • Added option for custom editor sidebar panel design
  • Added option for separator between editor sidebar panels and metaboxes
  • Added option for custom editor sidebar metabox design

Changed

  • Refactor ACF options into multiple classes

Fixed

  • Disable related Starter Theme filters when option is not enabled (affects: Hide ACF, WYSIWYG Simple Toolbar, Include custom fields in search, Allow JSON uploads)
airfleet-admin-plugin

Release 0.6.0

Renamed Content menu items labels and added icons to Post Object links, as well as options for reusable blocks.

GitHub
View full changelog

Changed

  • Renamed Content menu items labels for post types and taxonomies (remove "All", e.g. "All Forms" becomes "Forms")
  • Added icons to Post Object links
  • Added option to show reusable blocks in menu
  • Added option to register reusable blocks post type with ACF
  • Added option to create shortcode for rendering a reusable block
airfleet-admin-plugin

Release 0.5.0

Added numerous options for customizing the Airfleet plugin's behavior and appearance.

GitHub
View full changelog

Added

  • Added ACF options page
  • Added option to hide Custom Fields menu (restricted to Airfleet users)
  • Added option for custom block card design
  • Added option for replacing WordPress logo with Airfleet icon in Fullscreen editor mode
  • Added option for maximum image file size
  • Added option for WYSIWYG simple toolbar
  • Added option for WYSIWYG auto-resize
  • Added option to add notice for empty ACF blocks in editor
  • Added option to allow hidding ACF fields from non-Airfleet users
  • Added option to convert instructions into tooltips
  • Added option to add custom icon to required fields
  • Added option to fix display bug in Conditional Logic custom settings in ACF editor
  • Added option to show block badge in editor
  • Added option to show edit/list/add links next to Post Object fields
  • Added option to show accordion icon (field setting, auto option, and default option)
  • Added option to show tab icon (field setting, auto option, and default option)
  • Added option to show flexible content layout icons and add button icons

Changed

  • Updated block card design
airfleet-admin-plugin

Release 0.4.0

Added new configuration pages and options, including an Editor options page and Restricted options page.

GitHub
View full changelog

Added

  • Added Editor options page
  • Added option to increase editor sidebar width
  • Added Restricted options page (only accessible to Airfleet users)
  • Added option to allow uploading JSON files
  • Added option to hide file editors
  • Added options to enable debug mode through a custom query string
  • Added option to hide post types
  • Added option to hide blocks

Fixed

  • Fixed issue for unselected options tab when using invalid query string argument
airfleet-admin-plugin

Release 0.3.0

Added a general options page and an option for including custom fields in admin search.

GitHub
View full changelog

Added

  • Added General options page
  • Added option to include custom fields in admin search
airfleet-admin-plugin

Release 0.2.0

Added Admin Bar options page and several new options for customization

GitHub
View full changelog

Added

  • Added Admin Bar options page
  • Added option to set environment badge in admin bar
  • Added option to hide comments option in admin bar
  • Added option to hide updates option in admin bar

Changed

  • Flipped Airfleet menu icons horizontally
airfleet-admin-plugin

Release 0.1.0

New features have been added for customizing the Airfleet menu and its contents.

GitHub
View full changelog

Added

  • Added option to add custom icon to Airfleet menu
  • Added option to move Airfleet menu to the top when it is added by the theme
  • Added option to sort Airfleet menu alphabetically
  • Added options to move Airfleet post types and taxonomies under the Content menu
  • Added option to hide comments in admin menu