Skip to content

Commit 7abdca0

Browse files
committed
Minor documentation edits
1 parent af99281 commit 7abdca0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

app/Plugin.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)