Changeset 3273435
- Timestamp:
- 04/15/2025 11:16:29 AM (12 months ago)
- Location:
- ezcount
- Files:
-
- 2 added
- 4 edited
-
tags/1.11.6/EZcount.php (modified) (2 diffs)
-
tags/1.11.6/license.txt (added)
-
tags/1.11.6/readme.txt (modified) (4 diffs)
-
trunk/EZcount.php (modified) (2 diffs)
-
trunk/license.txt (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ezcount/tags/1.11.6/EZcount.php
r3273391 r3273435 6 6 * Plugin Name: EZcount 7 7 * 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. 9 9 * Version: 1.11.6 10 10 * Author: EZcount … … 12 12 * Requires at least: 4.4 13 13 * 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 14 17 * Text Domain: ezcount_payment 15 *16 18 */ 19 17 20 18 21 $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) ); -
ezcount/tags/1.11.6/readme.txt
r3273391 r3273435 2 2 3 3 Contributors: EZcount 4 Tags : Invoicing and clearing for Woocommerce, by EasyCount.4 Tags: Invoicing and clearing for WooCommerce, EasyCount, billing, payment 5 5 Tested up to: 6.8 6 Version : 1.11.67 Stable tag: 1.11. 66 Version: 1.11.6 7 Stable tag: 1.11.5 8 8 Requires PHP: 5.4 9 Requires at least: 49 Requires at least: 4.4 10 10 11 EZcount enables seamless WooCommerce invoicing and payment processing via Hyp-EasyCount. Quick to set up, easy to manage. 11 12 12 13 == Description == … … 30 31 4. Set you Secret key and click save changes. Select the forms from the dropdown that you'd like. 31 32 5. Once done, please visit forms section and select the form needed. 32 6. You can select forms with embed code or sho tcode. Place it into any page and publish the page.33 6. You can select forms with embed code or shortcode. Place it into any page and publish the page. 33 34 34 35 == Frequently asked questions == … … 41 42 42 43 == Changelog == 43 1.0 - Initial rele se44 1.0 - Initial release 44 45 1.02 - Add more functionality 45 46 1.04 - improve support for PHP 5.3 46 1.5 - add support for rec iepts with items47 1.5 - add support for receipts with items 47 48 1.8 - move to woocommerce sessions 48 49 1.9.1 - add integration tests … … 58 59 1.11.5 - fix undefined $_GET index warning in the admin panel 59 60 == Upgrade notice == 60 nothing spe acial about upgrading61 nothing special about upgrading 61 62 62 63 -
ezcount/trunk/EZcount.php
r3273391 r3273435 6 6 * Plugin Name: EZcount 7 7 * 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. 9 9 * Version: 1.11.6 10 10 * Author: EZcount … … 12 12 * Requires at least: 4.4 13 13 * Tested up to: 6.8 14 * Requires PHP: 5.4 15 * License: MIT 16 * License URI: https://opensource.org/licenses/MIT 14 17 * Text Domain: ezcount_payment 15 *16 18 */ 17 19 -
ezcount/trunk/readme.txt
r3273391 r3273435 2 2 3 3 Contributors: EZcount 4 Tags : Invoicing and clearing for Woocommerce, by EasyCount.4 Tags: Invoicing and clearing for WooCommerce, EasyCount, billing, payment 5 5 Tested up to: 6.8 6 Version : 1.11.67 Stable tag: 1.11. 66 Version: 1.11.6 7 Stable tag: 1.11.5 8 8 Requires PHP: 5.4 9 Requires at least: 49 Requires at least: 4.4 10 10 11 EZcount enables seamless WooCommerce invoicing and payment processing via Hyp-EasyCount. Quick to set up, easy to manage. 11 12 12 13 == Description == … … 30 31 4. Set you Secret key and click save changes. Select the forms from the dropdown that you'd like. 31 32 5. Once done, please visit forms section and select the form needed. 32 6. You can select forms with embed code or sho tcode. Place it into any page and publish the page.33 6. You can select forms with embed code or shortcode. Place it into any page and publish the page. 33 34 34 35 == Frequently asked questions == … … 41 42 42 43 == Changelog == 43 1.0 - Initial rele se44 1.0 - Initial release 44 45 1.02 - Add more functionality 45 46 1.04 - improve support for PHP 5.3 46 1.5 - add support for rec iepts with items47 1.5 - add support for receipts with items 47 48 1.8 - move to woocommerce sessions 48 49 1.9.1 - add integration tests … … 58 59 1.11.5 - fix undefined $_GET index warning in the admin panel 59 60 == Upgrade notice == 60 nothing spe acial about upgrading61 nothing special about upgrading 61 62 62 63
Note: See TracChangeset
for help on using the changeset viewer.