Make WordPress Core

Changeset 59619


Ignore:
Timestamp:
01/15/2025 03:59:44 PM (13 months ago)
Author:
desrosj
Message:

Build/Test Tools: Pin specific Importer version.

This pins the last version compatible with WordPress 4.1 to that branch.

Follow up to [59612], [59616].
Reviewed by swissspidy.

See #52909.
See #62280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/tools/local-env/scripts/install.js

    r59616 r59619  
    5656
    5757    execSync( `docker compose exec -T php rm -rf ${testPluginDirectory}`, { stdio: 'inherit' } );
    58     execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1`, { stdio: 'inherit' } );
     58    execSync( `docker compose exec -T php git clone https://github.com/WordPress/wordpress-importer.git ${testPluginDirectory} --depth=1 --branch 0.7`, { stdio: 'inherit' } );
    5959}
Note: See TracChangeset for help on using the changeset viewer.