Skip to content

Releases: Simply-Static/simply-static

3.2.5.3

04 Jan 10:48
Compare
Choose a tag to compare
  • downgraded WP Background Processing package to 1.3.1 again (issues with ajax)
  • responsive design for admin UI
  • improved Basic Auth Handling for different server types (NGINX, Apache, Windows IIS)
  • fixed automated feed handling on running exports

3.2.5.2

19 Dec 12:49
Compare
Choose a tag to compare
  • upgraded WP Background Processing package
  • fixed typo in admin UI
  • increased interval between batches to 2 seconds (from 1 second)

3.2.5.1

16 Dec 09:34
Compare
Choose a tag to compare
  • make XML sitemap inclusion optional for single exports
  • fixed _load_textdomain_just_in_time error

3.2.5

10 Dec 14:05
Compare
Choose a tag to compare
  • 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

21 Nov 09:27
010d25f
Compare
Choose a tag to compare
  • 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

13 Nov 18:41
Compare
Choose a tag to compare
  • fixed dbDelta migration for new JSON column

3.2.4

13 Nov 09:49
Compare
Choose a tag to compare
  • 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

11 Nov 12:46
Compare
Choose a tag to compare
  • 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

06 Nov 19:17
Compare
Choose a tag to compare
  • officially deprecated delete_transients method

3.2.1

06 Nov 09:05
Compare
Choose a tag to compare
  • improved file handling on local transfer task
  • refactored transient handling for task handling
  • renamed delete_transients to delete_total_pages for consistency