Changeset 3341414
- Timestamp:
- 08/08/2025 06:30:40 AM (8 months ago)
- Location:
- cryptx
- Files:
-
- 4 deleted
- 3 edited
- 12 copied
-
tags/4.0.4 (copied) (copied from cryptx/trunk)
-
tags/4.0.4/classes/Admin/GeneralSettingsTab.php (copied) (copied from cryptx/trunk/classes/Admin/GeneralSettingsTab.php)
-
tags/4.0.4/classes/Admin/PresentationSettingsTab.php (copied) (copied from cryptx/trunk/classes/Admin/PresentationSettingsTab.php)
-
tags/4.0.4/classes/CryptX.php (copied) (copied from cryptx/trunk/classes/CryptX.php) (1 diff)
-
tags/4.0.4/classes/CryptXSettingsTabs.php (copied) (copied from cryptx/trunk/classes/CryptXSettingsTabs.php)
-
tags/4.0.4/classes/EmailProcessingConfig.php (deleted)
-
tags/4.0.4/classes/SecureEncryption.php (copied) (copied from cryptx/trunk/classes/SecureEncryption.php)
-
tags/4.0.4/classes/Util/DataSanitizer.php (copied) (copied from cryptx/trunk/classes/Util/DataSanitizer.php)
-
tags/4.0.4/cryptx.php (copied) (copied from cryptx/trunk/cryptx.php) (2 diffs)
-
tags/4.0.4/include (deleted)
-
tags/4.0.4/js/cryptx-admin.js (deleted)
-
tags/4.0.4/js/cryptx-admin.min.js (deleted)
-
tags/4.0.4/js/cryptx.js (copied) (copied from cryptx/trunk/js/cryptx.js)
-
tags/4.0.4/js/cryptx.min.js (copied) (copied from cryptx/trunk/js/cryptx.min.js)
-
tags/4.0.4/readme.txt (copied) (copied from cryptx/trunk/readme.txt) (2 diffs)
-
tags/4.0.4/templates/admin/tabs/general.php (copied) (copied from cryptx/trunk/templates/admin/tabs/general.php)
-
trunk/classes/CryptX.php (modified) (1 diff)
-
trunk/cryptx.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptx/tags/4.0.4/classes/CryptX.php
r3341405 r3341414 1075 1075 public function loadJavascriptFiles(): void 1076 1076 { 1077 wp_enqueue_script('cryptx-js', CRYPTX_DIR_URL . 'js/cryptx.min.js', false, false, self::$cryptXOptions['load_java']);1077 wp_enqueue_script('cryptx-js', CRYPTX_DIR_URL . 'js/cryptx.min.js', false, CRYPTX_VERSION, self::$cryptXOptions['load_java']); 1078 1078 wp_localize_script('cryptx-js', 'cryptxConfig', SecureEncryption::getJavaScriptConfig()); 1079 wp_enqueue_style('cryptx-styles', CRYPTX_DIR_URL . 'css/cryptx.css' );1079 wp_enqueue_style('cryptx-styles', CRYPTX_DIR_URL . 'css/cryptx.css', false, CRYPTX_VERSION);; 1080 1080 } 1081 1081 -
cryptx/tags/4.0.4/cryptx.php
r3341405 r3341414 4 4 * Plugin URI: https://wordpress.org/plugins/cryptx/ 5 5 * Description: CryptX encrypts email addresses in your posts, pages, comments, and text widgets to protect them from spam bots while keeping them readable for your visitors. 6 * Version: 4.0. 36 * Version: 4.0.4 7 7 * Requires at least: 6.7 8 8 * Tested up to: 6.8 … … 40 40 41 41 // Plugin constants 42 define('CRYPTX_VERSION', '4.0. 3');42 define('CRYPTX_VERSION', '4.0.4'); 43 43 define('CRYPTX_PLUGIN_FILE', __FILE__); 44 44 define('CRYPTX_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
cryptx/tags/4.0.4/readme.txt
r3341405 r3341414 5 5 Requires at least: 6.7 6 6 Tested up to: 6.8 7 Stable tag: 4.0. 37 Stable tag: 4.0.4 8 8 Requires PHP: 8.1 9 9 License: GPLv2 or later … … 69 69 70 70 == Changelog == 71 = 4.0.4 = 72 * fixed issue of not loading new javascript if client has cached an old version. 71 73 = 4.0.3 = 72 74 * added option for PBKDF2 iterations to choose between more security or less performance impact (Thx to Alexander for hinting me) -
cryptx/trunk/classes/CryptX.php
r3341405 r3341414 1075 1075 public function loadJavascriptFiles(): void 1076 1076 { 1077 wp_enqueue_script('cryptx-js', CRYPTX_DIR_URL . 'js/cryptx.min.js', false, false, self::$cryptXOptions['load_java']);1077 wp_enqueue_script('cryptx-js', CRYPTX_DIR_URL . 'js/cryptx.min.js', false, CRYPTX_VERSION, self::$cryptXOptions['load_java']); 1078 1078 wp_localize_script('cryptx-js', 'cryptxConfig', SecureEncryption::getJavaScriptConfig()); 1079 wp_enqueue_style('cryptx-styles', CRYPTX_DIR_URL . 'css/cryptx.css' );1079 wp_enqueue_style('cryptx-styles', CRYPTX_DIR_URL . 'css/cryptx.css', false, CRYPTX_VERSION);; 1080 1080 } 1081 1081 -
cryptx/trunk/cryptx.php
r3341405 r3341414 4 4 * Plugin URI: https://wordpress.org/plugins/cryptx/ 5 5 * Description: CryptX encrypts email addresses in your posts, pages, comments, and text widgets to protect them from spam bots while keeping them readable for your visitors. 6 * Version: 4.0. 36 * Version: 4.0.4 7 7 * Requires at least: 6.7 8 8 * Tested up to: 6.8 … … 40 40 41 41 // Plugin constants 42 define('CRYPTX_VERSION', '4.0. 3');42 define('CRYPTX_VERSION', '4.0.4'); 43 43 define('CRYPTX_PLUGIN_FILE', __FILE__); 44 44 define('CRYPTX_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
cryptx/trunk/readme.txt
r3341405 r3341414 5 5 Requires at least: 6.7 6 6 Tested up to: 6.8 7 Stable tag: 4.0. 37 Stable tag: 4.0.4 8 8 Requires PHP: 8.1 9 9 License: GPLv2 or later … … 69 69 70 70 == Changelog == 71 = 4.0.4 = 72 * fixed issue of not loading new javascript if client has cached an old version. 71 73 = 4.0.3 = 72 74 * added option for PBKDF2 iterations to choose between more security or less performance impact (Thx to Alexander for hinting me)
Note: See TracChangeset
for help on using the changeset viewer.