| @@ -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__)); |