Skip to content

Releases: thinkshout/wp-otis

Multipage delete bugfix and version standardization

09 Aug 17:21
b3b16e9
Compare
Choose a tag to compare

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

14 Jun 19:43
Compare
Choose a tag to compare

Does not actually change the dashboard, but does version string in dashboard script/styling registration for cache-busting purposes.

Credential Storage & Email Notifications

14 Jun 17:35
9a0455e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

1.2.5--beta-2

30 May 21:51
9a0455e
Compare
Choose a tag to compare
1.2.5--beta-2 Pre-release
Pre-release

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

09 May 19:58
f826fea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4.2...1.2.5--beta

Plugin Version & Filter Params

16 Jan 16:32
a4d8ccf
Compare
Choose a tag to compare

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

19 Dec 20:19
18bc88d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.4.1

Individualized POI Processing

14 Dec 20:49
27b6499
Compare
Choose a tag to compare

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

19 May 15:21
72407fd
Compare
Choose a tag to compare

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

20 Apr 16:10
732ec5c
Compare
Choose a tag to compare

Overview

This adds error handling to the wp_otis_get_post_id_for_uuid function.