0.6.1 #1
mab056
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: 0.6.0...0.6.1
0.6.1 Release Notes
Added
uninstall()dispatches touninstall_network()oruninstall_single()based onis_multisite()uninstall_network()iterates all blogs via$wpdb->get_col()+switch_to_blog()/restore_current_blog()elseif(is_multisite())with prefixed variables for multisite handling without autoloaderUninstallerTest:test_uninstall_on_multisite_cleans_all_sites— creates 3 blogs, sets plugin data on all, verifies complete cleanuptest_uninstall_on_multisite_cleans_cooldown_transients— verifies cooldown transient cleanup on all blogstest_uninstall_on_multisite_preserves_non_plugin_data— verifies that non-plugin options are preservedWP_TESTS_MULTISITEsupport -tests/bootstrap.phpsupports env var to enable multisite modetest:integration:multisite— runs integration tests in multisite modetest:coverage:multisite— multisite coverage with clover XMLtest:coverageupdated — runs unit + integration single-site + integration multisiteChanged
|| trueoncomposer install --no-dev, added explicit check withexit 1on failureFixed
post()- Acceptsarray|stringbody (PHPDoc@param array|string, no PHP type hint for 7.4 compatibility); allows channels to pass pre-serialized bodiesTests
This discussion was created from the release 0.6.1.
Beta Was this translation helpful? Give feedback.
All reactions