Plugin Directory

Changeset 2270227


Ignore:
Timestamp:
03/29/2020 03:34:31 PM (5 years ago)
Author:
noxonsu
Message:

Move build to vendors folder

Location:
multi-currency-wallet
Files:
192 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • multi-currency-wallet/tags/1.0.1/includes/enqueue_scripts/wp_enqueue_scripts.php

    r2269682 r2270227  
    1212    /* Google Fonts */
    1313    wp_register_style( 'mcwallet-google-fonts', mcwallet_fonts_url(), array(), null );
    14     wp_register_style( 'mcwallet-app', MCWALLET_URL . 'build/app.css', false, MCWALLET_BUILD_VER );
     14    wp_register_style( 'mcwallet-app', MCWALLET_URL . 'vendors/swap/app.css', false, MCWALLET_BUILD_VER );
    1515    /* Register Scripts */
    1616    wp_register_script( 'swiper', MCWALLET_URL . 'assets/js/swiper.min.js', array(), '4.5.1', true );
    17     wp_register_script( 'mcwallet-vendor', MCWALLET_URL . 'build/vendor.js', array( 'react-dom', 'swiper' ), MCWALLET_BUILD_VER, true );
    18     wp_register_script( 'mcwallet-app', MCWALLET_URL . 'build/app.js', array( 'mcwallet-vendor' ), esc_attr( MCWALLET_BUILD_VER ), true );
     17    wp_register_script( 'mcwallet-vendor', MCWALLET_URL . 'vendors/swap/vendor.js', array( 'react-dom', 'swiper' ), MCWALLET_BUILD_VER, true );
     18    wp_register_script( 'mcwallet-app', MCWALLET_URL . 'vendors/swap/app.js', array( 'mcwallet-vendor' ), esc_attr( MCWALLET_BUILD_VER ), true );
    1919   
    2020    wp_add_inline_script( 'mcwallet-vendor', mcwallet_inline_build_script(), 'before' );
     
    143143    window.logoUrl = "' . mcwallet_logo_url() . '";
    144144   
    145     window.imagesUrl = "' . MCWALLET_URL  . 'build/images/";
     145    window.imagesUrl = "' . MCWALLET_URL  . 'vendors/swap/images/";
    146146   
    147147    imagesUrl = window.imagesUrl;
  • multi-currency-wallet/tags/1.0.1/lang/multi-currency-wallet.pot

    r2269682 r2270227  
    33msgstr ""
    44"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    5 "Project-Id-Version: Multi Currency Wallet Pro\n"
    6 "POT-Creation-Date: 2020-03-28 09:40+0200\n"
    7 "PO-Revision-Date: 2020-02-11 07:35+0200\n"
     5"Project-Id-Version: Multi Currency Wallet\n"
     6"POT-Creation-Date: 2020-03-28 13:02+0200\n"
     7"PO-Revision-Date: 2020-03-28 13:02+0200\n"
    88"Last-Translator: \n"
    99"Language-Team: \n"
     
    1313"X-Generator: Poedit 1.8.8\n"
    1414"X-Poedit-Basepath: ..\n"
    15 "X-Poedit-WPHeader: multi-currency-wallet-pro.php\n"
     15"X-Poedit-WPHeader: multi-currency-wallet.php\n"
    1616"X-Poedit-SourceCharset: UTF-8\n"
    1717"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
     
    2121"X-Poedit-SearchPathExcluded-0: *.js\n"
    2222
     23#. Plugin Name of the plugin/theme
    2324#: includes/admin_page/admin_page.php:7
    2425msgid "Multi Currency Wallet"
     
    227228msgstr ""
    228229
    229 #. Plugin Name of the plugin/theme
    230 msgid "Multi Currency Wallet Pro"
    231 msgstr ""
    232 
    233230#. Plugin URI of the plugin/theme
    234 msgid "https://swaponline.io"
     231msgid "https://plugins.wordpress.org/multi-currency-wallet"
    235232msgstr ""
    236233
     
    240237
    241238#. Author of the plugin/theme
    242 msgid "NoxonThemes"
     239msgid "Noxonsu"
    243240msgstr ""
    244241
    245242#. Author URI of the plugin/theme
    246 msgid "https://themeforest.net/user/noxonthemes"
    247 msgstr ""
     243msgid "https://profiles.wordpress.org/noxonsu"
     244msgstr ""
  • multi-currency-wallet/tags/1.0.1/multi-currency-wallet.php

    r2269682 r2270227  
    2020define( 'MCWALLET_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'MCWALLET_VER', '1.0.1' );
    22 define( 'MCWALLET_BUILD_VER' , 'a10c51x01' );
     22define( 'MCWALLET_BUILD_VER' , 'a10c51x2' );
    2323
    2424/**
  • multi-currency-wallet/tags/1.0.1/readme.txt

    r2270118 r2270227  
    11=== Multi Currency Wallet ===
    22Contributors: noxonsu, burdianov
    3 Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget, erc20
     3Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget
    44Requires at least: 4.6
    55Tested up to: 5.3
  • multi-currency-wallet/trunk/includes/admin_page/admin_page_settings.php

    r2269692 r2270227  
    1717    ?>
    1818
    19     <h3><?php _e( 'Add new token', 'multi-currency-wallet' );?></h3>
     19    <h3><?php esc_html_e( 'Add new token', 'multi-currency-wallet' );?></h3>
    2020
    2121    <table class="form-table">
  • multi-currency-wallet/trunk/includes/enqueue_scripts/wp_enqueue_scripts.php

    r2269663 r2270227  
    1212    /* Google Fonts */
    1313    wp_register_style( 'mcwallet-google-fonts', mcwallet_fonts_url(), array(), null );
    14     wp_register_style( 'mcwallet-app', MCWALLET_URL . 'build/app.css', false, MCWALLET_BUILD_VER );
     14    wp_register_style( 'mcwallet-app', MCWALLET_URL . 'vendors/swap/app.css', false, MCWALLET_BUILD_VER );
    1515    /* Register Scripts */
    1616    wp_register_script( 'swiper', MCWALLET_URL . 'assets/js/swiper.min.js', array(), '4.5.1', true );
    17     wp_register_script( 'mcwallet-vendor', MCWALLET_URL . 'build/vendor.js', array( 'react-dom', 'swiper' ), MCWALLET_BUILD_VER, true );
    18     wp_register_script( 'mcwallet-app', MCWALLET_URL . 'build/app.js', array( 'mcwallet-vendor' ), esc_attr( MCWALLET_BUILD_VER ), true );
     17    wp_register_script( 'mcwallet-vendor', MCWALLET_URL . 'vendors/swap/vendor.js', array( 'react-dom', 'swiper' ), MCWALLET_BUILD_VER, true );
     18    wp_register_script( 'mcwallet-app', MCWALLET_URL . 'vendors/swap/app.js', array( 'mcwallet-vendor' ), esc_attr( MCWALLET_BUILD_VER ), true );
    1919   
    2020    wp_add_inline_script( 'mcwallet-vendor', mcwallet_inline_build_script(), 'before' );
     
    143143    window.logoUrl = "' . mcwallet_logo_url() . '";
    144144   
    145     window.imagesUrl = "' . MCWALLET_URL  . 'build/images/";
     145    window.imagesUrl = "' . MCWALLET_URL  . 'vendors/swap/images/";
    146146   
    147147    imagesUrl = window.imagesUrl;
  • multi-currency-wallet/trunk/multi-currency-wallet.php

    r2269663 r2270227  
    2020define( 'MCWALLET_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'MCWALLET_VER', '1.0.1' );
    22 define( 'MCWALLET_BUILD_VER' , 'a10c51x01' );
     22define( 'MCWALLET_BUILD_VER' , 'a10c51x2' );
    2323
    2424/**
  • multi-currency-wallet/trunk/readme.txt

    r2270118 r2270227  
    11=== Multi Currency Wallet ===
    22Contributors: noxonsu, burdianov
    3 Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget, erc20
     3Tags: adress generation, bitcoin, blockchain, crypto, cryptocurrency, eos, ethereum, exchange, shortcode, wallet, widget
    44Requires at least: 4.6
    55Tested up to: 5.3
Note: See TracChangeset for help on using the changeset viewer.