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

v0.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 15:53
fc2aaf9

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