Plugin Directory

Changeset 2249467


Ignore:
Timestamp:
02/24/2020 05:29:53 PM (6 years ago)
Author:
jank404
Message:

1.1.4: set access token for documents

Location:
apollo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • apollo/trunk/apollo.php

    r2248680 r2249467  
    44 * Plugin URI:        https://wordpress.org/plugins/apollo
    55 * Description:       Manually or automatically generate invoices and send PDFs as attachments for WooCommerce orders.
    6  * Version:           1.1.3
     6 * Version:           1.1.4
    77 * Author:            Studio404
    88 * Text Domain:       apollo
     
    1414defined( 'ABSPATH' ) or exit;
    1515
    16 define( 'APOLLO_VERSION', '1.1.3' );
     16define( 'APOLLO_VERSION', '1.1.4' );
    1717
    1818function apollo_load_plugin() {
  • apollo/trunk/includes/admin/invoice.php

    r2248680 r2249467  
    3636        return array("error" => "Apollo error: Missing data.");
    3737      }
     38
     39      Spaceinvoices\Spaceinvoices::setAccessToken($token);
    3840
    3941      $SI_products_data = array(); // we will fill this with items that are in order
  • apollo/trunk/readme.txt

    r2248680 r2249467  
    3838
    3939You 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".
     40To do so, simply go to the [Apollo website](https://getapollo.io), find the "Account" icon
     41x
     42at the bottom of the sidebar and click on "Customizations".
    4143
    4244### How To Use
     
    8385
    8486== Changelog ==
     87= 1.1.4 - February 24, 2020 =
     88
     89- Fixed: Access token was not set when creating documents
     90
    8591= 1.1.3 - February 22, 2020 =
    8692
Note: See TracChangeset for help on using the changeset viewer.