Plugin Directory

Changeset 2672551


Ignore:
Timestamp:
02/03/2022 09:49:28 PM (4 years ago)
Author:
rexak
Message:

Force deleted example filoes. Increment version

Location:
cardconnect-payment-module
Files:
3 deleted
2 edited
12 copied

Legend:

Unmodified
Added
Removed
  • cardconnect-payment-module/tags/3.4.11/cardconnect-payment-gateway.php

    r2672515 r2672551  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.4.9
     6     * Version: 3.4.10
    77     * Author: Fiserv <nicole.anderson@fiserv.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 6.1.1
    1414     *
    15      * @version 3.4.9
     15     * @version 3.4.10
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.4.9');
     27    define('WC_CARDCONNECT_VER', '3.4.10');
    2828    define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__)));
    2929    define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/');
  • cardconnect-payment-module/tags/3.4.11/readme.txt

    r2672502 r2672551  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 3.4.9
     7Stable tag: 3.4.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134= 3.4.11 =
     135* deleted: cruft example files
     136
    134137= 3.4.9 =
    135138* various security updates
  • cardconnect-payment-module/trunk/cardconnect-payment-gateway.php

    r2672515 r2672551  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.4.9
     6     * Version: 3.4.10
    77     * Author: Fiserv <nicole.anderson@fiserv.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 6.1.1
    1414     *
    15      * @version 3.4.9
     15     * @version 3.4.10
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.4.9');
     27    define('WC_CARDCONNECT_VER', '3.4.10');
    2828    define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__)));
    2929    define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/');
  • cardconnect-payment-module/trunk/readme.txt

    r2672502 r2672551  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 3.4.9
     7Stable tag: 3.4.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134= 3.4.11 =
     135* deleted: cruft example files
     136
    134137= 3.4.9 =
    135138* various security updates
Note: See TracChangeset for help on using the changeset viewer.