WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

Test plugin for WordPress 6.3 #152

Closed zaerl closed 8 months ago

zaerl commented 1 year ago

In this PR, we test the plugin for WordPress 6.3.

How to test

  1. Clone this PR
  2. Using wp-env run an instance. The minimum PHP version is 7.0 because WordPress 6.3 dropped support for PHP 5.
  3. Install the WordPress Importer plugin
  4. composer install
  5. Go to http://localhost:8888/wp-admin/admin.php?import=wordpress and perform an import.
  6. Check if the content has been imported and no errors are being generated.
jrfnl commented 1 year ago

As there are no functional changes, releasing a new version (and upping the plugin version nr) is unnecessary.

ouikhuan commented 8 months ago

I'm closing this down since it's outdated. Will propose a new PR with WordPress 6.4.2