PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | includes/misc-functions.php +2 -2 4.16.74.17.0 View file →
@@ -1905,9 +1905,9 @@
1905 1905
1906 1906 /**
1907 1907 * Store recently activated Give's addons to wp options.
1908 1908 *
1909 - * @since TBD Moved from includes/admin/plugins.php so the listener is registered on every
1909 + * @since 4.16.7.1 Moved from includes/admin/plugins.php so the listener is registered on every
1910 1910 * request, and fall back to the plugin file passed by the `activated_plugin`
1911 1911 * action so add-ons activated outside of plugins.php (REST, WP-CLI,
1912 1912 * programmatic `activate_plugin()`, etc.) are recorded too.
1913 1913 * @since 2.1.0
@@ -1963,9 +1963,9 @@
1963 1963
1964 1964 /**
1965 1965 * Get list of add-on last activated.
1966 1966 *
1967 - * @since TBD Moved from includes/admin/plugins.php.
1967 + * @since 4.16.7.1 Moved from includes/admin/plugins.php.
1968 1968 * @since 2.1.3
1969 1969 *
1970 1970 * @return mixed|array list of recently activated add-on
1971 1971 */