Plugin Directory

Changeset 2784324


Ignore:
Timestamp:
09/14/2022 02:01:13 AM (4 years ago)
Author:
avify
Message:

Update to version 1.0.3 from GitHub

Location:
avify
Files:
32 added
18 deleted
24 edited
1 copied

Legend:

Unmodified
Added
Removed
  • avify/tags/1.0.3/.git/FETCH_HEAD

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542        '63862ea0ffc27aeb0594b844ce8088599a1ae542' of https://github.com/avify-com/avify-wordpress-plugin
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62        'f429bc64807e4e259ba68814ab1a45bb8c00fd62' of https://github.com/avify-com/avify-wordpress-plugin
  • avify/tags/1.0.3/.git/HEAD

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62
  • avify/tags/1.0.3/.git/config

    r2724854 r2784324  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX2FJUkhYT1kwTXNIbExESEFJQWZIUWhQQ0tRSUZpVzRHQXQ5ZQ==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0dCSms3VHRMdHljU01nbmdWRnBiNDZIMDVqQkpUNjRFb2NyWQ==
  • avify/tags/1.0.3/.git/hooks/fsmonitor-watchman.sample

    r2717763 r2784324  
    8787    # output to file names only. Then we're using the "expression" term to
    8888    # further constrain the results.
     89    my $last_update_line = "";
    8990    if (substr($last_update_token, 0, 1) eq "c") {
    9091        $last_update_token = "\"$last_update_token\"";
     92        $last_update_line = qq[\n"since": $last_update_token,];
    9193    }
    9294    my $query = <<" END";
    93         ["query", "$git_work_tree", {
    94             "since": $last_update_token,
     95        ["query", "$git_work_tree", {$last_update_line
    9596            "fields": ["name"],
    9697            "expression": ["not", ["dirname", ".git"]]
  • avify/tags/1.0.3/.git/logs/HEAD

    r2724854 r2784324  
    1 0000000000000000000000000000000000000000 63862ea0ffc27aeb0594b844ce8088599a1ae542 runner <runner@fv-az131-354.02s2s2wytf3ezhces2b0zshxxg.phxx.internal.cloudapp.net> 1652736399 +0000   checkout: moving from master to refs/tags/1.0.2
     10000000000000000000000000000000000000000 f429bc64807e4e259ba68814ab1a45bb8c00fd62 runner <runner@fv-az220-516.shdwizndlbjulinwhzhdmup5sb.jx.internal.cloudapp.net> 1663120850 +0000 checkout: moving from master to refs/tags/1.0.3
  • avify/tags/1.0.3/.git/shallow

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62
  • avify/tags/1.0.3/README.md

    r2724854 r2784324  
    44Requires at least: 5.6
    55Tested up to: 5.9.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858## Changelog
    5959
    60 ### 1.0.2
     60### 1.0.3
     61
     62* Remove avify url as default value.
     63
     64= 1.0.2 =
    6165
    6266* Fixed bug when updating status of failed orders.
  • avify/tags/1.0.3/avify-payments-initializer.php

    r2724854 r2784324  
    77 * Plugin URI:
    88 * Description: Connect your WooCommerce account to Avify and send all your orders to one centralized inventory.
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 * Author: Avify
    1111 * Author URI: https://avify.com/
  • avify/tags/1.0.3/avify-payments-shipping.php

    r2717763 r2784324  
    359359                            'type' => 'text',
    360360                            'description' => __('Avify Base URL.', 'woocommerce'),
    361                             'default' => __('https://shop.avify.com', 'woocommerce'),
     361                            'default' => '',
    362362                            'desc_tip' => true
    363363                        )
  • avify/tags/1.0.3/languages/avify-payments-es_CR.po

    r2717763 r2784324  
    234234msgid "Avify Base URL."
    235235msgstr ""
    236 
    237 #: avify-payments-shipping.php:332
    238 msgid "https://shop.avify.com"
    239 msgstr ""
  • avify/tags/1.0.3/readme.txt

    r2724854 r2784324  
    44Requires at least: 5.6
    55Tested up to: 5.9.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 ### 1.0.2
     60### 1.0.3
     61
     62* Remove avify url as default value.
     63
     64= 1.0.2 =
    6165
    6266* Fixed bug when updating status of failed orders.
  • avify/trunk/.git/FETCH_HEAD

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542        '63862ea0ffc27aeb0594b844ce8088599a1ae542' of https://github.com/avify-com/avify-wordpress-plugin
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62        'f429bc64807e4e259ba68814ab1a45bb8c00fd62' of https://github.com/avify-com/avify-wordpress-plugin
  • avify/trunk/.git/HEAD

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62
  • avify/trunk/.git/config

    r2724854 r2784324  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX2FJUkhYT1kwTXNIbExESEFJQWZIUWhQQ0tRSUZpVzRHQXQ5ZQ==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0dCSms3VHRMdHljU01nbmdWRnBiNDZIMDVqQkpUNjRFb2NyWQ==
  • avify/trunk/.git/hooks/fsmonitor-watchman.sample

    r2717763 r2784324  
    8787    # output to file names only. Then we're using the "expression" term to
    8888    # further constrain the results.
     89    my $last_update_line = "";
    8990    if (substr($last_update_token, 0, 1) eq "c") {
    9091        $last_update_token = "\"$last_update_token\"";
     92        $last_update_line = qq[\n"since": $last_update_token,];
    9193    }
    9294    my $query = <<" END";
    93         ["query", "$git_work_tree", {
    94             "since": $last_update_token,
     95        ["query", "$git_work_tree", {$last_update_line
    9596            "fields": ["name"],
    9697            "expression": ["not", ["dirname", ".git"]]
  • avify/trunk/.git/logs/HEAD

    r2724854 r2784324  
    1 0000000000000000000000000000000000000000 63862ea0ffc27aeb0594b844ce8088599a1ae542 runner <runner@fv-az131-354.02s2s2wytf3ezhces2b0zshxxg.phxx.internal.cloudapp.net> 1652736399 +0000   checkout: moving from master to refs/tags/1.0.2
     10000000000000000000000000000000000000000 f429bc64807e4e259ba68814ab1a45bb8c00fd62 runner <runner@fv-az220-516.shdwizndlbjulinwhzhdmup5sb.jx.internal.cloudapp.net> 1663120850 +0000 checkout: moving from master to refs/tags/1.0.3
  • avify/trunk/.git/shallow

    r2724854 r2784324  
    1 63862ea0ffc27aeb0594b844ce8088599a1ae542
     1f429bc64807e4e259ba68814ab1a45bb8c00fd62
  • avify/trunk/README.md

    r2724854 r2784324  
    44Requires at least: 5.6
    55Tested up to: 5.9.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858## Changelog
    5959
    60 ### 1.0.2
     60### 1.0.3
     61
     62* Remove avify url as default value.
     63
     64= 1.0.2 =
    6165
    6266* Fixed bug when updating status of failed orders.
  • avify/trunk/avify-payments-initializer.php

    r2724854 r2784324  
    77 * Plugin URI:
    88 * Description: Connect your WooCommerce account to Avify and send all your orders to one centralized inventory.
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 * Author: Avify
    1111 * Author URI: https://avify.com/
  • avify/trunk/avify-payments-shipping.php

    r2717763 r2784324  
    359359                            'type' => 'text',
    360360                            'description' => __('Avify Base URL.', 'woocommerce'),
    361                             'default' => __('https://shop.avify.com', 'woocommerce'),
     361                            'default' => '',
    362362                            'desc_tip' => true
    363363                        )
  • avify/trunk/languages/avify-payments-es_CR.po

    r2717763 r2784324  
    234234msgid "Avify Base URL."
    235235msgstr ""
    236 
    237 #: avify-payments-shipping.php:332
    238 msgid "https://shop.avify.com"
    239 msgstr ""
  • avify/trunk/readme.txt

    r2724854 r2784324  
    44Requires at least: 5.6
    55Tested up to: 5.9.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 ### 1.0.2
     60### 1.0.3
     61
     62* Remove avify url as default value.
     63
     64= 1.0.2 =
    6165
    6266* Fixed bug when updating status of failed orders.
Note: See TracChangeset for help on using the changeset viewer.