Releases: 10up/distributor
2.0.6
Changed
- Improved the management of pulled content both from the admin post list view and from the admin single post view, making it easier to see what content has been pulled and what content is linked or not linked, as well as making linking and unlinking clearer (props @roshniahuja, @faisal-alvi, @ravinderk, @iamdharmesh, @Sidsector9, @dkotter, @jeffpaul, @oszkarnagy via #1036).
Fixed
- Address creation of dynamic property warning in PHP 8.2+ (props @kirtangajjar, @Sidsector9, @peterwilsoncc via #1230).
Security
- Bump
axios
from 1.6.4 to 1.7.4 (props @dependabot, @iamdharmesh via #1260). - Bump
webpack
from 5.89.0 to 5.94.0 (props @dependabot, @peterwilsoncc via #1263).
Developer
- Bump
@wordpress/env
from 10.1.0 to 10.5.0 (props @peterwilsoncc, @faisal-alvi via #1236). - Update the
README.md
file with proper repo badges, the plugin banner image and some minor text updates (props @jeffpaul, @dkotter via #1265).
Full Changelog: 2.0.5...2.0.6
View closed items in the milestone.
2.0.5
Note that Distributor now requires WordPress 6.4 or later.
Added
- Introduce "View all" post type view when pulling content from external connections (props @mehul0810, @ravinderk, @cadic, @peterwilsoncc, @ankitrox, @Sidsector9, @jeffpaul via #1002).
Changed
- Account for FSE post types in rest endpoints (props @mehul0810, @peterwilsoncc, @faisal-alvi via #1246).
- Bump WordPress "tested up to" version 6.6 (props @jeffpaul, @qasumitbagthariya, @dkotter via #1214, #1243).
- Bump WordPress minimum from 5.7 to 6.4 (props @jeffpaul, @dkotter via #1214, #1261).
Fixed
- Ensure you can publish distributed posts in WordPress 6.6 (props @claudiulodro, @phpbits, @faisal-alvi via #1252).
- Address an issue where the incorrect featured image can sometimes be pushed with a post (props @phpbits, @matthew-upslope, @dkotter, @faisal-alvi via #1254).
- Add a check to ensure a connection is internal and exit early if not (props @kirtangajjar, @peterwilsoncc via #1225).
- Ensure the proper admin CSS file loads (props @psorensen, @Sidsector9 via #1208).
- Address a PHP deprecation notice (props @kirtangajjar, @peterwilsoncc, @faisal-alvi via #1227).
- Ensure no errors occur in the synced patterns editor (props @kirtangajjar, @peterwilsoncc, @Sidsector9 via #1228).
- Undefined array key "id" warning on the Pull Content page (props @Sidsector9, @peterwilsoncc via #1247).
- PHP warning about invalid argument supplied for foreach in
\Distributor\Utils\prepare_meta()
(props @dhanendran, @peterwilsoncc, @faisal-alvi, @kirtangajjar via #1167). - Deprecation notice in
PullListTable
when distributed posts are not allowed to be edited (props @kirtangajjar, @faisal-alvi via #1245). - Undefined "id" notices showing in the error log (props @phpbits, @dkotter via #1253).
Security
- Bump
follow-redirects
from 1.15.4 to 1.15.6 (props @dependabot, @faisal-alvi via #1209). - Bump
ip
from 1.1.8 to 1.1.9 (props @dependabot, @faisal-alvi via #1209). - Bump
jsdoc
from 3.6.11 to 4.0.2 (props @dependabot, @faisal-alvi via #1209). - Bump
webpack-dev-middleware
from 5.3.3 to 5.3.4 (props @dependabot, @faisal-alvi via #1209). - Bump
express
from 4.18.2 to 4.19.2 (props @dependabot[bot], @peterwilsoncc via #1213). - Bump
braces
from 3.0.2 to 3.03,pac-resolver
from 7.0.0 to 7.0.1,socks
from 2.7.1 to 2.8.3,ws
from 7.5.9 to 7.5.10 and removeip
(props @dependabot[bot], @Sidsector9 via #1234).
Developer
- "Testing" section in the
CONTRIBUTING.md
file (props @kmgalanakis, @iamdharmesh, @jeffpaul via #1219). - Bumped
actions/upload-artifact
from v3 to v4 (props @iamdharmesh, @jeffpaul via #1217). - Replaced
lee-dohm/no-response
withactions/stale
to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #1206). - Use
GITHUB_OUTPUT
envvar instead ofset-output
command (props @arunsathiya, @iamdharmesh via #1178). - Fix some failing E2E tests (props @kirtangajjar, @iamdharmesh via #1242).
- Add
taffydb
as devDependecy (props @dependabot, @faisal-alvi via #1209).
New Contributors
- @ankitrox made their first contribution in #1002
- @mehul0810 made their first contribution in #1002
- @kirtangajjar made their first contribution in #1167
- @arunsathiya made their first contribution in #1178
- @psorensen made their first contribution in #1208
- @qasumitbagthariya made their first contribution in #1214
- @claudiulodro made their first contribution in #1252
- @phpbits made their first contribution in #1252
- @matthew-upslope made their first contribution in #1254
Full Changelog: 2.0.4...2.0.5
View closed items in the milestone.
2.0.4
Added
- Repo Automator GitHub Action to automate repo operations (props @iamdharmesh, @jeffpaul via #1191).
Changed
- Address typos across the codebase (props @szepeviktor, @peterwilsoncc via #1184).
Fixed
- Address an issue with data being cached incorrectly (props @leogermani, @peterwilsoncc via #1185).
New Contributors
- @szepeviktor made their first contribution in #1184
Full Changelog: 2.0.3...2.0.4
View closed items in the milestone.
2.0.3
Added
- New filter,
dt_post_to_pull
, that allows modifying the post to be pulled (props @leogermani, @peterwilsoncc, @dkotter via #1181).
Fixed
- Ensure the code snippet for keeping the original post date is correct (props @leogermani, @peterwilsoncc via #1160).
Security
- Bump
tj-actions/changed-files
from 36 to 41 (props @dependabot[bot], @peterwilsoncc via #1172). - Bump
@wordpress/scripts
from 26.6.0 to 26.19.0 (props @dependabot[bot], @iamdharmesh via #1174).
New Contributors
- @leogermani made their first contribution in #1160
Full Changelog: 2.0.2...2.0.3
View closed items in the milestone.
2.0.2
Added
- New snippet detailing how to disable automatic content updates (props @dkotter, @peterwilsoncc via #1145).
Changed
- Show proper external connection status error messages when the status is checked (props @theskinnyghost, @peterwilsoncc via #1140).
- Updated our docs around how to connect two pieces of existing content (props @dkotter, @peterwilsoncc via #1145).
- Bump WordPress "tested up to" version 6.4 (props @severine-pozzo, @QAharshalkadu, @jeffpaul, @dkotter via #1151).
Fixed
- Copy the htaccess file when initilizing the E2E test environment (props @peterwilsoncc, @theskinnyghost, @dkotter via #1143).
- Prevent early publishing of scheduled posts when pulled internally (props @peterwilsoncc, @jeffpaul, @dkotter, @maxledoux, @pcrumm via #1156).
- Avoid a PHP fatal error when pulling content that has previously been pulled into a different network site (props @dkotter, @jeffpaul, @peterwilsoncc via #1159).
Security
- Bump
postcss
from 8.4.24 to 8.4.31 (props @dependabot[bot], @ravinderk via #1141). - Bump
@babel/traverse
from 7.22.5 to 7.23.2 (props @dependabot[bot], @peterwilsoncc via #1147).
New Contributors
- @severine-pozzo made their first contribution in #1151
- @maxledoux made their first contribution in #1156
Full Changelog: 2.0.1...2.0.2
View closed items in the milestone.
2.0.1
Changed
- Update from Cypress v10 to v13 (props @dkotter, @iamdharmesh, @peterwilsoncc via #1128).
- Documentation updates (props @jeffpaul, @peterwilsoncc via #1131).
Removed
- GitHub Actions for version 1.x releases (props @peterwilsoncc, @jeffpaul via #1135).
Fixed
- Invalid author IDs being set when pushing and pulling posts (props @peterwilsoncc, @faisal-alvi, @joemcgill, @margaretschneider via #1133).
- Featured image delete push issue (props @ravichdev, @helen, @dkotter, @adamsilverstein, @jeffpaul, @arsendovlatyan, @ravinderk, @peterwilsoncc via #310).
- Allow clicking on the
Save to draft
confirmation modal buttons (props @av3nger, @peterwilsoncc, @ravinderk, @pdewouters via #1042). - Admin icon has been updated so it has the same width and height (props @zach-adams, @ravinderk, @peterwilsoncc via #1132).
- Ensure our E2E tests pass on WordPress 6.3 (props @dkotter, @iamdharmesh, @peterwilsoncc via #1128).
Changes can be reviewed on the 2.0.1 milestone.
2.0.0
Note that Distributor now requires PHP 7.4 or later and WordPress 5.7 or later.
Please see the migration guide for important changes between version 1 and version 2 that may require your action.
Added
- Migration guide for version 1 to version 2 (props @peterwilsoncc, @faisal-alvi, @jeffpaul via #996).
- Show count of selected connections in Push menu (props @roshniahuja, @peterwilsoncc, @jeffpaul via #1020).
- Reduce duplication when pulling posts (props @peterwilsoncc, @jeffpaul, @dkotter, @ravinderk via #1017).
- Post abstraction class (props @peterwilsoncc, @dkotter via #964).
dt_push_external_post
anddt_push_network_post
action hooks (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).- Register scripts with
EnqueueScript
class (props @ravinderk, @peterwilsoncc via #1014). - Snippets for setting meta data automatically (props @peterwilsoncc, @iamdharmesh via #1063).
- Documentation updates (props @adamsilverstein, @jeffpaul, @peterwilsoncc via #1066, #1072, #1112).
- End-to-end tests for minimum requirements (props @peterwilsoncc, @jeffpaul, @faisal-alvi via #936).
- Migrate WPAcceptance end-to-end tests to Cypress (props @cadic, @Sidsector9, @iamdharmesh, @jeffpaul, @peterwilsoncc via #941).
- Generate POT file with WP-CLI (props @ravinderk, @peterwilsoncc via #1014).
dt_before_set_meta
,dt_prepared_meta
anddt_prepared_taxonomy_terms
filter hooks (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
Changed
- Now requires PHP 7.4 or later and WordPress 5.7 or later (props @peterwilsoncc, @vikrampm1, @iamdharmesh, @jeffpaul, @dkotter via #917).
- Descriptive warning message copy on remote, distributed posts (props @jeffpaul, @peterwilsoncc, @cadic via #1006).
- Indicate if the origin post has been deleted in Distributor push interface (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi via #1067).
- Toggles the Distributor admin bar element in Gutenberg based on the post status (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1022, #1114).
- Reduced duplicate code pushing posts to connections (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi, @aaronware via #999).
- Unified translator comments (props @peterwilsoncc, @cadic via #949).
- WordPress "tested up to" version 6.3 (props @jayedul, @faisal-alvi, @jeffpaul, @dkotter via #1047, #1123).
- Browserlist database updated to version 1.0.30001489 (props @peterwilsoncc, @dkotter via #1059).
- Build process now uses
@wordpress/scripts
in place of Gulp (props @peterwilsoncc, @dinhtungdu, @dkotter via #916). - Migrated E2E tests to Cypress (props @peterwilsoncc, @jeffpaul, @iamdharmesh via #1070).
- Update
dependency-review.yml
(props @jeffpaul, @peterwilsoncc via #1054). - Order of operations setting meta, media and terms in the network push and pull functions (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
- Upgrade the Plugin Update Checker library from 4.13 to 5.1 (props @dkotter via #1124).
Deprecated
dt_push_post
action hook (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).
Removed
- Duplicate code modifying post/author meta data (props @peterwilsoncc, @dkotter via #988).
Fixed
- Author override fails in the block theme author block (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1035).
- Distribute empty taxonomies to external sites (props @peterwilsoncc, @manolobevia, @jeffpaul, @cadic via #951).
- Ensure post meta and terms have saved prior to distribution (props @peterwilsoncc, @dinhtungdu, @dkotter, @timstl, @faisal-alvi, @jeffpaul via #938).
- Fatal error in WordPress versions 6.0 and earlier (props @peterwilsoncc, @ravinderk via #1056).
- Handle a PHP deprecation notice around converting
false
toarray
(props @dkotter, @peterwilsoncc, @jeffpaul via #1040). - Improved accuracy of determining authentication endpoint (props @peterwilsoncc, @TimothyBJacobs, @cadic, @jeffpaul via #934).
- Inconsistent data returned from post abstraction after site switch on multisite (props @peterwilsoncc, @dkotter, @jeffpaul via #1010).
- Prevent the modification of terms on Distributed content (props @peterwilsoncc, @turtlepod, @jeffpaul, @ravinderk, @kmgalanakis-sage, [@dkotter](ht...
2.0.0-rc1
Note that Distributor now requires PHP 7.4 or later and WordPress 5.7 or later.
This entry was generated for the 2.0.0-rc1 release and will be updated during the Beta and Release Candidate processes.
Added
- Migration guide for version 1 to version 2 (props @peterwilsoncc, @faisal-alvi, @jeffpaul via #996).
- Show count of selected connections in Push menu (props @roshniahuja, @peterwilsoncc, @jeffpaul via #1020).
- Reduce duplication when pulling posts (props @peterwilsoncc, @jeffpaul, @dkotter, @ravinderk via #1017).
- Post abstraction class (props @peterwilsoncc, @dkotter via #964).
dt_push_external_post
anddt_push_network_post
action hooks (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).- Register scripts with
EnqueueScript
class (props @ravinderk, @peterwilsoncc via #1014). - Snippets for setting meta data automatically (props @peterwilsoncc, @iamdharmesh via #1063).
- Documentation updates (props @adamsilverstein, @jeffpaul, @peterwilsoncc via #1066, #1072, #1112).
- End-to-end tests for minimum requirements (props @peterwilsoncc, @jeffpaul, @faisal-alvi via #936).
- Migrate WPAcceptance end-to-end tests to Cypress (props @cadic, @Sidsector9, @iamdharmesh, @jeffpaul, @peterwilsoncc via #941).
- Generate POT file with WP-CLI (props @ravinderk, @peterwilsoncc via #1014).
dt_before_set_meta
,dt_prepared_meta
anddt_prepared_taxonomy_terms
filter hooks (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
Changed
- Now requires PHP 7.4 or later and WordPress 5.7 or later (props @peterwilsoncc, @vikrampm1, @iamdharmesh, @jeffpaul, @dkotter via #917).
- Descriptive warning message copy on remote, distributed posts (props @jeffpaul, @peterwilsoncc, @cadic via #1006).
- Indicate if the origin post has been deleted in Distributor push interface (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi via #1067).
- Toggles the Distributor admin bar element in Gutenberg based on the post status (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1022, #1114).
- Reduced duplicate code pushing posts to connections (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi, @aaronware via #999).
- Unified translator comments (props @peterwilsoncc, @cadic via #949).
- WordPress "tested up to" version 6.2 (props @jayedul, @faisal-alvi, @jeffpaul via #1047).
- Browserlist database updated to version 1.0.30001489 (props @peterwilsoncc, @dkotter via #1059).
- Build process now uses
@wordpress/scripts
in place of Gulp (props @peterwilsoncc, @dinhtungdu, @dkotter via #916). - Migrated E2E tests to Cypress (props @peterwilsoncc, @jeffpaul, @iamdharmesh via #1070).
- Update
dependency-review.yml
(props @jeffpaul, @peterwilsoncc via #1054). - Order of operations setting meta, media and terms in the network push and pull functions (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
Deprecated
dt_push_post
action hook (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).
Removed
- Duplicate code modifying post/author meta data (props @peterwilsoncc, @dkotter via #988).
Fixed
- Author override fails in the block theme author block (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1035).
- Distribute empty taxonomies to external sites (props @peterwilsoncc, @manolobevia, @jeffpaul, @cadic via #951).
- Ensure post meta and terms have saved prior to distribution (props @peterwilsoncc, @dinhtungdu, @dkotter, @timstl, @faisal-alvi, @jeffpaul via #938).
- Fatal error in WordPress versions 6.0 and earlier (props @peterwilsoncc, @ravinderk via #1056).
- Handle a PHP deprecation notice around converting
false
toarray
(props @dkotter, @peterwilsoncc, @jeffpaul via #1040). - Improved accuracy of determining authentication endpoint (props @peterwilsoncc, @TimothyBJacobs, @cadic, @jeffpaul via #934).
- Inconsistent data returned from post abstraction after site switch on multisite (props @peterwilsoncc, @dkotter, @jeffpaul via #1010).
- Prevent the modification of terms on Distributed content (props @peterwilsoncc, @turtlepod, @jeffpaul, @ravinderk, @kmgalanakis-sage, @dkotter via #1069).
- Retain published time when editing distributed posts (props @madriverweb, @codiller, @peterwilsoncc, @Sidsector9 via [#956](h...
2.0.0-beta2
This version of the Distributor software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended you evaluate Beta 2 on a test server and site.
This entry was generated for the 2.0.0-beta2 release and will be updated during the Beta and Release Candidate processes.
Added
- Migration guide for version 1 to version 2 (props @peterwilsoncc, @faisal-alvi, @jeffpaul via #996).
- Show count of selected connections in Push menu (props @roshniahuja, @peterwilsoncc, @jeffpaul via #1020).
- Reduce duplication when pulling posts (props @peterwilsoncc, @jeffpaul, @dkotter, @ravinderk via #1017).
- Post abstraction class (props @peterwilsoncc, @dkotter via #964).
dt_push_external_post
anddt_push_network_post
action hooks (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).- Register scripts with
EnqueueScript
class (props @ravinderk, @peterwilsoncc via #1014). - Snippets for setting meta data automatically (props @peterwilsoncc, @iamdharmesh via #1063).
- Documentation updates (props @adamsilverstein, @jeffpaul, @peterwilsoncc via #1066, #1072, #1112).
- End-to-end tests for minimum requirements (props @peterwilsoncc, @jeffpaul, @faisal-alvi via #936).
- Migrate WPAcceptance end-to-end tests to Cypress (props @cadic, @Sidsector9, @iamdharmesh, @jeffpaul, @peterwilsoncc via #941).
- Generate POT file with WP-CLI (props @ravinderk, @peterwilsoncc via #1014).
dt_before_set_meta
,dt_prepared_meta
anddt_prepared_taxonomy_terms
filter hooks (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
Changed
- Now requires PHP 7.4 or later and WordPress 5.7 or later (props @peterwilsoncc, @vikrampm1, @iamdharmesh, @jeffpaul, @dkotter via #917).
- Descriptive warning message copy on remote, distributed posts (props @jeffpaul, @peterwilsoncc, @cadic via #1006).
- Indicate if the origin post has been deleted in Distributor push interface (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi via #1067).
- Toggles the Distributor admin bar element in Gutenberg based on the post status (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1022).
- Reduced duplicate code pushing posts to connections (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi, @aaronware via #999).
- Unified translator comments (props @peterwilsoncc, @cadic via #949).
- WordPress "tested up to" version 6.2 (props @jayedul, @faisal-alvi, @jeffpaul via #1047).
- Browserlist database updated to version 1.0.30001489 (props @peterwilsoncc, @dkotter via #1059).
- Build process now uses
@wordpress/scripts
in place of Gulp (props @peterwilsoncc, @dinhtungdu, @dkotter via #916). - Migrated E2E tests to Cypress (props @peterwilsoncc, @jeffpaul, @iamdharmesh via #1070).
- Update
dependency-review.yml
(props @jeffpaul, @peterwilsoncc via #1054). - Order of operations setting meta, media and terms in the network push and pull functions (props @sethrubenstein, @jeffpaul, @peterwilsoncc via #1095).
Deprecated
dt_push_post
action hook (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024).
Removed
- Duplicate code modifying post/author meta data (props @peterwilsoncc, @dkotter via #988).
Fixed
- Author override fails in the block theme author block (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1035).
- Distribute empty taxonomies to external sites (props @peterwilsoncc, @manolobevia, @jeffpaul, @cadic via #951).
- Ensure post meta and terms have saved prior to distribution (props @peterwilsoncc, @dinhtungdu, @dkotter, @timstl, @faisal-alvi, @jeffpaul via #938).
- Fatal error in WordPress versions 6.0 and earlier (props @peterwilsoncc, @ravinderk via #1056).
- Handle a PHP deprecation notice around converting
false
toarray
(props @dkotter, @peterwilsoncc, @jeffpaul via #1040). - Improved accuracy of determining authentication endpoint (props @peterwilsoncc, @TimothyBJacobs, @cadic, @jeffpaul via #934).
- Inconsistent data returned from post abstraction after site switch on multisite (props @peterwilsoncc, @dkotter, @jeffpaul via #1010).
- Prevent the modification of terms on Distributed content (props @peterwilsoncc, @turtlepod, @jeffpaul, @ravinderk, @kmgalanakis-sage, @dkotter via #1069).
- Retain published time when editing distributed posts (props @madriverweb, @codiller, [@peterwilson...
2.0.0-beta1
This version of the Distributor software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, it is recommended you evaluate Beta 1 on a test server and site.
This entry was generated for the 2.0.0-beta1 release and will be updated during the beta and RC process.
Added
dt_push_external_post
anddt_push_network_post
action hooks. (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024)- Documentation updates. (props @jeffpaul, @peterwilsoncc via #1072)
- E2E tests for minimum requirements. (props @peterwilsoncc, @jeffpaul, @faisal-alvi via #936)
- Generate POT file with WP-CLI. (props @ravinderk, @peterwilsoncc via #1014)
- Migration guide for version 1 to version 2. (props @peterwilsoncc, @faisal-alvi, @jeffpaul via #996)
- Migrate WPAcceptance tests to Cypress (props @cadic, @Sidsector9, @iamdharmesh, @jeffpaul, @peterwilsoncc via #941)
- Post abstraction class. (props @peterwilsoncc, @dkotter via #964)
- Reduce duplication when pulling posts. (props @peterwilsoncc, @jeffpaul, @dkotter, @ravinderk via #1017)
- Register scripts with
EnqueueScript
class. (props @ravinderk, @peterwilsoncc via #1014) - Show count of selected connections in Push menu. (props @roshniahuja, @peterwilsoncc, @jeffpaul via #1020)
- Snippets for setting meta data automatically. (props @peterwilsoncc, @iamdharmesh via #1063)
Changed
- Browserlist database updated to version 1.0.30001489. (props @peterwilsoncc, @dkotter via #1059)
- Build process now uses
@wordpress/scripts
in place of Gulp. (props @peterwilsoncc, @dinhtungdu, @dkotter via #916) - Descriptive warning message copy on remote, distributed posts. (props @jeffpaul, @peterwilsoncc, @cadic via #1006)
- Documentation updates. (props @adamsilverstein, @jeffpaul, @peterwilsoncc via #1066)
- Indicate if the origin post has been deleted in Distributor push interface. (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi via #1067)
- Migrated E2E tests to Cypress. (props @peterwilsoncc, @jeffpaul, @iamdharmesh via #1070)
- Now requires PHP 7.4 or later and WordPress 5.7 or later. (props @peterwilsoncc, @vikrampm1, @iamdharmesh, @jeffpaul, @dkotter via #917)
- Reduced duplicate code pushing posts to connections. (props @peterwilsoncc, @cadic, @jeffpaul, @faisal-alvi, @aaronware via #999)
- Removed duplicate code modifying post/author meta data. (props @peterwilsoncc, @dkotter via #988)
- Toggles the Distributor admin bar element in Gutenberg based on the post status. (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1022)
- WP compatibility version upgraded to 6.2 (props @jayedul, @faisal-alvi, @jeffpaul via #1047)
Deprecated
- dt_push_post action hook (props @dkotter, @peterwilsoncc, @dhanendran, @ravinderk, @jeffpaul via #1024)
Fixed
- Author override fails in the block theme author block. (props @ggutenberg, @jeffpaul, @peterwilsoncc via #1035)
- Distribute empty taxonomies to external sites. (props @peterwilsoncc, @manolobevia, @jeffpaul, @cadic via #951)
- Ensure post meta and terms have saved prior to distribution. (props @peterwilsoncc, @dinhtungdu, @dkotter, @timstl, @faisal-alvi, @jeffpaul via #938)
- Fatal error in WordPress versions 6.0 and earlier. (props @peterwilsoncc, @ravinderk via #1056)
- Handle a PHP deprecation notice around converting
false
toarray
(props @dkotter, @peterwilsoncc, @jeffpaul via #1040) - Improved accuracy of determining authentication endpoint. (props @peterwilsoncc, @TimothyBJacobs, @cadic, @jeffpaul via #934)
- Inconsistent data returned from post abstraction after site switch on multisite. (props @peterwilsoncc, @dkotter, @jeffpaul via #1010)
- Prevent the modification of terms on Distributed content. (props @peterwilsoncc, @turtlepod, @jeffpaul, @ravinderk, @kmgalanakis-sage, @dkotter via #1069)
- Retain published time when editing distributed posts. (props @madriverweb, @codiller, @peterwilsoncc, @Sidsector9 via #956)
- Undefined variable notice. (props @peterwilsoncc, @Sidsector9, @jeffpaul via #945)
- Updated numerous strings to improve their translatability. (props @helen, @peterwilsoncc, @Sidsector9 via #935)
Other
- Unified translator comments. (props @peterwilsoncc, @cadic via #949)
- Update dependency-review.yml (props @jeffpaul, [@peterwilsoncc](https://github.com/peterwils...