Changeset 2333978
- Timestamp:
- 07/02/2020 07:25:43 AM (6 years ago)
- Location:
- subscribility
- Files:
-
- 4 deleted
- 4 edited
- 7 copied
-
tags/2.9.19.4 (copied) (copied from subscribility/trunk)
-
tags/2.9.19.4/includes (copied) (copied from subscribility/trunk/includes)
-
tags/2.9.19.4/includes/Bootstrap (deleted)
-
tags/2.9.19.4/includes/bootstrap (copied) (copied from subscribility/trunk/includes/bootstrap)
-
tags/2.9.19.4/includes/common/InfoDump.php (deleted)
-
tags/2.9.19.4/includes/frontend/controllers/CustomerController.php (deleted)
-
tags/2.9.19.4/includes/frontend/controllers/OrderController.php (deleted)
-
tags/2.9.19.4/includes/frontend/controllers/class-wp99234-template.php (modified) (1 diff)
-
tags/2.9.19.4/readme.txt (copied) (copied from subscribility/trunk/readme.txt) (2 diffs)
-
tags/2.9.19.4/vendor/cloudinary/cloudinary_php/src/Cloudinary.php (copied) (copied from subscribility/trunk/vendor/cloudinary/cloudinary_php/src/Cloudinary.php)
-
tags/2.9.19.4/vendor/inacho/php-credit-card-validator/src/CreditCard.php (copied) (copied from subscribility/trunk/vendor/inacho/php-credit-card-validator/src/CreditCard.php)
-
tags/2.9.19.4/wp99234.php (copied) (copied from subscribility/trunk/wp99234.php) (1 diff)
-
trunk/includes/frontend/controllers/class-wp99234-template.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp99234.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscribility/tags/2.9.19.4/includes/frontend/controllers/class-wp99234-template.php
r2333850 r2333978 15 15 public function __construct() { 16 16 add_action( 'init', [$this, 'initialize'] ); 17 add_action( 'wp', [$this, 'setUpsellPageContent'] );18 }19 20 /**21 * Dynamically update the content of selected page with Club Membership22 * Signup form.23 *24 * @author Aditya Bhaskar Sharma <adityabhaskarsharma@gmail.com>25 * @since 2.9.1926 * @return void27 */28 public function setUpsellPageContent()29 {30 global $post;31 32 $upsellPageID = (int) $this->getUpsellPageID();33 34 if ( $post && ! empty( $upsellPageID ) && $upsellPageID === $post->ID ) {35 // Using shortcode for Club Membership Signup registration form.36 $post->post_content = '[wp99234_registration_form]';37 }38 17 } 39 18 -
subscribility/tags/2.9.19.4/readme.txt
r2333877 r2333978 4 4 Requires at least: 4.9.0 5 5 Tested up to: 5.4.2 6 Stable Tag: 2.9.19. 36 Stable Tag: 2.9.19.4 7 7 PHP version: 7.0 and above 8 8 License: GPLv2 or later … … 70 70 71 71 ## Changelog 72 ###Version 2.9.19. 272 ###Version 2.9.19.4 73 73 - Added plugin action links for Settings and plugin documentation. 74 74 - Added a feature to upsell customers for "member's only products". -
subscribility/tags/2.9.19.4/wp99234.php
r2333877 r2333978 4 4 * Plugin URI: https://wordpress.org/plugins/subscribility/ 5 5 * Description: Manage and fulfil your sales of wine, beers and other crafted beverages, through clubs and other direct-to-consumer sales channels. 6 * Version: 2.9.19. 36 * Version: 2.9.19.4 7 7 * Author: Troly 8 8 * Author URI: https://troly.io -
subscribility/trunk/includes/frontend/controllers/class-wp99234-template.php
r2333850 r2333978 15 15 public function __construct() { 16 16 add_action( 'init', [$this, 'initialize'] ); 17 add_action( 'wp', [$this, 'setUpsellPageContent'] );18 }19 20 /**21 * Dynamically update the content of selected page with Club Membership22 * Signup form.23 *24 * @author Aditya Bhaskar Sharma <adityabhaskarsharma@gmail.com>25 * @since 2.9.1926 * @return void27 */28 public function setUpsellPageContent()29 {30 global $post;31 32 $upsellPageID = (int) $this->getUpsellPageID();33 34 if ( $post && ! empty( $upsellPageID ) && $upsellPageID === $post->ID ) {35 // Using shortcode for Club Membership Signup registration form.36 $post->post_content = '[wp99234_registration_form]';37 }38 17 } 39 18 -
subscribility/trunk/readme.txt
r2333877 r2333978 4 4 Requires at least: 4.9.0 5 5 Tested up to: 5.4.2 6 Stable Tag: 2.9.19. 36 Stable Tag: 2.9.19.4 7 7 PHP version: 7.0 and above 8 8 License: GPLv2 or later … … 70 70 71 71 ## Changelog 72 ###Version 2.9.19. 272 ###Version 2.9.19.4 73 73 - Added plugin action links for Settings and plugin documentation. 74 74 - Added a feature to upsell customers for "member's only products". -
subscribility/trunk/wp99234.php
r2333877 r2333978 4 4 * Plugin URI: https://wordpress.org/plugins/subscribility/ 5 5 * Description: Manage and fulfil your sales of wine, beers and other crafted beverages, through clubs and other direct-to-consumer sales channels. 6 * Version: 2.9.19. 36 * Version: 2.9.19.4 7 7 * Author: Troly 8 8 * Author URI: https://troly.io
Note: See TracChangeset
for help on using the changeset viewer.