Plugin Directory

Changeset 2333978


Ignore:
Timestamp:
07/02/2020 07:25:43 AM (6 years ago)
Author:
subscribility
Message:

Release version 2.9.19.4

Location:
subscribility
Files:
4 deleted
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • subscribility/tags/2.9.19.4/includes/frontend/controllers/class-wp99234-template.php

    r2333850 r2333978  
    1515    public function __construct() {
    1616        add_action( 'init', [$this, 'initialize'] );
    17         add_action( 'wp', [$this, 'setUpsellPageContent'] );
    18     }
    19 
    20     /**
    21      * Dynamically update the content of selected page with Club Membership
    22      * Signup form.
    23      *
    24      * @author Aditya Bhaskar Sharma <adityabhaskarsharma@gmail.com>
    25      * @since 2.9.19
    26      * @return void
    27      */
    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         }
    3817    }
    3918
  • subscribility/tags/2.9.19.4/readme.txt

    r2333877 r2333978  
    44Requires at least: 4.9.0
    55Tested up to: 5.4.2
    6 Stable Tag: 2.9.19.3
     6Stable Tag: 2.9.19.4
    77PHP version: 7.0 and above
    88License: GPLv2 or later
     
    7070
    7171## Changelog
    72 ###Version 2.9.19.2
     72###Version 2.9.19.4
    7373- Added plugin action links for Settings and plugin documentation.
    7474- Added a feature to upsell customers for "member's only products".
  • subscribility/tags/2.9.19.4/wp99234.php

    r2333877 r2333978  
    44 * Plugin URI: https://wordpress.org/plugins/subscribility/
    55 * 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.3
     6 * Version: 2.9.19.4
    77 * Author: Troly
    88 * Author URI: https://troly.io
  • subscribility/trunk/includes/frontend/controllers/class-wp99234-template.php

    r2333850 r2333978  
    1515    public function __construct() {
    1616        add_action( 'init', [$this, 'initialize'] );
    17         add_action( 'wp', [$this, 'setUpsellPageContent'] );
    18     }
    19 
    20     /**
    21      * Dynamically update the content of selected page with Club Membership
    22      * Signup form.
    23      *
    24      * @author Aditya Bhaskar Sharma <adityabhaskarsharma@gmail.com>
    25      * @since 2.9.19
    26      * @return void
    27      */
    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         }
    3817    }
    3918
  • subscribility/trunk/readme.txt

    r2333877 r2333978  
    44Requires at least: 4.9.0
    55Tested up to: 5.4.2
    6 Stable Tag: 2.9.19.3
     6Stable Tag: 2.9.19.4
    77PHP version: 7.0 and above
    88License: GPLv2 or later
     
    7070
    7171## Changelog
    72 ###Version 2.9.19.2
     72###Version 2.9.19.4
    7373- Added plugin action links for Settings and plugin documentation.
    7474- Added a feature to upsell customers for "member's only products".
  • subscribility/trunk/wp99234.php

    r2333877 r2333978  
    44 * Plugin URI: https://wordpress.org/plugins/subscribility/
    55 * 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.3
     6 * Version: 2.9.19.4
    77 * Author: Troly
    88 * Author URI: https://troly.io
Note: See TracChangeset for help on using the changeset viewer.