Skip to content

Instantly share code, notes, and snippets.

@corsonr
Last active October 4, 2022 11:30
Show Gist options
  • Save corsonr/b748cc692ef9bb74d307f49d1d560bc6 to your computer and use it in GitHub Desktop.
Save corsonr/b748cc692ef9bb74d307f49d1d560bc6 to your computer and use it in GitHub Desktop.
WooCommerce: version support check
* WC requires at least: 3.0.0
* WC tested up to: 3.2.0
<?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