Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

v0.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 03:51
99a22f9

0.20.1 (2023-03-07)

Features

  • add configMap() Display a list of constants defined by Setup. (68f1fa5)
  • Adds 'wordpress' => 'wp', (16f5804)
  • Adds asset_url() (47d33b8)
  • Adds Asset::url (d8572c2)
  • Adds env() function (c9ce38b)
  • Adds HttpKernel default args (5e4a020)
  • Adds static::detect_error() and static::env() (b310e16)
  • adds a list of setup options (9dea7b3)
  • adds config method in class Setup (5a5502b)
  • Adds docs dir (4f89446)
  • adds Environment::secure() (8a2f109)
  • adds Exception try catch block (c71034f)
  • adds getEnvironment() to get the current Environment setup (46f65d5)
  • Adds Kernel (8fc96c2)
  • adds more error reporting for debug (7c55d36)
  • Adds tests for HttpKernel (b18b06c)
  • can now disable and bypass the default setup process (617938a)
  • constant can be overridden in wp-config.php, add Directory $path (e9fa1b5)
  • defines Environment types (36e7778)
  • simplify environment setup, allow bypass of default setup (8ef04d5)

Bug Fixes

  • debug settings, adds DISALLOW_FILE_EDIT (e908ae1)
  • fix ConfigInterface (3570754)
  • fix example file (c84cd88)
  • fixes rreturn type set to ConfigInterface (338912a)
  • remove string constraint in uploads param (fb5ae22)