Changeset 2452319
- Timestamp:
- 01/08/2021 06:06:35 AM (5 years ago)
- Location:
- apollo/trunk
- Files:
-
- 2 edited
-
apollo.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apollo/trunk/apollo.php
r2452310 r2452319 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 56 * Version: 1.1.16 7 7 * Author: Studio404 8 8 * Text Domain: apollo … … 14 14 defined( 'ABSPATH' ) or exit; 15 15 16 define( 'APOLLO_VERSION', '1.1.1 5' );16 define( 'APOLLO_VERSION', '1.1.16' ); 17 17 18 18 function apollo_load_plugin() { -
apollo/trunk/readme.txt
r2452310 r2452319 85 85 86 86 == Changelog == 87 = 1.1.16 - January 8, 2020 = 88 89 - Added: Role shop_manager permissions to plugin 90 87 91 = 1.1.15 - January 8, 2020 = 88 92
Note: See TracChangeset
for help on using the changeset viewer.