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

Releases: devuri/wp-env-config

v0.7.1

09 Sep 20:45
a2a77ff
Compare
Choose a tag to compare

0.7.1 (2023-09-09)

Bug Fixes

  • configMap() is get_constant_map() (c537d75)

v0.7.0

09 Sep 20:29
7e4170f
Compare
Choose a tag to compare

0.7.0 (2023-09-09)

⚠ BREAKING CHANGES

  • replace ConfigTrait with ConstantConfigTrait

Features

  • replace ConfigTrait with ConstantConfigTrait (780aa6f)

Bug Fixes

  • Environment is now EnvironmentSwitch adds EnvInterface (de0d579)

Miscellaneous Chores

v0.6.6

08 Sep 17:10
22a114b
Compare
Choose a tag to compare

0.6.6 (2023-09-08)

Features

  • adds devuri/cpt-meta-box 0.4 use DevUri\PostTypeMeta\MetaBox (a4f8024)
  • adds php nino up and php nino down handles maintenance mode, up will create .maintenance in the public dir and down will remove it (4d9705c)
  • new config() function to get config options (757a06f)

Bug Fixes

  • autofix port number on local (9437ebc)
  • only enable auto login if WPENV_AUTO_LOGIN_SECRET_KEY is available (e8aed54)

Miscellaneous Chores

v0.6.5

06 Aug 16:12
2530a08
Compare
Choose a tag to compare

0.6.5 (2023-08-06)

Bug Fixes

  • fixes created dir before cli is run (b4e064f)

v0.6.4

06 Aug 15:53
fc2aaf9
Compare
Choose a tag to compare

0.6.4 (2023-08-06)

Features

  • wpi is now wp:install (483f349)
  • add blog title to install options (c81e11f)
  • add support for file Exception using Defuse\Crypto\File (0e4ecc9)
  • adds config('key') for accessing nested data using dot notation (a21ab49)
  • adds devuri/dot-access (d975244)
  • adds php-encryption and Encryption class (d02bd3d)
  • adds Auto-Login MU Plugin and CLI (6b50e33)
  • adds Elementor Pro activation class (557f696)
  • adds encrypted backup option (4251bcf)
  • adds s3 backup option (30d4e3f)
  • adds TODO Setup Activity Logs. (939ee99)
  • better handle on S3_BACKUP_DIR now uses domain as default (3e44c3e)
  • can generate key file with: php nino config cryptkey (518f63c)
  • fix filename and use month name, add DELETE_LOCAL_S3BACKUP (51bd6e7)
  • s3backup_dir env option S3_BACKUP_DIR (f30e6fc)
  • use devuri/encryption replaces Encryption class (e54da9f)

Bug Fixes

  • append login secret (7c52612)
  • better login and token handling (bae96fd)
  • create bucket is not always an option (a29c51e)
  • deactivate is true (f36b67e)
  • encode and ecode ciphertext (839f667)
  • fix backup, same day backups now use timestamp (5751540)
  • fixes bucket creation (12f9378)
  • missing Encryption (b9a7ab0)
  • move auto login to core Plugin so its always available (5df8a86)
  • remove detects the error (11cabef)
  • use symfony/console:5.4.* for php 7.4 (ae8b85e)
  • use WPENV_AUTO_LOGIN_SECRET_KEY (55a9743)

Miscellaneous Chores

v0.6.3

07 Jul 07:02
d1f6409
Compare
Choose a tag to compare

0.6.3 (2023-07-07)

Bug Fixes

  • fix adn exclude on Sucuri (ef62d71)
  • fixes undefined array item (aae1cea)
  • use int on port checks (d06195f)

Miscellaneous Chores

v0.6.2

07 Jul 03:51
945ab51
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

0.6.2 (2023-07-07)

Features

  • add DatabaseBackup cli db:backup (648bfc5)
  • add backups by month and year to backup command, include snap.json (b856ed7)
  • add upgrade to use devuri/secure-password (5c485a7)
  • adds Restricted Admin (d308ca6)
  • adds basic auth plugin option (ef3c868)
  • adds PublicKey support for encryption or verification purposes (c019481)
  • adds sudo_admin_group users with higher privileges (90f4dc3)
  • adds wpi -u admin cli wp installer QuickInstaller (d20f90a)
  • disable error handler with false (5b9f186)

Bug Fixes

Miscellaneous Chores

v0.6.1

01 Jul 19:24
224cc09
Compare
Choose a tag to compare

0.6.1 (2023-07-01)

Features

  • adds Setup and application error handling to App (453d5e9)
  • adds sudo_admin and Custom Sucuri settings Disable Sucuri WAF ui (214e1d8)
  • adds try catch block to wpc_app helper (3e449ec)
  • app config options: security, smtp mailer and redis cache (5744c54)
  • use ConstantTrait and add redis and security settings to BaseKernel (80924a4)

Bug Fixes

  • replace cli install => i to install plugins and themes (5f3419b)
  • trim for 8.1 (7bed1be)
  • various fixes for sucuriscan (fba2017)

Miscellaneous Chores

v0.6.0

27 Jun 16:11
cd05214
Compare
Choose a tag to compare

0.6.0 (2023-06-27)

⚠ BREAKING CHANGES

  • !BREAKING symfony/console is now 6.0 requires php 8.0.2

Features

  • !BREAKING symfony/console is now 6.0 requires php 8.0.2 (01fb09b)
  • templates_dir replaces theme_dir (b2859dd)
  • adds config_file for overrides (a4bff89)
  • adds make:htpass cli to create htaccess basic auth password file (f2dbd3f)
  • adds alias prod, local, dev and sec for environment switch (f9ee749)
  • adds dev laravel/envoy and spatie/ssh (824023f)
  • adds security headers (c929311)
  • get installed plugins as composer dependencies (f15ac59)
  • rename Nino Cli => 0.1.3 (41fd1b3)

Bug Fixes

Miscellaneous Chores

v0.5.1

18 Jun 05:25
b3d6ff1
Compare
Choose a tag to compare

0.5.1 (2023-06-18)

Features

  • adds wpc_app_config_core() load core plugin (62ba254)