Plugin Directory

Changeset 3103653


Ignore:
Timestamp:
06/17/2024 03:10:01 PM (19 months ago)
Author:
d3395
Message:

fixed a Critical error in combination with WPML

Location:
cryptx
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • cryptx/tags/3.4.5.3/classes/CryptX.php

    r3103446 r3103653  
    680680     * @return void
    681681     */
    682     private function addPostIdToExcludedList( int $postId ): void {
     682    public function addPostIdToExcludedList( int $postId ): void {
    683683        $postId                             = wp_is_post_revision( $postId ) ?: $postId;
    684684        $excludedIds                        = $this->updateExcludedIdsList( self::$cryptXOptions['excludedIDs'], $postId );
  • cryptx/tags/3.4.5.3/cryptx.php

    r3103446 r3103653  
    44 * Plugin URI: http://weber-nrw.de/wordpress/cryptx/
    55 * 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.2
     6 * Version: 3.4.5.3
    77 * Requires at least: 6.0
    88 * Author: Ralf Weber
  • cryptx/tags/3.4.5.3/readme.txt

    r3103446 r3103653  
    22Contributors: d3395
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4026696
    4 Tags: antispam, email, mail
     4Tags: antispam, email, mail, addresses
    55Requires at least: 6.0
    66Tested up to: 6.5
    7 Stable tag: 3.4.5.2
     7Stable tag: 3.4.5.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2222
    2323== Changelog ==
     24= 3.4.5.3 =
     25* fixed a Critical error in combination with WPML
    2426= 3.4.5.2 =
    2527* fixed that mails are always displayed in this way: name [at] domain [dot] tld
  • cryptx/trunk/classes/CryptX.php

    r3103446 r3103653  
    680680     * @return void
    681681     */
    682     private function addPostIdToExcludedList( int $postId ): void {
     682    public function addPostIdToExcludedList( int $postId ): void {
    683683        $postId                             = wp_is_post_revision( $postId ) ?: $postId;
    684684        $excludedIds                        = $this->updateExcludedIdsList( self::$cryptXOptions['excludedIDs'], $postId );
  • cryptx/trunk/cryptx.php

    r3103446 r3103653  
    44 * Plugin URI: http://weber-nrw.de/wordpress/cryptx/
    55 * 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.2
     6 * Version: 3.4.5.3
    77 * Requires at least: 6.0
    88 * Author: Ralf Weber
  • cryptx/trunk/readme.txt

    r3103446 r3103653  
    22Contributors: d3395
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4026696
    4 Tags: antispam, email, mail
     4Tags: antispam, email, mail, addresses
    55Requires at least: 6.0
    66Tested up to: 6.5
    7 Stable tag: 3.4.5.2
     7Stable tag: 3.4.5.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2222
    2323== Changelog ==
     24= 3.4.5.3 =
     25* fixed a Critical error in combination with WPML
    2426= 3.4.5.2 =
    2527* fixed that mails are always displayed in this way: name [at] domain [dot] tld
Note: See TracChangeset for help on using the changeset viewer.