Changeset 3117047
- Timestamp:
- 07/12/2024 01:12:54 PM (21 months ago)
- Location:
- wallkit
- Files:
-
- 6 edited
- 1 copied
-
tags/3.3.6 (copied) (copied from wallkit/trunk)
-
tags/3.3.6/readme.txt (modified) (2 diffs)
-
tags/3.3.6/vendor/wallkit-php-sdk/src/WallkitSDK.php (modified) (1 diff)
-
tags/3.3.6/wallkit-wp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/wallkit-php-sdk/src/WallkitSDK.php (modified) (1 diff)
-
trunk/wallkit-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallkit/tags/3.3.6/readme.txt
r3074025 r3117047 2 2 Tags: paywall, subscriptions, recurring payments, memberships, paid membership 3 3 Requires at least: 4.0 4 Tested up to: 6. 2.04 Tested up to: 6.4.3 5 5 Requires PHP: 5.6 6 6 License: GPLv2 or later … … 27 27 28 28 == Changelog == 29 30 = 3.3.6 = 31 *Release Date - 12 July 2024* 32 33 #### Updates including: 34 - Core updates. 29 35 30 36 = 3.3.5 = -
wallkit/tags/3.3.6/vendor/wallkit-php-sdk/src/WallkitSDK.php
r2965832 r3117047 204 204 205 205 /** 206 * @return null|string 207 */ 208 function getResourcePublicKey() 209 { 210 return $this->resource_id; 211 } 212 213 /** 206 214 * @return bool 207 215 */ -
wallkit/tags/3.3.6/wallkit-wp.php
r3074025 r3117047 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.3. 512 * Version: 3.3.6 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.3. 5' );29 define( 'WPWKP_VERSION', '3.3.6' ); 30 30 31 31 /** -
wallkit/trunk/readme.txt
r3074025 r3117047 2 2 Tags: paywall, subscriptions, recurring payments, memberships, paid membership 3 3 Requires at least: 4.0 4 Tested up to: 6. 2.04 Tested up to: 6.4.3 5 5 Requires PHP: 5.6 6 6 License: GPLv2 or later … … 27 27 28 28 == Changelog == 29 30 = 3.3.6 = 31 *Release Date - 12 July 2024* 32 33 #### Updates including: 34 - Core updates. 29 35 30 36 = 3.3.5 = -
wallkit/trunk/vendor/wallkit-php-sdk/src/WallkitSDK.php
r2965832 r3117047 204 204 205 205 /** 206 * @return null|string 207 */ 208 function getResourcePublicKey() 209 { 210 return $this->resource_id; 211 } 212 213 /** 206 214 * @return bool 207 215 */ -
wallkit/trunk/wallkit-wp.php
r3074025 r3117047 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.3. 512 * Version: 3.3.6 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.3. 5' );29 define( 'WPWKP_VERSION', '3.3.6' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.