Skip to content

Releases: wponrails/wp-connector

Allow `perform_async`

30 May 08:56
Compare
Choose a tag to compare

When passing 0 as delay in schedule_create_or_update, the method perform_async will be used instead of perfom_in. This helps with syncs that are dependent on one another.

Delay execution

04 Apr 09:09
Compare
Choose a tag to compare
Merge pull request #50 from wponrails/feature/delay-jobexecution

READY: Using perfom_in instead of perform_async

Add unpublish method

09 Mar 08:06
Compare
Choose a tag to compare
Merge pull request #46 from wponrails/feature/unpublish

[READY] Add unpublish method

WordPress ACF options

24 Feb 11:29
Compare
Choose a tag to compare

WordPress options are a little different than WP post types.
This release allows for synchronising with WordPress options (ACF options).

This feature was previously based on v1.3.0 and was tagged as v1.4.0. This release combines this feature with the new configuration method of v2.0.0 and up.

wp-connector scoped configuration

19 Aug 12:31
Compare
Choose a tag to compare

Rails version prior to 4.2 do not support 'x configuration'.

Add Redirection redirects

13 Jul 14:32
Compare
Choose a tag to compare

This release adds support for the popular WordPress Redirection plugin by adding a concern for Redirects.

https://wordpress.org/plugins/redirection/

V1.0.1: Merge pull request #21 from hoppinger/feature/clean_up

20 Feb 14:01
Compare
Choose a tag to compare

V1.0.0

17 Feb 22:47
Compare
Choose a tag to compare
Update README.md