PluginProbe
Passster – Password Protect Pages and Content / trunk
Passster – Password Protect Pages and Content vtrunk
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
← All changes | content-protector.php +2 -2 4.3.12trunk View file →
@@ -3,9 +3,9 @@
3 3 /**
4 4 * Plugin Name: Passster
5 5 * Plugin URI: https://passster.com/
6 6 * Description: A simple plugin to password-protect your complete website, some pages/posts or just parts of your content.
7 - * Version: 4.3.12
7 + * Version: 4.3.15
8 8 * Author: WPChill
9 9 * Author URI: https://wpchill.com
10 10 * License: GPL-2.0+
11 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -18,9 +18,9 @@
18 18 * Patrick Posner transferred ownership rights on: 6th of December, 2024 when ownership was handed over to WPChill
19 19 */
20 20 define( 'PASSSTER_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
21 21 define( 'PASSSTER_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
22 -define( 'PASSSTER_VERSION', '4.3.12' );
22 +define( 'PASSSTER_VERSION', '4.3.15' );
23 23 // run plugin.
24 24 if ( !function_exists( 'passster_run_plugin' ) ) {
25 25 add_action( 'plugins_loaded', 'passster_run_plugin' );
26 26 /**