PluginProbe
CryptX / 4.2.1
CryptX v4.2.1
4.2.1 4.2.0 4.1.1 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 All 93 releases
← All changes | cryptx.php +2 -2 4.2.04.2.1 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: CryptX
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.2.0
6 + * Version: 4.2.1
7 7 * Requires at least: 6.7
8 8 * Tested up to: 7.1
9 9 * Requires PHP: 8.1
10 10 * Author: Ralf Weber
@@ -35,9 +35,9 @@
35 35 exit;
36 36 }
37 37
38 38 // Plugin constants
39 -define('CRYPTX_VERSION', '4.2.0');
39 +define('CRYPTX_VERSION', '4.2.1');
40 40 define('CRYPTX_PLUGIN_FILE', __FILE__);
41 41 define('CRYPTX_PLUGIN_BASENAME', plugin_basename(__FILE__));
42 42 define('CRYPTX_BASENAME', plugin_basename(__FILE__)); // Add this missing constant
43 43 define('CRYPTX_DIR_PATH', plugin_dir_path(__FILE__));