- Bump WordPress to 6.7.1
- Change from wpackagist-plugin/so-clean-up-wp-seo to digitoimistodude/so-clean-up-wp-seo
- Fix illegal option errors in
--existing
flag of the createproject script - Include dudestack version and date in start in the macos version of the createproject script
- Add checks to commands and symlinks
- Bump WordPress to 6.6.2
- Fix mkcert installation for macOS
- Remove the deactivation of gravity-forms-wcag-20-form-fields
- Bump WordPress to 6.7.0
- Fix fatal error with unexisting function countPlugins()
- Bump WordPress to 6.5.5
- Update bedrock-autoloader.php
- Remove wrong option from Redis config
- Use High performance Redis settings by default
- Remove Koko Analytics and WCAG 2.0 form fields for Gravity Forms from default plugins
- Remove vagrant keyword
- Bump WordPress to 6.5.4
- Fix check for existing if the project is found on GitHub
- Bump composer.json PHP from 8.2 to 8.3
- Re-add missing wpackagist-plugin/query-monitor back to require-dev
- Ensure php.conf exists
- Add self-updater
Please note: This version contains breaking change, if you are using older macos-lemp-setup and still have PHP 7.4 installed.
- Add PHP 8.3 and macos-lemp-setup 1.0.8 support
- Remove leftover workflow
- Ensure $DIR_TO_FILE is set in createproject init
- Bump WordPress to 6.5
- Do not remove root phpcs.xml in cleanups
- Remove travis from cleanups
- Allow .editorconfig to be exported
- PHP 8.3 support
- Fix PHP_CodeSniffer rules for 8.3
- Add PHP_CodeSniffer and WPCS composer packages
- Add unit tests
- Fix implode() in bedrock Installer.php for PHP 8.3
- Remove wps
- Add two factor authentication to default plugins
- Bump WordPress to 6.4.3
- Add new http2 syntax for nginx vhosts
- Bump WordPress to 6.4.2
- Add tiny-compress-images and png-to-jpg to stack
- Fix a mysql cmd syntax regression presented in 2.2.8
- Add script support for Pop!_OS #16 (thanks @raikasdev!)
- Ensure initial branch is master
- Make mysql CREATE DATABASE command safer by adding IF NOT EXISTS + backslashes to cmd
- Start script --existing: Add link to remote media setup
- Bump WordPress to 6.3.1
- Make sure main branch is master with git commands
- Bump WordPress to 6.2.1
- Add .editorconfig
- Fix github doc link
- Add
"default_branch": "master"
to github API call
- Remove old unused gem dependencies
- Bump WordPress to 6.2.0
- Remove double variable in variables.sh
- Add support for --existing option in createproject script for macOS
- Add .env-e to cleanups
- Bump WordPress to 6.1.1
- Change SEO Framework to Yoast SEO + Hide SEO Bloat
- Bump WordPress to 6.0.2
- Add the newest version of wp-languages
- Remove imagify
- Activate all plugins on new project startup
- Deactivate certain non-production plugins by default
- Bump WordPress to 5.9.3
- Require devgeniem/wp-sanitize-accented-uploads since core's similar feature doesn't do enough
- Generate Diffie-Hellman 4096-bit key with less time
- Change .env default host back to localhost
- Remove Classic Editor from default plugins as these things are nowadays defined by theme
- Fix GitHub repository init in start script
- Bump WordPress to 5.7.2
- Change default mysql host back to 127.0.0.1 instead of localhost as macos-lemp-stack and newest brew mariadb updates seem to depend on it
- Change default mysql host to localhost instead of 127.0.0.1
- Ensure github repo is created
- Export variables
- Fix EOL settings
- Fix getting WP_ENV from .env, Fixes #14
- Improved laragon support, see PR #13 (Huge thanks to @divn!)
- Add laragon support (bin/laragon.bat, huge thanks to @divn)
Project start scripts have been refactored completely. See pull request #11.
- Deprecated docker and vagrant - they are horribly outdated and we can't support them no longer. dudestack-docker has been retired.
- Add working WSL support (documentation), linked also to windows-lemp-setup
- Modularize bash scripts, add files as partials. From now on we need to edit files under bin/tasks and no need to touch main files macos.sh and wsl.sh
- Beautiful formatting and instructions to start script
- Prevent running directly with bash or sh to prevent possible issues with them
- Variable all the things - no need to search and replace stuff
- Fix typos
- Fix WP-CLI commands, there were couple of issues with it
- Fix cleanups - we had wp-cli.yml credentials left saved to project - oops!
- Add some checks (is git found, are certs created, is mkcert found etc.)
- Add extra notifications that these scripts need dudestack and dev servers to work
- Move everything to .env_createproject in $HOME. No more setup.sh or complicated generate scripts, everything should work directly from dudestack repo WITH updates in the future
- Fix updating wp option current_theme, value is needed, on osxlemp createproject script, 0c19c31
- Change ga-in plugin to koko-analytics, 0c02b56
- Add the new WP_ENVIRONMENT_TYPE environment variable that WP core uses in wp_get_environment_type function, 0c23137
- Major dudestack version update - Moving to PHP dotenv 5.3, roots/wp-config, oscarotero/env, #4
- HTTPS support, #5
- Start changelog