Plugin Directory

Changeset 3242062


Ignore:
Timestamp:
02/17/2025 04:40:26 PM (14 months ago)
Author:
ehops32
Message:

2.1.8

  • Disabled emailing of spam messages from GF
  • More spam phrases added for Gravity Forms spam filter.
Location:
sackson-web-data/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sackson-web-data/trunk/README.txt

    r3240827 r3242062  
    55Requires at least: 3.0.1
    66Tested up to: 6.7.1
    7 Stable tag: 2.1.7
     7Stable tag: 2.1.8
    88Requires PHP: 8.0.30
    99License: GPLv2 or later
     
    5252
    5353== Changelog ==
     54
     55= 2.1.8 =
     56* Disabled emailing of spam messages from GF
     57* More spam phrases added for Gravity Forms spam filter.
    5458
    5559= 2.1.7 =
  • sackson-web-data/trunk/includes/class-sacksonweb-data-gravity-forms-spam-filter.php

    r3240827 r3242062  
    2727                                  'best online games', 'Did you know that your website', 'maximum traffic', 'reach thousands of', 'obligation trial',
    2828                                  'speed-seo', 'high traffic', 'lifetime deal', 'monthly paid', 'one time payment', 'Bitcoin Payouts', 'My rates are',
    29                                   'ж', 'и', 'д', 'л', 'Я', 'Ё', 'ё', 'я', 'θ', 'ή', 'ш',
     29                                  'ж', 'и', 'д', 'л', 'Я', 'Ё', 'ё', 'я', 'θ', 'ή', 'ш', 'ի', 'ն',
    3030                                  'wëssen',
    3131                                  'This special offer', 'Once you see the difference', 'your online presence', 'No setup costs', 'so act quickly',
     
    8989                                  'Hæ, ég vildi vita verð þitt', 'skyapharmacy.com', '24hourcanadianpharmacy', 'pharmacy.ru', 'This offer is automatically generated', 'The cost of sending one million',
    9090                                  'Stacyhaf', 'interested in a complimentary', 'kiarahportraits.com', 'Hi, kam dashur të di çmimin tuaj', 'reaching its full potential in search', 'hifromchrisryan@gmail.com',
    91                                   'my list of domains', 'Content Writing Service', 'dipakseoconsultant@gmail.com', 'quería saber o seu prezo', 'Unshaved teen chicks', 'hairybeautypics.com', 'Testnet Tokens',
    92                                   'blockchain', 'web3 developers', 'telegra.ph', 'GreumakEK', 'GreumakEK', 'telegra.ph', 'Get-BTC-right-now'
     91                                  'my list of domains', 'Content Writing Service', 'dipakseoconsultant@gmail.com', 'quería saber o seu prezo', 'Unshaved teen chicks', 'hairybeautypics.com', 'Testnet Tokens', ' hireseogeek',
     92                                  'blockchain', 'web3 developers', 'telegra.ph', 'GreumakEK', 'GreumakEK', 'telegra.ph', 'Get-BTC-right-now', 'custom website', 'SEO-optimized', 'webdesignservices', 'SEO experts',
     93                                  'contentwriting', 'Equipos de equilibrado', ' vahinreyuh@gazeta.pl', 'MailBanger', 'millions of leads', 'and direct mail marketing', 'Ciao, volevo sapere il tuo prezzo'
    9394                                ];
    9495
     
    114115                        $notification['subject'] = 'Spam Filter: ' . $notification['subject'];
    115116   
    116                         return $notification;
     117                        // return $notification;
     118                        return false; // Prevents the email from being sent
    117119                    }
    118120                }
  • sackson-web-data/trunk/sacksonweb-data.php

    r3240827 r3242062  
    1010 *
    1111 * @link              http://data.sacksonweb.com/author
    12  * @since             2.1.7
     12 * @since             2.1.8
    1313 * @package           Sacksonweb_Data
    1414 *
     
    1717 * Plugin URI:        http://data.sacksonweb.com
    1818 * Description:       A tool to monitor security issues, performance issues, and Wordpress settings that should be changed.
    19  * Version:           2.1.7
     19 * Version:           2.1.8
    2020 * Author:            Eric Thornton
    2121 * Author URI:        http://data.sacksonweb.com/author
     
    3535 *
    3636 */
    37 define( 'SACKSONWEB_DATA_VERSION', '2.1.7' );
     37define( 'SACKSONWEB_DATA_VERSION', '2.1.8' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.