Plugin Directory

Changeset 3027690


Ignore:
Timestamp:
01/27/2024 07:28:06 PM (2 years ago)
Author:
CompleteWebResources
Message:

Add new version 1.3

Location:
exact-match-disallowed-comment-contact-forms
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • exact-match-disallowed-comment-contact-forms/trunk/blocklist-manager.php

    r2392339 r3027690  
    156156    $mod_keys = self::get_disallowed_words();
    157157    if ( '' == $mod_keys ) {
     158            if ( 1 == get_option( 'comment_moderation' ) ) {
     159                return 0;
     160            }
    158161      return 1; // If moderation keys are empty.
    159162    }
     
    184187      }
    185188    }
     189
     190        if ( 1 == get_option( 'comment_moderation' ) ) {
     191            return 0;
     192        }
     193
    186194    return 1;
    187195  }
  • exact-match-disallowed-comment-contact-forms/trunk/readme.txt

    r2392339 r3027690  
    77Contributors:      CompleteWebResources
    88Requires PHP:      7.0
    9 Tested up to:      5.5.1
    10 Stable tag:        1.2
    11 Version:           1.2
     9Tested up to:      6.4.2
     10Stable tag:        1.3
     11Version:           1.3
    1212License:           GPLv3
    1313License URI:       https://www.gnu.org/licenses/gpl-3.0.html
     
    5858== Changelog ==
    5959
     60= 1.3 =
     61
     62* The "Comment must be manually approved" setting didn't work, a fix was applied
     63
    6064= 1.2 =
    6165
Note: See TracChangeset for help on using the changeset viewer.