Skip to content

Instantly share code, notes, and snippets.

@heldervilela
Created January 22, 2018 01:05
Show Gist options
  • Save heldervilela/28df626477d58122c987f1cbfad7ae07 to your computer and use it in GitHub Desktop.
Save heldervilela/28df626477d58122c987f1cbfad7ae07 to your computer and use it in GitHub Desktop.
Add WooCommerce Version Check Support to Your Plugins
<?php
/*
* Plugin Name: WooCommerce Stripe Gateway
* Plugin URI: https://wordpress.org/plugins/woocommerce-gateway-stripe/
* Description: Take credit card payments on your store using Stripe.
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Version: 3.2.3
* Requires at least: 4.4
* Tested up to: 4.8
* WC requires at least: 2.5
* WC tested up to: 3.1
* Text Domain: woocommerce-gateway-stripe
* Domain Path: /languages
*
* Copyright (c) 2017 WooCommerce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment