wpstarter

Easily bootstrap whole site Composer packages for WordPress.

MIT License

Downloads
134.4K
Stars
244
Committers
13

Bot releases are hidden (Show)

wpstarter - v3.0.0-beta.13 Latest Release

Published by gmazzap over 1 year ago

13th beta of v3 series.

wpstarter - v3.0.0-beta.12

Published by gmazzap over 1 year ago

Twelfth beta of v3 series.

wpstarter - v3.0.0-beta.11

Published by gmazzap over 1 year ago

Eleventh beta of v3 series.

wpstarter - v3.0.0-beta.10

Published by gmazzap almost 2 years ago

Tenth beta of v3 series.

wpstarter - v3.0.0-beta.9

Published by gmazzap about 2 years ago

Nineth beta of v3 series.

wpstarter - v3.0.0-beta.8

Published by gmazzap almost 3 years ago

Eighth beta of v3 series.

wpstarter - v3.0.0-beta.7

Published by gmazzap almost 3 years ago

Seventh beta of v3 series.

wpstarter - v3.0.0-beta.6

Published by gmazzap almost 3 years ago

Sixth beta of v3 series.

wpstarter - v3.0.0-beta.5

Published by gmazzap almost 3 years ago

Fifth beta of v3 series.

wpstarter - v3.0.0-beta.4

Published by gmazzap about 4 years ago

Fourth beta of v3 series.

wpstarter - v3.0.0-beta.3

Published by gmazzap over 4 years ago

Third beta of v3 series.

wpstarter - v3.0.0-beta.2

Published by gmazzap over 5 years ago

Second beta of v3 series.

wpstarter - v2.4.6

Published by gmazzap over 5 years ago

Changed

  • Allow for 2.* version of Dotenv package.
  • Raise PHP requirement to 5.3.9
wpstarter - v3.0.0-beta.1

Published by gmazzap over 5 years ago

First beta of v3 series.

wpstarter - v2.4.5

Published by gmazzap over 5 years ago

Active development of v2 finish here.
v3 enters beta.

Changed

  • Reduced platform requirements.
wpstarter - v2.4.4

Published by gmazzap almost 6 years ago

Fixed

  • Warning when no plugins requirements (See #62)

Added

  • GitHub meta files (contributing guidelines, issues & PR templates)
  • Platform requirements to composer.json (See #27)

Changed

  • Added documentation for security issue when .env is in root (See #64)
wpstarter - v2.4.3

Published by gmazzap over 6 years ago

Fixed

  • Templates: Add EOF lines.

Added

Nothing

Changed

  • Do not check for required env variables (DB_NAME, DB_USER, DB_PASSWORD), because password is not mandatory (see #63) and WordPress will fail anyway if can't connect to database.
wpstarter - v2.4.2

Published by gmazzap over 7 years ago

Fixed

  • Use relative path in wp-cli.yml Fixes #65
  • Expicitly globalize $table_prefix in wp-config.php Fixes #61

Added

Nothing

Changed

Nothing

wpstarter - v2.4.1

Published by gmazzap over 7 years ago

Fixed

  • Removed strict types declaration for PHP 5 compat.

Added

Nothing

Changed

Nothing

wpstarter - v2.4.0

Published by gmazzap over 7 years ago

Fixed

  • Fix variable syntax for .env file template.
  • Cast whatever we get from get_option(uninstall_plugins) to an array, to avoid throwing a warning. See [#36].
  • Fix RuntimeException because of DB_NAME, DB_USER, DB_PASSWORD not set. See [#49].
  • Code styles fixes (thanks @GaryJones )

Added

  • WP CLI step that adds a wp-cli.yml file in the project root. See [#33].

Changed

  • Improved Helpers::addHook() by using WordPress function when available and loading plugin.php earlier on WP 4.7+. See [#50].
  • Declare strict types in all files.