Skip to content

Latest commit

 

History

History
147 lines (108 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

147 lines (108 loc) · 5.11 KB

v0.0.39 (June 23, 2024)

Fix integration with Hades package.

v0.0.38 (January 2nd, 2024)

HAPPY NEW YEAR Change path for wp-admin/admin-ajax.php calls. Fix bugs on AdminAjax component.

v0.0.37 (November 8, 2023)

Change path for wp-json including the WordPress dir. New name for xmlrpc.php file. Add mobile detector.

v0.0.36 (October 27, 2023)

Add mobile detector and gettext scripts.

v0.0.35 (May 1, 2023)

Error manager with displayError function.

v0.0.34 (December 30, 2022)

Add new constants. Update displayError() calls and default WordPress ABSPATH constant. Update the Debugger call.

v0.0.33 (June 28, 2022)

Fix array to bool conversion on Processor handler.

v0.0.32 (June 19, 2022)

Fix required file on Processor handler.

v0.0.31 (June 19, 2022)

Fix .htaccess.dist file contents.
Fix Processor handler via composer.

v0.0.30 (February 12, 2022)

Add a better CHANGELOG display.
Add new --no-interaction command compatibility to work with automatic deploy scripts.
Fix composer integration.

v0.0.29 (February 5, 2022)

Fix the siteurl and home multisite options with HTTPS protocol.
Update composer command lines and default WordPress theme.
Update TwentyTwentyTwo theme from composer.

v0.0.28 (January 2, 2022)

Fix the siteurl multisite option by adding the WORDPRESSDIR constant.

v0.0.27 (March 6, 2021)

Auto detect https use from site url.
Add options to fully customize WordPress installation, as multisite or single site.
Make themes directory overridable through get_template_directory() and get_template_directory_uri() functions.

v0.0.26 (December 25, 2020)

Fix Configurator and Processor Handler components.

v0.0.25 (April 08, 2020)

Update composer and autoload.

v0.0.24 (March 25, 2020)

Add new Olympus components integration.

v0.0.23 (January 12, 2020)

Update TwentyTwenty theme from composer.

v0.0.22 (December 11, 2019)

Update ErrorDebugger class with error file rotation.

v0.0.21 (July 16, 2018)

Add opts.php file.
New PHPCS validation.

v0.0.20 (March 24, 2018)

PHPCS validation.

v0.0.19 (March 24, 2018)

Log file integration with Whoops package.
Update required PHP version.

v0.0.18 (March 23, 2018)

Update main package with new Whoops integration.

v0.0.17 (February 03, 2017)

Update composer components with Guzzle.

v0.0.16 (December 17, 2016)

Replace TwentySixteen theme with the new TwentySeventeen.
Update Handler component to make install more efficient.

v0.0.15 (November 14, 2016)

Add web/resources/dist/fonts folder.

v0.0.14 (October 22, 2016)

Update web/resources/dist folder contents.

v0.0.13 (October 21, 2016)

Add DISTPATH static to be used in Olympus Hera or other packages.

v0.0.12 (October 21, 2016)

Update .gitignore files, add new /web/resources/dist folder for packages assets.

v0.0.11 (October 09, 2016)

Fix composer missing bash command line.

v0.0.10 (October 08, 2016)

Add new Cache folder variable, fix composer bash command lines update composer vendors.

v0.0.9 (September 28, 2016)

Update composer.json file, add .gitkeep file.

v0.0.8 (May 20, 2016)

Add an own.php file for your own custom constants.
Add the robots.txt process into composer and symlink to xmlrpc.php file.

v0.0.7 (May 14, 2016)

Adds Olympus Hera integration.
Fix bugs via PHPCS integration.

v0.0.6 (April 23, 2016)

Travis and PHPCS integration.
New Error debugger with Whoops and File logger with Monolog.
New Olympus Hera mu-plugin integration.

v0.0.5 (April 13, 2016)

Travis and PHPCS integration.

v0.0.4 (April 12, 2016)

Please welcome Must Use Plugins :)
In this new version, PHPCS recommandations have been followed.
A new MuPlugins Autoloader class has been written.
The wonderful WP-API Rest plugin is included as a mu-plugins.
And capistrano processes has been written.

v0.0.3 (April 08, 2016)

I've been working hard to make Composer install more efficient for developers :)
Configuration files are auto-generated via composer install command.

v0.0.2 (March 29, 2016)

It's been a while...
Capistrano integration is now available. Not yet full optimised, but works efficiently.

v0.0.1 (January 09, 2016)

INITIAL RELEASE