Plugin Directory

Changeset 833404


Ignore:
Timestamp:
01/05/2014 06:11:23 PM (12 years ago)
Author:
seanvoss
Message:

Cutting 0.24

Location:
striper/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • striper/trunk/readme.txt

    r832384 r833404  
    44Requires at least: 3.0
    55Tested up to: 3.6
    6 Stable tag: 0.23
     6Stable tag: 0.24
    77Donate link: https://blog.seanvoss.com/shop/striper/
    88License: GPLv2 or later
     
    3232== Changelog ==
    3333
     34= 0.24 =
     35* Fix for versions < PHP 5.3
     36= 0.23 =
     37* Added non-default image url
    3438= 0.22 =
    3539* Missed country and state from prior commit
  • striper/trunk/stripe_gateway.php

    r832384 r833404  
    2929        $this->title              = $this->settings['title'];
    3030        $this->description        = '';
    31         $this->icon               = $this->settings['alternate_imageurl'] ?: WP_PLUGIN_URL . "/" . plugin_basename( dirname(__FILE__)) . '/images/credits.png';
     31        $this->icon               = $this->settings['alternate_imageurl'] ? $this->settings['alternate_imageurl']  : WP_PLUGIN_URL . "/" . plugin_basename( dirname(__FILE__)) . '/images/credits.png';
    3232        $this->usesandboxapi      = strcmp($this->settings['debug'], 'yes') == 0;
    3333        $this->testApiKey         = $this->settings['test_api_key'  ];
  • striper/trunk/striper.php

    r832384 r833404  
    44Plugin URI: http://blog.seanvoss.com/product/striper
    55Description: Provides a Credit Card Payment Gateway through Stripe for woo-commerece.
    6 Version: 0.23
     6Version: 0.24
    77Author: Sean Voss
    88Author URI: https://blog.seanvoss.com/
Note: See TracChangeset for help on using the changeset viewer.