Skip to content

Commit

Permalink
wrong method name; version bump; changelog update;
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanaldea89 committed Apr 5, 2024
1 parent 4df378f commit e588165
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions dlm-advanced-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: DLM - Advanced Settings
Plugin URI: https://github.com/razvanaldea89/dlm-advanced-settings
Description: A lightweight plugin that taps into Download Monitor's hooks and offers a way to manipulate them via the admin panel.
Version: 1.0.0
Version: 1.0.1
Author: raldea89
Author URI: https://github.com/razvanaldea89/
License: GPL v3
Expand Down Expand Up @@ -37,7 +37,7 @@ class DLM_Advanced_Settings {
*
* @since 1.0.0
*/
const VERSION = '1.0.0';
const VERSION = '1.0.1';

/**
* Plugin instance
Expand Down Expand Up @@ -79,7 +79,7 @@ class DLM_Advanced_Settings {
private function __construct() {
// Check if Download Monitor is installed and activated.
if ( ! class_exists( 'WP_DLM' ) ) {
add_action( 'admin_notices', array( $this, 'dlm_needed_notice' ) );
add_action( 'admin_notices', array( $this, 'dlm_needed' ) );

return;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dlm-advanced-settings",
"title": "Download Monitor - Advanced Settings",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: raldea89
Tags: download monitor, filters, hooks, advanced settings
Requires at least: 5.4
Tested up to: 6.4
Stable tag: 1.0.0
Tested up to: 6.5
Stable tag: 1.0.1
License: GPLv3
Text Domain: dlm-advanced-settings
Requires PHP: 7.0
Expand Down Expand Up @@ -52,6 +52,8 @@ The manual installation method involves downloading the plugin and uploading it
* Activate the plugin from the Plugins menu within the WordPress admin.

== Changelog ==
= 1.0.1 =
* Fixed: Method name for missing Download Monitor

= 1.0.0 =
* Plugin release.
Expand Down

0 comments on commit e588165

Please sign in to comment.