Changeset 3103653
- Timestamp:
- 06/17/2024 03:10:01 PM (19 months ago)
- Location:
- cryptx
- Files:
-
- 3 edited
- 4 copied
-
tags/3.4.5.3 (copied) (copied from cryptx/trunk)
-
tags/3.4.5.3/classes/CryptX.php (copied) (copied from cryptx/trunk/classes/CryptX.php) (1 diff)
-
tags/3.4.5.3/cryptx.php (copied) (copied from cryptx/trunk/cryptx.php) (1 diff)
-
tags/3.4.5.3/readme.txt (copied) (copied from cryptx/trunk/readme.txt) (2 diffs)
-
trunk/classes/CryptX.php (modified) (1 diff)
-
trunk/cryptx.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptx/tags/3.4.5.3/classes/CryptX.php
r3103446 r3103653 680 680 * @return void 681 681 */ 682 p rivatefunction addPostIdToExcludedList( int $postId ): void {682 public function addPostIdToExcludedList( int $postId ): void { 683 683 $postId = wp_is_post_revision( $postId ) ?: $postId; 684 684 $excludedIds = $this->updateExcludedIdsList( self::$cryptXOptions['excludedIDs'], $postId ); -
cryptx/tags/3.4.5.3/cryptx.php
r3103446 r3103653 4 4 * Plugin URI: http://weber-nrw.de/wordpress/cryptx/ 5 5 * Description: No more SPAM by spiders scanning you site for email addresses. With CryptX you can hide all your email addresses, with and without a mailto-link, by converting them using javascript or UNICODE. 6 * Version: 3.4.5. 26 * Version: 3.4.5.3 7 7 * Requires at least: 6.0 8 8 * Author: Ralf Weber -
cryptx/tags/3.4.5.3/readme.txt
r3103446 r3103653 2 2 Contributors: d3395 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4026696 4 Tags: antispam, email, mail 4 Tags: antispam, email, mail, addresses 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 7 Stable tag: 3.4.5. 27 Stable tag: 3.4.5.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 22 22 23 23 == Changelog == 24 = 3.4.5.3 = 25 * fixed a Critical error in combination with WPML 24 26 = 3.4.5.2 = 25 27 * fixed that mails are always displayed in this way: name [at] domain [dot] tld -
cryptx/trunk/classes/CryptX.php
r3103446 r3103653 680 680 * @return void 681 681 */ 682 p rivatefunction addPostIdToExcludedList( int $postId ): void {682 public function addPostIdToExcludedList( int $postId ): void { 683 683 $postId = wp_is_post_revision( $postId ) ?: $postId; 684 684 $excludedIds = $this->updateExcludedIdsList( self::$cryptXOptions['excludedIDs'], $postId ); -
cryptx/trunk/cryptx.php
r3103446 r3103653 4 4 * Plugin URI: http://weber-nrw.de/wordpress/cryptx/ 5 5 * Description: No more SPAM by spiders scanning you site for email addresses. With CryptX you can hide all your email addresses, with and without a mailto-link, by converting them using javascript or UNICODE. 6 * Version: 3.4.5. 26 * Version: 3.4.5.3 7 7 * Requires at least: 6.0 8 8 * Author: Ralf Weber -
cryptx/trunk/readme.txt
r3103446 r3103653 2 2 Contributors: d3395 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4026696 4 Tags: antispam, email, mail 4 Tags: antispam, email, mail, addresses 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 7 Stable tag: 3.4.5. 27 Stable tag: 3.4.5.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 22 22 23 23 == Changelog == 24 = 3.4.5.3 = 25 * fixed a Critical error in combination with WPML 24 26 = 3.4.5.2 = 25 27 * fixed that mails are always displayed in this way: name [at] domain [dot] tld
Note: See TracChangeset
for help on using the changeset viewer.