Releases: Simply-Static/simply-static
Releases · Simply-Static/simply-static
3.2.5.3
3.2.5.2
- upgraded WP Background Processing package
- fixed typo in admin UI
- increased interval between batches to 2 seconds (from 1 second)
3.2.5.1
- make XML sitemap inclusion optional for single exports
- fixed _load_textdomain_just_in_time error
3.2.5
- added filter to modify log file location
- small UI factor to fix weird WP default border styles in admin UI
- trait to make tasks skippable
- implemented cleanup method that can be extended in tasks
- decreased default job interval to 1 second instead of 5
3.2.4.2
- small UI changes related to GitHub
- improved filter handling to increase batch size
- allow tasks to define their own batch size
3.2.4.1
- fixed dbDelta migration for new JSON column
3.2.4
- automatically create the local directory if it doesn't exist
- Limit Basic Auth to URLs that pass is_local_url() check
- WordPress 6.7 compatibility
3.2.3
- removed processing_pages_message method
- added the ability to include files without a file extension (_headers, _redirects..)
- added UI to reset database table
- included diagnostics check for no-index setting
- included diagnostics check for Basic Auth without proper configuration in settings
- tweak to avoid duplicate notes in export log
- renamed Simply Static (Admin Bar) to Admin Bar (Core)
- renamed Environments to Environment (Core)
- simplified http_request_args filter implementation
- added notice to upgrade both (pro and free) because of removing deprecated methods
3.2.2
- officially deprecated delete_transients method
3.2.1
- improved file handling on local transfer task
- refactored transient handling for task handling
- renamed delete_transients to delete_total_pages for consistency