Plugin Directory

Changeset 3335647


Ignore:
Timestamp:
07/29/2025 04:31:37 AM (8 months ago)
Author:
dnesscarkey
Message:

2.2.14 Release

Location:
honeypot
Files:
48 added
4 edited

Legend:

Unmodified
Added
Removed
  • honeypot/trunk/includes/js/wpa.js

    r3329990 r3335647  
    8181        '.review-form form',                   // LearnPress Review
    8282        'form#edd-reviews-form',               // EDD Reviews with ID
     83        'form.wpr-comment-form',               
    8384
    8485        // BBPress forms
  • honeypot/trunk/includes/wpa_config.php

    r3329990 r3335647  
    11<?php
    22if ( ! defined( 'ABSPATH' ) ) exit;
    3 $GLOBALS['wpa_version']                 = '2.2.13';
     3$GLOBALS['wpa_version']                 = '2.2.14';
    44$GLOBALS['wpa_field_name']              = get_option('wpa_field_name');
    55$GLOBALS['wpa_error_message']           = get_option('wpa_error_message');
  • honeypot/trunk/readme.txt

    r3329990 r3335647  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 2.2.13
     7Stable tag: 2.2.14
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145== Changelog ==
    146146
     147= = 2.2.14 =
     148
     149* Comment Form Fixes
     150
    147151= = 2.2.13 =
    148152
  • honeypot/trunk/wp-armour.php

    r3329990 r3335647  
    66Description: Add honeypot anti spam protection.
    77Author: Dnesscarkey
    8 Version: 2.2.13
     8Version: 2.2.14
    99Author URI: https://dineshkarki.com.np/wp-armour-anti-spam
    1010*/
Note: See TracChangeset for help on using the changeset viewer.