airfleet/airfleet-export-import-plugin

Project releases

airfleet-export-import-plugin

Release 1.0.0

Increased PHP version requirement 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
  • Internal: Bump composer dependency airfleet/wordpress-framework to ^1.19.1
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-export-import-plugin

Release 0.3.0

Added two new tracking events: airfleet_export_import_database_exported and airfleet_export_import_media_proxied.

GitHub
View full changelog

Added

  • Added tracking event airfleet_export_import_database_exported when database export is completed.
  • Added tracking event airfleet_export_import_media_proxied when media proxying is setup for NGINX and Apache.
airfleet-export-import-plugin

Release 0.2.0

Export now shows a warning message for potentially large database sizes.

GitHub
View full changelog

Changed

  • Export: show warning message for databases of potential large size
airfleet-export-import-plugin

Release 0.1.0

Added export, import, and media pages for database management.

GitHub
View full changelog

Added

  • Added Export page for exporting and downloading of MySQL database
  • Added Import page with instructions for importing database in Local WP environment
  • Added Media page for proxying media uploads in Local WP environment