Skip to content

Instantly share code, notes, and snippets.

@wpfullstripe
Created June 14, 2019 16:59
Show Gist options
  • Save wpfullstripe/eadc0521e08e4de8600b29a3506b99c3 to your computer and use it in GitHub Desktop.
Save wpfullstripe/eadc0521e08e4de8600b29a3506b99c3 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: WP Full Stripe
Plugin URI: https://paymentsplugin.com
Description: Complete Stripe payments integration for Wordpress
Author: Mammothology
Version: 4.1.0
Author URI: https://paymentsplugin.com
Text Domain: wp-full-stripe
Domain Path: /languages
*/
define( 'WP_FULL_STRIPE_MIN_PHP_VERSION', '5.5.0' );
define( 'WP_FULL_STRIPE_MIN_WP_VERSION', '4.0.0' );
define( 'WP_FULL_STRIPE_STRIPE_API_VERSION', '6.27.0' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment