Plugin Directory

Changeset 2492512


Ignore:
Timestamp:
03/10/2021 06:16:49 PM (5 years ago)
Author:
jank404
Message:

deprecation in favor of new integration

Location:
apollo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • apollo/trunk/apollo.php

    r2471891 r2492512  
    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.18
     6 * Version:           1.1.19
    77 * Author:            Studio404
    88 * Text Domain:       apollo
    99 * Domain Path:       /languages
    10  * WC tested up to:   5.6.1
     10 * WC tested up to:   5.7.0
    1111 * WC requires at least: 3.0
    1212 */
     
    1414defined( 'ABSPATH' ) or exit;
    1515
    16 define( 'APOLLO_VERSION', '1.1.18' );
     16define( 'APOLLO_VERSION', '1.1.19' );
    1717
    1818function apollo_load_plugin() {
  • apollo/trunk/readme.txt

    r2471891 r2492512  
    55Requires PHP: 5.6.3
    66Stable tag: trunk
    7 Tested up to: 5.6.1
     7Tested up to: 5.7.0
    88
    99== Description ==
     10## DEPRECATED
     11We 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
    1015#### About Apollo
    1116Apollo 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.
     
    8590
    8691== 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
    8796= 1.1.18 - February 9, 2021 =
    8897
Note: See TracChangeset for help on using the changeset viewer.