Plugin Directory

Changeset 2416327


Ignore:
Timestamp:
11/11/2020 04:48:27 AM (5 years ago)
Author:
subscribility
Message:

Release version 2.9.22.3

Location:
subscribility
Files:
6 deleted
2 edited
51 copied

Legend:

Unmodified
Added
Removed
  • subscribility/tags/2.9.22.3/readme.txt

    r2415569 r2416327  
    44Requires at least: 4.9.0
    55Tested up to: 5.4.2
    6 Stable Tag: 2.9.22.2
     6Stable Tag: 2.9.22.3
    77PHP version: 7.0 and above
    88License: GPLv2 or later
     
    7171## Changelog
    7272
    73 ###Version 2.9.22.1
     73###Version 2.9.22
    7474- Added Abandoned Cart feature
    7575- Added Gift Orders feature
  • subscribility/tags/2.9.22.3/wp99234.php

    r2415569 r2416327  
    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.22.2
     6 * Version: 2.9.22.3
    77 * Author: Troly
    88 * Author URI: https://troly.io
     
    237237        $this->define( 'TROLY_VIEWS_PATH', TROLY_PLUGIN_PATH . 'includes' . DIRECTORY_SEPARATOR . 'frontend' . DIRECTORY_SEPARATOR . 'views' );
    238238        $this->define( 'WP99234_HOST_IP', '103.18.108.127');
    239         $this->define( 'WP99234_DOMAIN', @$_ENV['TROLY_API_URL'] || 'https://app.troly.io');
     239        $this->define( 'WP99234_DOMAIN', isset( $_ENV['TROLY_API_URL'] ) ? $_ENV['TROLY_API_URL'] : 'https://app.troly.io');
    240240        $this->define( 'WP99234_ABSPATH', trailingslashit( WP_PLUGIN_DIR . '/' . str_replace(basename( __FILE__ ) , "" , plugin_basename( __FILE__ ) ) ) );
    241241        $this->define( 'WP99234_URI', str_replace( array( 'http://', 'https://' ), '//', trailingslashit( WP_PLUGIN_URL . '/' . str_replace(basename( __FILE__ ) , "" , plugin_basename( __FILE__ ) ) ) ) );
  • subscribility/trunk/readme.txt

    r2415569 r2416327  
    44Requires at least: 4.9.0
    55Tested up to: 5.4.2
    6 Stable Tag: 2.9.22.2
     6Stable Tag: 2.9.22.3
    77PHP version: 7.0 and above
    88License: GPLv2 or later
     
    7171## Changelog
    7272
    73 ###Version 2.9.22.1
     73###Version 2.9.22
    7474- Added Abandoned Cart feature
    7575- Added Gift Orders feature
  • subscribility/trunk/wp99234.php

    r2415569 r2416327  
    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.22.2
     6 * Version: 2.9.22.3
    77 * Author: Troly
    88 * Author URI: https://troly.io
     
    237237        $this->define( 'TROLY_VIEWS_PATH', TROLY_PLUGIN_PATH . 'includes' . DIRECTORY_SEPARATOR . 'frontend' . DIRECTORY_SEPARATOR . 'views' );
    238238        $this->define( 'WP99234_HOST_IP', '103.18.108.127');
    239         $this->define( 'WP99234_DOMAIN', @$_ENV['TROLY_API_URL'] || 'https://app.troly.io');
     239        $this->define( 'WP99234_DOMAIN', isset( $_ENV['TROLY_API_URL'] ) ? $_ENV['TROLY_API_URL'] : 'https://app.troly.io');
    240240        $this->define( 'WP99234_ABSPATH', trailingslashit( WP_PLUGIN_DIR . '/' . str_replace(basename( __FILE__ ) , "" , plugin_basename( __FILE__ ) ) ) );
    241241        $this->define( 'WP99234_URI', str_replace( array( 'http://', 'https://' ), '//', trailingslashit( WP_PLUGIN_URL . '/' . str_replace(basename( __FILE__ ) , "" , plugin_basename( __FILE__ ) ) ) ) );
Note: See TracChangeset for help on using the changeset viewer.