Changeset 3242062
- Timestamp:
- 02/17/2025 04:40:26 PM (14 months ago)
- Location:
- sackson-web-data/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-sacksonweb-data-gravity-forms-spam-filter.php (modified) (3 diffs)
-
sacksonweb-data.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sackson-web-data/trunk/README.txt
r3240827 r3242062 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.7.1 7 Stable tag: 2.1. 77 Stable tag: 2.1.8 8 8 Requires PHP: 8.0.30 9 9 License: GPLv2 or later … … 52 52 53 53 == Changelog == 54 55 = 2.1.8 = 56 * Disabled emailing of spam messages from GF 57 * More spam phrases added for Gravity Forms spam filter. 54 58 55 59 = 2.1.7 = -
sackson-web-data/trunk/includes/class-sacksonweb-data-gravity-forms-spam-filter.php
r3240827 r3242062 27 27 'best online games', 'Did you know that your website', 'maximum traffic', 'reach thousands of', 'obligation trial', 28 28 'speed-seo', 'high traffic', 'lifetime deal', 'monthly paid', 'one time payment', 'Bitcoin Payouts', 'My rates are', 29 'ж', 'и', 'д', 'л', 'Я', 'Ё', 'ё', 'я', 'θ', 'ή', 'ш', 29 'ж', 'и', 'д', 'л', 'Я', 'Ё', 'ё', 'я', 'θ', 'ή', 'ш', 'ի', 'ն', 30 30 'wëssen', 31 31 'This special offer', 'Once you see the difference', 'your online presence', 'No setup costs', 'so act quickly', … … 89 89 'Hæ, ég vildi vita verð þitt', 'skyapharmacy.com', '24hourcanadianpharmacy', 'pharmacy.ru', 'This offer is automatically generated', 'The cost of sending one million', 90 90 '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' 93 94 ]; 94 95 … … 114 115 $notification['subject'] = 'Spam Filter: ' . $notification['subject']; 115 116 116 return $notification; 117 // return $notification; 118 return false; // Prevents the email from being sent 117 119 } 118 120 } -
sackson-web-data/trunk/sacksonweb-data.php
r3240827 r3242062 10 10 * 11 11 * @link http://data.sacksonweb.com/author 12 * @since 2.1. 712 * @since 2.1.8 13 13 * @package Sacksonweb_Data 14 14 * … … 17 17 * Plugin URI: http://data.sacksonweb.com 18 18 * Description: A tool to monitor security issues, performance issues, and Wordpress settings that should be changed. 19 * Version: 2.1. 719 * Version: 2.1.8 20 20 * Author: Eric Thornton 21 21 * Author URI: http://data.sacksonweb.com/author … … 35 35 * 36 36 */ 37 define( 'SACKSONWEB_DATA_VERSION', '2.1. 7' );37 define( 'SACKSONWEB_DATA_VERSION', '2.1.8' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.