Plugin Directory

Changeset 2325487


Ignore:
Timestamp:
06/17/2020 12:43:44 AM (6 years ago)
Author:
codisto
Message:

http://plugins.svn.wordpress.org/codistoconnect/tags/1.3.51

Location:
codistoconnect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • codistoconnect/trunk/changelog.txt

    r2324103 r2325487  
    11*** WooCommerce Amazon and eBay Integration ***
     2
     32020-06-17 - version 1.3.51
     4* Update - add eBay Templates menu option to new menu
    25
    362020-06-15 - version 1.3.50
  • codistoconnect/trunk/connect.php

    r2324103 r2325487  
    66 * Author: Codisto
    77 * Author URI: https://codisto.com/
    8  * Version: 1.3.50
     8 * Version: 1.3.51
    99 * Text Domain: codisto-linq
    1010 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2
     
    1515 *
    1616 * @package Codisto LINQ by Codisto
    17  * @version 1.3.50
     17 * @version 1.3.51
    1818 */
    1919
     
    2222}
    2323
    24 define( 'CODISTOCONNECT_VERSION', '1.3.50' );
     24define( 'CODISTOCONNECT_VERSION', '1.3.51' );
    2525define( 'CODISTOCONNECT_RESELLERKEY', '' );
    2626
     
    25812581            $pages[] = add_submenu_page( 'codisto', __( 'Settings', 'codisto-linq' ), __( 'Settings', 'codisto-linq' ), 'edit_posts', 'codisto-settings', array( $this, 'settings' ) );
    25822582            $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' ) );
    25832584
    25842585        }
  • codistoconnect/trunk/readme.txt

    r2324105 r2325487  
    44Requires at least: 4.0
    55Tested up to: 5.4.1
    6 Stable tag: 1.3.50
     6Stable tag: 1.3.51
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    9797== Changelog ==
    9898
     99= 1.3.51 - 17/06/2020 =
     100* Update - add eBay Templates menu option to new menu
     101
    99102= 1.3.50 - 15/06/2020 =
    100103* Update - improve shipping tracking sync performance
Note: See TracChangeset for help on using the changeset viewer.