Skip to content

Releases: voceconnect/objects-to-objects

version 1.2.2

22 May 14:09
Compare
Choose a tag to compare
  • fixed bug with misdefined variable when reassigning post parent.

version 1.2.1

02 May 02:22
Compare
Choose a tag to compare
  • Updating tests to includ wp 3.9
  • Fixing bug in parent reassignment of terms representing hierarchical posts

version 1.2.0

05 Feb 19:30
Compare
Choose a tag to compare
  • unit tests
  • modifications to interface to improve testabililty
  • automatic handling 'include_children' of queries against hierarchical post types
  • misc bug fixes

version 1.1.0

24 Jan 15:32
Compare
Choose a tag to compare
  • Fixed direction handling for rewrites.

version 1.0.12

24 Jan 14:11
Compare
Choose a tag to compare
  • replacing deprecated call to $wpdb->escape with esc_sql

version 1.0.11

09 Jan 18:24
Compare
Choose a tag to compare
  • fixing fatal error caused by typo in previous release.

version 1.0.10

09 Jan 17:46
Compare
Choose a tag to compare
  • fixing issue where no connected objects resulted in a parameterless query being run

version 1.0.8

17 Dec 18:58
Compare
Choose a tag to compare

Added filter for PSU arguments.

version 1.0.7

11 Dec 18:40
Compare
Choose a tag to compare
  • fixed class_exist checks to properly use composer autoload.

Composer compatibility. Check for class existence before defining.

10 Dec 23:58
Compare
Choose a tag to compare

Avoid PHP Fatals when this plugin is a Composer dependency more than once in an application.