Changeset 2325485
- Timestamp:
- 06/17/2020 12:43:25 AM (6 years ago)
- Location:
- codistoconnect/tags/1.3.51
- Files:
-
- 2 edited
- 2 copied
-
. (copied) (copied from codistoconnect/trunk)
-
changelog.txt (modified) (1 diff)
-
connect.php (modified) (4 diffs)
-
readme.txt (copied) (copied from codistoconnect/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codistoconnect/tags/1.3.51/changelog.txt
r2324103 r2325485 1 1 *** WooCommerce Amazon and eBay Integration *** 2 3 2020-06-17 - version 1.3.51 4 * Update - add eBay Templates menu option to new menu 2 5 3 6 2020-06-15 - version 1.3.50 -
codistoconnect/tags/1.3.51/connect.php
r2324103 r2325485 6 6 * Author: Codisto 7 7 * Author URI: https://codisto.com/ 8 * Version: 1.3.5 08 * Version: 1.3.51 9 9 * Text Domain: codisto-linq 10 10 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2 … … 15 15 * 16 16 * @package Codisto LINQ by Codisto 17 * @version 1.3.5 017 * @version 1.3.51 18 18 */ 19 19 … … 22 22 } 23 23 24 define( 'CODISTOCONNECT_VERSION', '1.3.5 0' );24 define( 'CODISTOCONNECT_VERSION', '1.3.51' ); 25 25 define( 'CODISTOCONNECT_RESELLERKEY', '' ); 26 26 … … 2581 2581 $pages[] = add_submenu_page( 'codisto', __( 'Settings', 'codisto-linq' ), __( 'Settings', 'codisto-linq' ), 'edit_posts', 'codisto-settings', array( $this, 'settings' ) ); 2582 2582 $pages[] = add_submenu_page( 'codisto', __( 'Account', 'codisto-linq' ), __( 'Account', 'codisto-linq' ), 'edit_posts', 'codisto-account', array( $this, 'account' ) ); 2583 $pages[] = add_submenu_page( 'codisto', __( 'eBay Templates', 'codisto-linq' ), __( 'eBay Templates', 'codisto-linq' ), 'edit_posts', 'codisto-templates', array( $this, 'templates' ) ); 2583 2584 2584 2585 } -
codistoconnect/tags/1.3.51/readme.txt
r2324105 r2325485 4 4 Requires at least: 4.0 5 5 Tested up to: 5.4.1 6 Stable tag: 1.3.5 06 Stable tag: 1.3.51 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 97 97 == Changelog == 98 98 99 = 1.3.51 - 17/06/2020 = 100 * Update - add eBay Templates menu option to new menu 101 99 102 = 1.3.50 - 15/06/2020 = 100 103 * Update - improve shipping tracking sync performance
Note: See TracChangeset
for help on using the changeset viewer.