Skip to content

Releases: devgeniem/wp-oopi

1.4.1

10 Oct 12:02
1cec7bb
Compare
Choose a tag to compare

What's Changed

  • Change return type of get_value() to mixed by @ottoturu in #37

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

08 May 12:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.4.0

1.3.3

08 May 09:20
9847ed3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2

15 Apr 10:44
Compare
Choose a tag to compare

Fixed

  • Fixed issue with nonexistent attachments. Fixed the situation where the importer might fail with the image that doesn't exist.

1.3.1

06 Feb 15:30
454d5fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

01 Aug 13:59
Compare
Choose a tag to compare

Fixed

  • Fixed the issue #23 If OOPI_IGNORE_SSL has been enabled and the certificate on the source site is invalid, the exif_imagetype() function cannot be used in the AttachmentImporter.

1.2.1

31 Jan 08:50
Compare
Choose a tag to compare

Adds
parse_url( $url, PHP_URL_PATH ) to parse attachment importable's url.

1.2.0

27 Apr 07:04
Compare
Choose a tag to compare

Added

  • Filters oopi_before_save_post_acf and oopi_before_save_post_acf/type={field_type}.

1.1.0

21 Feb 11:05
Compare
Choose a tag to compare

Added

  • Schedule log cleaner cronjob on plugin activation. The cronjob deletes rows from log table older than the threshold set.

Fixed

  • Fixed autoloading, added composer test + more #17

1.0.1

03 Feb 11:07
fa5a9b6
Compare
Choose a tag to compare

Fixed

Fixed inserting ACF data to attachments