Changeset 2492512
- Timestamp:
- 03/10/2021 06:16:49 PM (5 years ago)
- Location:
- apollo/trunk
- Files:
-
- 2 edited
-
apollo.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apollo/trunk/apollo.php
r2471891 r2492512 4 4 * Plugin URI: https://wordpress.org/plugins/apollo 5 5 * Description: Manually or automatically generate invoices and send PDFs as attachments for WooCommerce orders. 6 * Version: 1.1.1 86 * Version: 1.1.19 7 7 * Author: Studio404 8 8 * Text Domain: apollo 9 9 * Domain Path: /languages 10 * WC tested up to: 5. 6.110 * WC tested up to: 5.7.0 11 11 * WC requires at least: 3.0 12 12 */ … … 14 14 defined( 'ABSPATH' ) or exit; 15 15 16 define( 'APOLLO_VERSION', '1.1.1 8' );16 define( 'APOLLO_VERSION', '1.1.19' ); 17 17 18 18 function apollo_load_plugin() { -
apollo/trunk/readme.txt
r2471891 r2492512 5 5 Requires PHP: 5.6.3 6 6 Stable tag: trunk 7 Tested up to: 5. 6.17 Tested up to: 5.7.0 8 8 9 9 == Description == 10 ## DEPRECATED 11 We have released a new way of connecting WooCommerce with Apollo, for instructions please check the following link: 12 - [Instructions in EN](https://www.notion.so/studiofourzerofour/How-to-connect-WooCommerce-7526a17e612f47c0958b079a60f42644) 13 - [Instructions in SI](https://www.notion.so/studiofourzerofour/Kako-pove-em-WooCommerce-7e62874edde24835ab412f1ca851e9ca) 14 10 15 #### About Apollo 11 16 Apollo is an intuitive all-in-one online invoicing software allowing you to create, edit and send professional invoices with ease. With Apollo, it’s easier-than-ever to create professional invoices. … … 85 90 86 91 == Changelog == 92 = 1.1.19 - March 10, 2021 = 93 94 - IMPORTANT: New plugin instructions: https://www.notion.so/studiofourzerofour/How-to-connect-WooCommerce-7526a17e612f47c0958b079a60f42644 95 87 96 = 1.1.18 - February 9, 2021 = 88 97
Note: See TracChangeset
for help on using the changeset viewer.