File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,9 +59,8 @@ This plugin loads many of its defaults & settings from `plugin.json`. See [Confi
5959
6060#### Before 0.3.0 Pre-Release
6161
62- * Add gulp task to package plugin as ZIP file; move NPM scripts to gulp tasks
63- * Use [ TGMPA] ( http://tgmpluginactivation.com/ ) for Carbon Fields dependency checking
64- * Simplify/clean-up version checking in general
62+ * Add gulp task to package plugin as ZIP file
63+ * Move NPM scripts to gulp tasks
6564
6665#### Future Releases
6766
Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ public function load_plugin() {
115115 * Function to verify dependencies, such as if an outdated version of Carbon
116116 * Fields is detected.
117117 *
118+ * Normally, we wouldn't be so persistant about checking for dependencies and
119+ * I would just pass it off to TGMPA, however, if they have an ancient version
120+ * of Carbon Fields loaded (via plugin or dependency), it causes problems.
121+ *
118122 * @param string|array|bool $deps A string (single) or array of deps to check. `true`
119123 * checks all defined dependencies.
120124 * @param array $args An array of arguments.
You can’t perform that action at this time.
0 commit comments