Skip to content

Releases: WebDevStudios/WDS-Required-Plugins

1.3.0

30 Aug 21:02
56d007a
Compare
Choose a tag to compare
  • Fix deprecation errors
  • Fix paths for translations
  • Update plugin headers for translations
  • Update translations and create a .pot file
  • Fix readme.md formatting

1.2.1

29 Jan 15:49
Compare
Choose a tag to compare

Minor bugfix: #27

1.2.0

01 May 18:43
Compare
Choose a tag to compare
  • Added ability to add Required: true to plugin header to make plugin required vs. adding to filtered list #20

1.1.0

21 Dec 20:08
e058da5
Compare
Choose a tag to compare
  • You can have the project throw an Exception if there is an activation problem
    • Use filter wds_required_plugin_stop_if_not_found set to true to throw
    • Just add add_filter( 'wds_required_plugin_stop_if_not_found', '__return_true' );
    • Note, this will be default behavior in a future release
  • Installable via composer now

1.0

03 Feb 00:14
Compare
Choose a tag to compare
1.0
  • General code cleanup to get up to WDSCS
  • Will not break with using with WP Migrate DB PRO
  • Added incompatibility checks so you can disable it when certain actions are executed
  • Will not break when installing Multisite
  • Required Plugin is now shown on required plugins across multisite
  • Better code: more sanity checking and validations to avoid breakage
  • Better installation and update process, see README.md

0.1.5

21 Dec 18:37
Compare
Choose a tag to compare

0.1.5

  • Add ability to remove plugins from the plugin list, if desired.
  • Comments / docblocks clean up.

0.1.4

21 Dec 18:38
Compare
Choose a tag to compare

0.1.4

  • Will now log if/when a required plugin is not found.
  • New filters:
    • 'wds_required_plugin_auto_activate' - By default required plugins are auto-activated. This filter can disable that.
    • 'wds_required_plugin_log_if_not_found' - By default, missing required plugins will trigger an error in your log. This filter can disable that.
    • 'wds_required_plugins_error_log_text' - Filters the text format for the log entry.