Updated shortcode and screenshots.
This commit is contained in:
Alexander
2014-09-12 17:50:41 +02:00
parent 6a7e2321c3
commit 1d1e1da4f9
2 changed files with 6 additions and 3 deletions
@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Payment Methods (by vendocrat)
* Plugin URI: http://vendocr.at/
* Description: <strong>Easily display your accepted payment methods from WooCommerce.</strong> Handcrafted with &hearts; by <a href='http://vendocr.at/'>vendocrat</a> in Vienna.
* Version: 0.1.1
* Version: 0.1.2
* Author: vendocrat
* Author URI: http://vendocr.at/
* License: GNU General Public License v3.0
@@ -128,7 +128,7 @@ class vendocrat_Woo_Payment_Methods {
* Woo Accepted Payment Methods
*
* @since 2014-09-07
* @version 2014-09-10
* @version 2014-09-12
**************************************************/
function get_payment_methods( $atts = array(), $content = null ) {
extract(
+4 -1
View File
@@ -54,4 +54,7 @@ Note: As we're using a webfont called <a href="https://github.com/orlandotm/paym
Initial release.
= 0.1.1 =
Fixed wrong url and typo in readme.txt
Fixed wrong url and typo in readme.
= 0.1.2 =
Updated shortcode and screenshots.