Releases: thinkshout/wp-otis
Releases · thinkshout/wp-otis
Multipage delete bugfix and version standardization
What's Changed
- Addresses #57
- Catches up on overlooked version designations
Full Changelog: 1.2.5.1...1.2.5.2
Dashboard Styling Version Update
Does not actually change the dashboard, but does version string in dashboard script/styling registration for cache-busting purposes.
Credential Storage & Email Notifications
What's Changed
- Email Notifications by @jamacon36 in #53
- Credential Storage by @jamacon36 in #52
- Email Notifications & Credentials by @jamacon36 in #54
- updates version number and adds credentials in code storage by @jamacon36 in #55
Full Changelog: 1.2.4...1.2.5
1.2.5--beta-2
What's Changed
- updates version number and adds credentials in code storage by @jamacon36 in #55
Full Changelog: 1.2.5--beta...1.2.5--beta-2
Credential Storage & Email Notifications
What's Changed
- Email Notifications by @jamacon36 in #53
- Credential Storage by @jamacon36 in #52
- Email Notifications & Credentials by @jamacon36 in #54
Full Changelog: 1.2.4.2...1.2.5--beta
Plugin Version & Filter Params
Overview
- Updates User agent functionality to fix the passed version in api calls
- Updates action scheduler to latest version (3.7.1)
- Refactors Importer code to address type filter param confusion
Plugin Version Standardization
Individualized POI Processing
Overview
This update significantly improves the reliability of the plugin as well as simplifies log messaging.
Changelog
- Post import batch process scheduling functionality has been rewritten to schedule individual processing jobs for each update returned from the OTIS API.
- Logging has been updated with new messaging to reflect the import change.
General Notes
- In testing we have found that while some POIs take significantly longer to process than others, they have all finished importing successfully. This meant that at times the importer took 5 or even 10 minutes to report any new activity if it was a particularly complex POI.
- At times the importer is able to run several jobs at once and will appear to log overlapping activity, this is expected.
Auto Imports Timezone Fix
Overview
This fix adds an explicit timezone to the automatic imports feature in the plugin. The timezone is set to American/Los Angeles.
Existing POI Search Error Handling
Overview
This adds error handling to the wp_otis_get_post_id_for_uuid
function.