Plugin Directory

Changeset 1145042


Ignore:
Timestamp:
04/24/2015 05:55:08 PM (11 years ago)
Author:
vendocrat
Message:

Commit to 1.1.2

Location:
woocommerce-payment-methods/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-payment-methods/trunk/README.md

    r1145014 r1145042  
    1 WooCommerce Payment Methods 1.1.0
     1WooCommerce Payment Methods 1.1.2
    22=================================
    33
  • woocommerce-payment-methods/trunk/readme.txt

    r1145034 r1145042  
    55Requires at least: 3.5
    66Tested up to:      4.2
    7 Stable tag:        1.1.1
     7Stable tag:        1.1.2
    88License:           GNU General Public License v3.0
    99License URI:       http://www.gnu.org/licenses/gpl-3.0.html
     
    1515WooCommerce Payment Methods allows you to display your accepted payment methods. By default the plugin shows all available payment methods, but you can also specify or override them manually.
    1616
    17 You can display them via shortcode, widget or template tag in three available styles (default, inverse and outline). We've added several classes, so you can easily style the output to your pleasure.
     17You can display them via shortcode, widget or template tag in three available styles (default, inverse and outline). We`ve added several classes, so you can easily style the output to your pleasure.
    1818
    19 You are using the famous Bootstrap framework? Awesome, cause we've added the markup for tooltips, so that users can see the payment methods name on hover.
     19You are using the famous Bootstrap framework? Awesome, cause we`ve added the markup for tooltips, so that users can see the payment methods name on hover.
    2020
    2121**PaymentFont webfont**
     
    3939All our plugins are fully localized/translateable by default and include a .pot-file! Please contact us via [Twitter](https://twitter.com/vendocrat) or hit us on [GitHub](https://github.com/vendocrat), if you have a translation you want to contribute!
    4040
    41 = We'd love to hear from you! =
     41= We`d love to hear from you! =
    4242
    4343Follow us on [Twitter](https://twitter.com/vendocrat), like us on [Facebook](https://www.facebook.com/vendocrat), circle us on [Google+](https://plus.google.com/+vendocrat) or fork us on [GitHub](https://github.com/vendocrat)!
     
    4545== Installation ==
    4646
    47 1. Upload 'woocommerce-payment-methods' to the '/wp-content/plugins/' directory
    48 2. Activate the plugin through the 'Plugins' menu in WordPress
    49 3. Display your accepted methods via: Shortcode [wc_payment_methods], Widget or template tag '<?php wc_payment_methods(); ?>.
     471. Upload `woocommerce-payment-methods` to the `/wp-content/plugins/` directory
     482. Activate the plugin through the `Plugins` menu in WordPress
     493. Display your accepted methods via: Shortcode [wc_payment_methods], Widget or template tag `<?php wc_payment_methods(); ?>.
    50504. Done!
    5151
     
    5858= How to display the payment methods? =
    5959
    60 You can use the function 'wc_payment_methods( $atts )', the shortcode '[wc_payment_methods]' or the widget.
     60You can use the function `wc_payment_methods( $atts )`, the shortcode `[wc_payment_methods]` or the widget.
    6161
    6262= What function/shortcode attributes are available? =
    6363
    64 1. 'methods' => Comma separated list of payment methods icon slugs to be displayed, see http://paymentfont.io for available icons, defaults to false
    65 2. 'style' => How shall the icons be displayed? Available options are default, inverse and outline.
    66 3. 'tooltip' => Adds data attributes to icon to be used for diplaying tooltips (made for Bootstrap), defaults to false
    67 4. 'placement' => Set tooltip placement, defaults to bottom
    68 5. 'xclass' => Add any extra classes, seperated by a space, defaults to false
     641. `methods` => Comma separated list of payment methods icon slugs to be displayed, see http://paymentfont.io for available icons, defaults to false
     652. `style` => How shall the icons be displayed? Available options are default, inverse and outline.
     663. `tooltip` => Adds data attributes to icon to be used for diplaying tooltips (made for Bootstrap), defaults to false
     674. `placement` => Set tooltip placement, defaults to bottom
     685. `xclass` => Add any extra classes, seperated by a space, defaults to false
    6969
    7070= How can I manually specify or override the displayed methods? =
    7171
    72 In the function and the shortcode use the attribute 'methods'. In the widget there is a field for that. If you don't specify any methods manually, the plugin will try to fetch the available payment methods from WooCommerce. Oh, and there are also two filters available (see beneath).
     72In the function and the shortcode use the attribute `methods`. In the widget there is a field for that. If you don`t specify any methods manually, the plugin will try to fetch the available payment methods from WooCommerce. Oh, and there are also two filters available (see beneath).
    7373
    7474= Are Filters/Hooks available? =
    7575
    76 Yep, there is first of all the filter 'vendocrat_filter_wc_payment_methods' which expects an array. Use this to specify/override the methods to be shown globally.
     76Yep, there is first of all the filter `vendocrat_filter_wc_payment_methods` which expects an array. Use this to specify/override the methods to be shown globally.
    7777
    78 With the filter 'vendocrat_filter_wc_payment_methods_icons' you can modify the html markup for all icons to be displayed. This will look somehow like '<li><i class="pf pf-paypal"></i></li><li><i class="pf pf-visa"></i></li><li><i class="pf pf-mastercard"></i></li>' for the icons PayPal, Visa and MasterCard.
     78With the filter `vendocrat_filter_wc_payment_methods_icons` you can modify the html markup for all icons to be displayed. This will look somehow like `<li><i class="pf pf-paypal"></i></li><li><i class="pf pf-visa"></i></li><li><i class="pf pf-mastercard"></i></li>` for the icons PayPal, Visa and MasterCard.
    7979
    8080== Screenshots ==
     
    116116= 1.1.0 =
    117117Minor fixes, added multiselect to widget to manually pick payment methods, update to PaymentFont v1.1.1 for better performance.
     118
     119= 1.1.1 =
     120Minor fixes, enhanced widget.
     121
     122= 1.1.2 =
     123Updated language files for German.
  • woocommerce-payment-methods/trunk/woocommerce-payment-methods.php

    r1145034 r1145042  
    33 * Plugin URI:  https://vendocr.at/
    44 * Description: <strong>Easily display your accepted payment methods from WooCommerce.</strong> Handcrafted with &hearts; by <a href='https://vendocr.at/'>vendocrat</a> in Vienna.
    5  * Version:     1.1.1
     5 * Version:     1.1.2
    66 * Author:      vendocrat
    77 * Author URI:  https://vendocr.at/
     
    1717global $vendocrat_wc_payment_methods;
    1818$vendocrat_wc_payment_methods = new vendocrat_WC_Payment_Methods( __FILE__ );
    19 $vendocrat_wc_payment_methods->version = '1.1.1';
     19$vendocrat_wc_payment_methods->version = '1.1.2';
    2020
    2121/*
Note: See TracChangeset for help on using the changeset viewer.