Changeset 2249467
- Timestamp:
- 02/24/2020 05:29:53 PM (6 years ago)
- Location:
- apollo/trunk
- Files:
-
- 3 edited
-
apollo.php (modified) (2 diffs)
-
includes/admin/invoice.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apollo/trunk/apollo.php
r2248680 r2249467 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. 36 * Version: 1.1.4 7 7 * Author: Studio404 8 8 * Text Domain: apollo … … 14 14 defined( 'ABSPATH' ) or exit; 15 15 16 define( 'APOLLO_VERSION', '1.1. 3' );16 define( 'APOLLO_VERSION', '1.1.4' ); 17 17 18 18 function apollo_load_plugin() { -
apollo/trunk/includes/admin/invoice.php
r2248680 r2249467 36 36 return array("error" => "Apollo error: Missing data."); 37 37 } 38 39 Spaceinvoices\Spaceinvoices::setAccessToken($token); 38 40 39 41 $SI_products_data = array(); // we will fill this with items that are in order -
apollo/trunk/readme.txt
r2248680 r2249467 38 38 39 39 You can customize your PDF document at the Apollo webpage, where you can set a logo for your company, choose a primary theme color, and set all of the PDF texts. 40 To do so, simply go to the [Apollo website](https://getapollo.io), find the "Account" icon at the bottom of the sidebar and click on "Customizations". 40 To do so, simply go to the [Apollo website](https://getapollo.io), find the "Account" icon 41 x 42 at the bottom of the sidebar and click on "Customizations". 41 43 42 44 ### How To Use … … 83 85 84 86 == Changelog == 87 = 1.1.4 - February 24, 2020 = 88 89 - Fixed: Access token was not set when creating documents 90 85 91 = 1.1.3 - February 22, 2020 = 86 92
Note: See TracChangeset
for help on using the changeset viewer.