We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3652e commit 8974a2fCopy full SHA for 8974a2f
1 file changed
paybutton.php
@@ -2,7 +2,7 @@
2
/**
3
* Plugin Name: PayButton
4
* Description: Monetize your content with configurable no-signup paywalls.
5
- * Version: 2.0.0
+ * Version: 2.1.0
6
* Author: PayButton
7
* Author URI: https://github.com/PayButton/wordpress-plugin
8
* License: MIT
@@ -63,4 +63,4 @@
63
64
// Initialize AJAX handlers.
65
new PayButton_AJAX();
66
-}, 1); // Use a priority to ensure this runs before other actions that might depend on session data.
+}, 1); // Use a priority to ensure this runs before other actions that might depend on session data.
0 commit comments