Skip to content

Releases: zerosonesfun/wordpress-frontend-loader

Footings

04 Mar 18:35
f2899a4
Compare
Choose a tag to compare
  • Removed unnecessary assets
  • Updated Readme.md
  • Submitted to WordPress for approval

Foundation

04 Mar 14:15
b2a68cc
Compare
Choose a tag to compare
  • Ready to submit to WordPress

Foundation

04 Mar 14:15
b2a68cc
Compare
Choose a tag to compare
1.3.5

Update frontend-loader.php

Foundation

04 Mar 12:38
eb1c445
Compare
Choose a tag to compare
1.3.4

Update frontend-loader.php

Foundation

04 Mar 12:35
fb73d51
Compare
Choose a tag to compare
1.3.3

Update frontend-loader.php

Foundation

04 Mar 12:16
6cbf0b8
Compare
Choose a tag to compare
1.3.2

Update frontend-loader.php

Foundation

04 Mar 12:04
4df22fc
Compare
Choose a tag to compare
  • Cleaning code for submission to WordPress
  • Added settings page

Foundation

04 Mar 12:01
c73cea4
Compare
Choose a tag to compare
  • Preparing code for submission to WordPress
  • Adding settings page (incomplete - next release will have settings page)

Regrade

04 Mar 11:31
8e56d91
Compare
Choose a tag to compare
  • Error Handling Enhancement: Modified the script to address an issue with options.data.indexOf causing a TypeError when options.data was not a string, by adding type checks and conversions for object and FormData instances.
  • Enhanced AJAX Data Handling: Improved the handling of options.data to gracefully handle various data types (string, object, FormData) without breaking other scripts or forms, especially when submitting a contact form.
  • Selective Spinner Display for AJAX Requests:
    • Added explicit checks to display the spinner for FormData instances, typically associated with form submissions.
    • Ensured that AJAX requests with non-standard data types fail gracefully, avoiding script errors and allowing other scripts to run smoothly.
  • Heartbeat API Ignoring Logic: Refined the logic for ignoring WordPress heartbeat API calls to prevent unnecessary display of the loader overlay during such background requests.

Backfill

04 Mar 00:01
35a873b
Compare
Choose a tag to compare
  • Fix heartbeat part