Skip to content

Releases: wecodemore/wpstarter

v3.0.0-beta.3

14 May 07:41
Compare
Choose a tag to compare

Third beta of v3 series.

v3.0.0-beta.2

29 May 08:42
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Second beta of v3 series.

v2.4.6

15 Mar 16:09
Compare
Choose a tag to compare

Changed

  • Allow for 2.* version of Dotenv package.
  • Raise PHP requirement to 5.3.9

v3.0.0-beta.1

15 Feb 15:00
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

First beta of v3 series.

v2.4.5

15 Feb 14:59
Compare
Choose a tag to compare

Active development of v2 finish here.
v3 enters beta.

Changed

  • Reduced platform requirements.

v2.4.4

01 Nov 20:31
Compare
Choose a tag to compare

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)

v2.4.3

07 May 21:53
Compare
Choose a tag to compare

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.

v2.4.2

29 Jun 10:10
Compare
Choose a tag to compare

Fixed

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

Added

Nothing

Changed

Nothing

v2.4.1

21 Feb 12:22
Compare
Choose a tag to compare

Fixed

  • Removed strict types declaration for PHP 5 compat.

Added

Nothing

Changed

Nothing

v2.4.0

21 Feb 11:54
Compare
Choose a tag to compare

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.