Changeset 3285816
- Timestamp:
- 05/01/2025 06:51:12 PM (9 months ago)
- Location:
- spam-destroyer
- Files:
-
- 27 added
- 3 edited
-
tags/2.1.5 (added)
-
tags/2.1.5/assets (added)
-
tags/2.1.5/assets/fonts (added)
-
tags/2.1.5/assets/fonts/AntykwaBold.ttf (added)
-
tags/2.1.5/assets/fonts/Candice.ttf (added)
-
tags/2.1.5/assets/fonts/Ding-DongDaddyO.ttf (added)
-
tags/2.1.5/assets/fonts/Duality.ttf (added)
-
tags/2.1.5/assets/fonts/Heineken.ttf (added)
-
tags/2.1.5/assets/fonts/Jura.ttf (added)
-
tags/2.1.5/assets/fonts/StayPuft.ttf (added)
-
tags/2.1.5/assets/fonts/TimesNewRomanBold.ttf (added)
-
tags/2.1.5/assets/fonts/VeraSansBold.ttf (added)
-
tags/2.1.5/assets/kill.js (added)
-
tags/2.1.5/assets/words.txt (added)
-
tags/2.1.5/inc (added)
-
tags/2.1.5/inc/class-dotorg-plugin-review.php (added)
-
tags/2.1.5/inc/class-spam-destroyer-add-meta.php (added)
-
tags/2.1.5/inc/class-spam-destroyer-captcha-question.php (added)
-
tags/2.1.5/inc/class-spam-destroyer-generate-captcha.php (added)
-
tags/2.1.5/inc/class-spam-destroyer-settings.php (added)
-
tags/2.1.5/inc/class-spam-destroyer-stats.php (added)
-
tags/2.1.5/inc/class-spam-destroyer.php (added)
-
tags/2.1.5/index.php (added)
-
tags/2.1.5/kill.js (added)
-
tags/2.1.5/languages (added)
-
tags/2.1.5/readme.txt (added)
-
tags/2.1.5/uninstall.php (added)
-
trunk/inc/class-spam-destroyer.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spam-destroyer/trunk/inc/class-spam-destroyer.php
r2046118 r3285816 60 60 add_action( 'register_form', array( $this, 'extra_input_field' ) ); // bbPress user registration page 61 61 add_action( 'admin_notices', array( $this, 'requirements_check' ) ); // Check plugin requirements 62 add_action( 'plugins_loaded', array( $this, 'textdomain' ) ); 62 63 63 64 } … … 513 514 } 514 515 516 /** 517 * Loading the plugins text domain for translations. 518 */ 519 public function textdomain() { 520 load_plugin_textdomain( 'spam-destroyer', false, plugin_basename( dirname( __DIR__ ) ) . '/languages' ); 521 } 515 522 } 516 523 $spam_destroyer = new Spam_Destroyer(); -
spam-destroyer/trunk/index.php
r3073226 r3285816 5 5 Description: Kills spam dead in it's tracks 6 6 Author: Ryan Hellyer 7 Version: 2.1. 47 Version: 2.1.5 8 8 Author URI: https://geek.hellyer.kiwi/ 9 9 10 Copyright (c) 2012 - 202 4Ryan Hellyer10 Copyright (c) 2012 - 2025 Ryan Hellyer 11 11 12 12 -
spam-destroyer/trunk/readme.txt
r3073226 r3285816 4 4 Tags: spam, comments, anti-spam, antispam, buddypress, bbpress, kill, destroy, eliminate, registration, register, registrate, captcha 5 5 Requires at least: 5.0 6 Tested up to: 6. 67 Stable tag: 2.1. 46 Tested up to: 6.9 7 Stable tag: 2.1.5 8 8 Text Domain: spam-destroyer 9 9 License: GPLv2 or later … … 37 37 38 38 == Changelog == 39 40 = 2.1.5 (2025-05-01) = 41 * Including translation functionality 39 42 40 43 = 2.1.4 (2024-04-18) = … … 172 175 == Credits == 173 176 177 * <a href="https://wordpress.org/support/users/omahoung/">omahoung</a> - Bug reporting<br /> 174 178 * <a href="https://wordpress.org/support/profile/stromhalm">Stromhalm</a> - Bug reporting<br /> 175 179 * <a href="http://ocaoimh.ie/">Donncha O Caoimh</a> - Developer of Cookies for Comments, functionality of which is incorporated into Spam Destroyer<br />
Note: See TracChangeset
for help on using the changeset viewer.