MB Relationships Changelog
1.10.3 – 2020-07-07
- Fix reciprocal post query doesn’t work with custom ‘orderby’ param
1.10.2 – 2020-07-06
- Fix wrong table prefix when getting reciprocal relationships
- Add hooks for add, delete relationships
1.10.1 – 2020-06-18
- Add filter for relationship settings
- Fix reciprocal not follow the order of the admin
1.10.0 – 2020-04-22
- Add APIs to get all relationships and relationships settings
1.9.2 – 2020-04-17
- Fix each_connected not working
1.9.1 – 2020-04-08
- Fix query of the storage get function for reciprocal relationships
- Fix each_connected not working
1.9.0 – 2020-02-19
- Add
link
parameter to admin_column
which accepts view
(default), edit
or false
(no link).
- Fix duplicated connections.
1.8.0 – 2020-01-05
- Add support for reciprocal relationships
- Add
mb_relationships_registered
hook
1.7.1 - 2019-11-01
- Fix creating table error due to empty collate.
1.7.0 – 2019-09-18
- Add a separate
field
array for field settings
- Add
order_from
and order_to
to API::add method
1.6.1 – 2019-07-17
- Make
hidden
param work for to
side
- Remove duplicate from query
1.6.0 – 2019-02-25
- Added support for querying by multiple relationships. See docs for details.
- Extracted admin columns and meta boxes into their own classes
- Renamed files and classes for clarity
1.5.0 – 2018-12-19
- Fixed incorrect order of items when changing order of connected items.
- Changed the database structure by adding
order_from
and order_to
columns to track order of items.
- Removed reference to global
$wpdb
and use the global variable directly. This prevents serialize objects in some unexpected situations.
1.4.1 – 2018-10-26
- Fixed cannot query for posts excluded from search.
- Fixed not showing entries in admin columns.
1.4.0 – 2018-08-24
- Added ‘closed’ and ‘autosave’ param to relationship meta boxes.
- Fixed indirect variable access in PHP 5.x.
1.3.2 – 2018-07-02
- Reverted the
'post_type' => 'any'
as it relates to many queries.
1.3.1 – 2018-07-02
- Remove
'post_type' => 'any'
in the query for relationship, which causes unexpected behaviour with post types that have 'exclude_from_search' => true
. Developers should always set post_type
in their queries. See https://bit.ly/2lPvnPk.
1.3.0 – 2018-05-25
1.2.0 – 2018-04-27
- Added API to get siblings items.
1.1.2 – 2018-03-08
- Fixed output of related posts with the same order as in the backend.
1.1.1 – 2018-02-27
1.1.0
- Added meta box for selecting ‘from’ objects
- Added CRUD API for relationships
1.0.0