Plugin Directory

Changeset 3273435


Ignore:
Timestamp:
04/15/2025 11:16:29 AM (12 months ago)
Author:
alonezcount
Message:

add license.txt file
improve description

Location:
ezcount
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • ezcount/tags/1.11.6/EZcount.php

    r3273391 r3273435  
    66 * Plugin Name: EZcount
    77 * Plugin URI: https://www.ezcount.co.il
    8  * Description: invoicing, clearing and paypal integration plugin.
     8 * Description: Invoicing, clearing and PayPal integration plugin for WooCommerce.
    99 * Version: 1.11.6
    1010 * Author: EZcount
     
    1212 * Requires at least: 4.4
    1313 * Tested up to: 6.8
     14 * Requires PHP: 5.4
     15 * License: GPLv2 or later
     16 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1417 * Text Domain: ezcount_payment
    15  *
    1618 */
     19
    1720
    1821$active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
  • ezcount/tags/1.11.6/readme.txt

    r3273391 r3273435  
    22
    33Contributors: EZcount
    4 Tags        : Invoicing and clearing for Woocommerce, by EasyCount.
     4Tags: Invoicing and clearing for WooCommerce, EasyCount, billing, payment
    55Tested up to: 6.8
    6 Version     : 1.11.6
    7 Stable tag: 1.11.6
     6Version: 1.11.6
     7Stable tag: 1.11.5
    88Requires PHP: 5.4
    9 Requires at least:  4
     9Requires at least: 4.4
    1010
     11EZcount enables seamless WooCommerce invoicing and payment processing via Hyp-EasyCount. Quick to set up, easy to manage.
    1112
    1213== Description ==
     
    30314. Set you Secret key and click save changes. Select the forms from the dropdown that you'd like.
    31325. Once done, please visit forms section and select the form needed.
    32 6. You can select forms with embed code or shotcode. Place it into any page and publish the page.
     336. You can select forms with embed code or shortcode. Place it into any page and publish the page.
    3334
    3435== Frequently asked questions ==
     
    4142
    4243== Changelog ==
    43 1.0  - Initial relese
     441.0  - Initial release
    44451.02 - Add more functionality
    45461.04 - improve support for PHP 5.3
    46 1.5 - add support for reciepts with items
     471.5 - add support for receipts with items
    47481.8 - move to woocommerce sessions
    48491.9.1 - add integration tests
     
    58591.11.5 - fix undefined $_GET index warning in the admin panel
    5960== Upgrade notice ==
    60 nothing speacial about upgrading
     61nothing special about upgrading
    6162
    6263
  • ezcount/trunk/EZcount.php

    r3273391 r3273435  
    66 * Plugin Name: EZcount
    77 * Plugin URI: https://www.ezcount.co.il
    8  * Description: invoicing, clearing and paypal integration plugin.
     8 * Description: Invoicing, clearing and PayPal integration plugin for WooCommerce.
    99 * Version: 1.11.6
    1010 * Author: EZcount
     
    1212 * Requires at least: 4.4
    1313 * Tested up to: 6.8
     14 * Requires PHP: 5.4
     15 * License: MIT
     16 * License URI: https://opensource.org/licenses/MIT
    1417 * Text Domain: ezcount_payment
    15  *
    1618 */
    1719
  • ezcount/trunk/readme.txt

    r3273391 r3273435  
    22
    33Contributors: EZcount
    4 Tags        : Invoicing and clearing for Woocommerce, by EasyCount.
     4Tags: Invoicing and clearing for WooCommerce, EasyCount, billing, payment
    55Tested up to: 6.8
    6 Version     : 1.11.6
    7 Stable tag: 1.11.6
     6Version: 1.11.6
     7Stable tag: 1.11.5
    88Requires PHP: 5.4
    9 Requires at least:  4
     9Requires at least: 4.4
    1010
     11EZcount enables seamless WooCommerce invoicing and payment processing via Hyp-EasyCount. Quick to set up, easy to manage.
    1112
    1213== Description ==
     
    30314. Set you Secret key and click save changes. Select the forms from the dropdown that you'd like.
    31325. Once done, please visit forms section and select the form needed.
    32 6. You can select forms with embed code or shotcode. Place it into any page and publish the page.
     336. You can select forms with embed code or shortcode. Place it into any page and publish the page.
    3334
    3435== Frequently asked questions ==
     
    4142
    4243== Changelog ==
    43 1.0  - Initial relese
     441.0  - Initial release
    44451.02 - Add more functionality
    45461.04 - improve support for PHP 5.3
    46 1.5 - add support for reciepts with items
     471.5 - add support for receipts with items
    47481.8 - move to woocommerce sessions
    48491.9.1 - add integration tests
     
    58591.11.5 - fix undefined $_GET index warning in the admin panel
    5960== Upgrade notice ==
    60 nothing speacial about upgrading
     61nothing special about upgrading
    6162
    6263
Note: See TracChangeset for help on using the changeset viewer.