Skip to content

Commit

Permalink
Fix incorrect class name format (not in PascalCase).
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Feb 13, 2019
1 parent 829c110 commit d959444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PHP Version >= `7.2` will be required by version `1.5`.
## [1.4] - 2019-02-13
### PHP version bumped to >= 7.1
### Added
- Add a new class `TheFrosty\WpUtilities\WpAdmin\disablePluginUpdateCheck` to disable plugin update checks. All you have
- Add a new class `TheFrosty\WpUtilities\WpAdmin\DisablePluginUpdateCheck` to disable plugin update checks. All you have
to do is instantiate it in a PluginInterface `add()` method.

## [1.3.1] - 2019-01-07
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Class disablePluginUpdateCheck
* @package TheFrosty\WpUtilities\WpAdmin
*/
class disablePluginUpdateCheck extends AbstractHookProvider
class DisablePluginUpdateCheck extends AbstractHookProvider
{
private const WP_ORG_UPDATE_CHECK = 'https://api.wordpress.org/plugins/update-check/';

Expand Down

0 comments on commit d959444

Please sign in to comment.