Skip to content

Releases: wp-cli/import-command

Version 2.0.4

07 Dec 22:37
c7438c1

Choose a tag to compare

  • Switch from Travis CI to GitHub Actions [#61]

Version 2.0.3

05 Jul 08:03

Choose a tag to compare

  • Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#60]
  • Bump Travis CI OS from trusty to xenial [#59]
  • Enforce PHP 7.4 compatibility in Travis CI [#58]
  • Fix Travis CI sudo warning [#57]

Version 2.0.2

21 Apr 03:58
e28a7f5

Choose a tag to compare

  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#52]
  • Implement CS checking based on the WP_CLI_CS ruleset [#50]
  • Rename global variable with unconventional prefix [#49]
  • Use snake case for variable names [#48]
  • Prefix variables in global namespace [#47]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#46]

Version 2.0.1

17 Dec 08:21
c923cbd

Choose a tag to compare

  • PHPCS: fix up the code base [3] - strict comparisons [#44]
  • PHPCS: fix up the code base [7] - assignments in conditions [#43]
  • PHPCS: fix up the code base [5] - yoda conditions [#42]
  • PHPCS: fix up the code base [4] - unnecessary code [#41]
  • PHPCS: fix up the code base [2] - scope modifiers [#40]
  • PHPCS: fix up the code base [1] - whitespace & inline control structures [#39]
  • Add support for Probot move command [#38]
  • Ignore log files [#35]
  • Automatically rerun failed scenarios [#34]

Version 2.0.0

05 Aug 16:47
c6b2a8a

Choose a tag to compare

  • Adapt package for framework v2 [#30]

Version 1.0.7

28 May 18:56
421fec5

Choose a tag to compare

  • Fix tests that are broken due to the addition of a "Privacy Policy" page [#24]
  • Fix PHP 5.3 memory issues [#23]
  • Update license copyright date to 2018 [#21]

Version 1.0.6

18 Dec 19:52
d2c21d5

Choose a tag to compare

  • Documentation, test suite, and repository improvements [#18, #19, #20].

Version 1.0.5

21 Nov 13:31
29eb1d5

Choose a tag to compare

  • Updates scaffolded tests to enable error reporting [#16].
  • Updates scaffolded README and GitHub configuration [#17].

Version 1.0.4

29 Sep 23:42

Choose a tag to compare

  • Avoids use of GLOB_BRACE for compatibility with Alpine Linux [#14].
  • Updates package tests to latest [#13, #15].

Version 1.0.3

05 Aug 22:39

Choose a tag to compare

  • Updates package with latest scaffolded components [#10].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#11].