Plugin Directory

Changeset 2901358


Ignore:
Timestamp:
04/19/2023 05:33:47 PM (3 years ago)
Author:
avify
Message:

Update to version 1.1.0 from GitHub

Location:
avify
Files:
22 added
14 deleted
20 edited
1 copied

Legend:

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

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331        '093f92f928d37147293454daad927384a1e5a331' of https://github.com/avify-com/avify-wordpress-plugin
     1a12fdd8142ba0509c37057d2c85467204d1c99b7        'a12fdd8142ba0509c37057d2c85467204d1c99b7' of https://github.com/avify-com/avify-wordpress-plugin
  • avify/tags/1.1.0/.git/HEAD

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331
     1a12fdd8142ba0509c37057d2c85467204d1c99b7
  • avify/tags/1.1.0/.git/config

    r2883924 r2901358  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3NXUWpNMjZSTW1qS0tqVmZsU3Y2UThGWHFQSmNVQTI1UEVJSw==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3JETzhkc1o3YXBXYkxJNnk5MlpHV1FPcXp2NTlUODMwMkxoSA==
  • avify/tags/1.1.0/.git/logs/HEAD

    r2883924 r2901358  
    1 0000000000000000000000000000000000000000 093f92f928d37147293454daad927384a1e5a331 runner <runner@fv-az436-478.fk2o420ivpredpitasmoilisac.bx.internal.cloudapp.net> 1679367011 +0000 checkout: moving from master to refs/tags/1.0.9
     10000000000000000000000000000000000000000 a12fdd8142ba0509c37057d2c85467204d1c99b7 runner <runner@fv-az437-736.fscfkmzfjsuenk015of0zguikd.cx.internal.cloudapp.net> 1681925596 +0000 checkout: moving from master to refs/tags/1.1.0
  • avify/tags/1.1.0/.git/shallow

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331
     1a12fdd8142ba0509c37057d2c85467204d1c99b7
  • avify/tags/1.1.0/README.md

    r2883924 r2901358  
    44Requires at least: 5.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.9
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858## Changelog
    5959
     60### 1.1.0
     61
     62* Fix configurable products custom option pricing.
     63
    6064### 1.0.9
    6165
  • avify/tags/1.1.0/avify-custom-options.php

    r2883924 r2901358  
    33function getAvifyCustomOptions($product)
    44{
     5    if($product->get_parent_id()) {
     6        $product = wc_get_product($product->get_parent_id());
     7    }
     8
    59    $avifyCustomOptions = [];
    610    foreach ($product->get_meta_data() as $meta_datum) {
  • avify/tags/1.1.0/avify-wordpress-initializer.php

    r2883924 r2901358  
    77 * Plugin URI:
    88 * Description: Connect your WooCommerce account to Avify and send all your orders to one centralized inventory.
    9  * Version: 1.0.9
     9 * Version: 1.1.0
    1010 * Author: Avify
    1111 * Author URI: https://avify.com/
  • avify/tags/1.1.0/readme.txt

    r2883924 r2901358  
    44Requires at least: 5.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.9
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 ### 1.0.9
     60### 1.1.0
     61
     62* Fix configurable products custom option pricing.
     63
     64= 1.0.9 =
    6165
    6266* Add max width and height for image custom option.
  • avify/trunk/.git/FETCH_HEAD

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331        '093f92f928d37147293454daad927384a1e5a331' of https://github.com/avify-com/avify-wordpress-plugin
     1a12fdd8142ba0509c37057d2c85467204d1c99b7        'a12fdd8142ba0509c37057d2c85467204d1c99b7' of https://github.com/avify-com/avify-wordpress-plugin
  • avify/trunk/.git/HEAD

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331
     1a12fdd8142ba0509c37057d2c85467204d1c99b7
  • avify/trunk/.git/config

    r2883924 r2901358  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3NXUWpNMjZSTW1qS0tqVmZsU3Y2UThGWHFQSmNVQTI1UEVJSw==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3JETzhkc1o3YXBXYkxJNnk5MlpHV1FPcXp2NTlUODMwMkxoSA==
  • avify/trunk/.git/logs/HEAD

    r2883924 r2901358  
    1 0000000000000000000000000000000000000000 093f92f928d37147293454daad927384a1e5a331 runner <runner@fv-az436-478.fk2o420ivpredpitasmoilisac.bx.internal.cloudapp.net> 1679367011 +0000 checkout: moving from master to refs/tags/1.0.9
     10000000000000000000000000000000000000000 a12fdd8142ba0509c37057d2c85467204d1c99b7 runner <runner@fv-az437-736.fscfkmzfjsuenk015of0zguikd.cx.internal.cloudapp.net> 1681925596 +0000 checkout: moving from master to refs/tags/1.1.0
  • avify/trunk/.git/shallow

    r2883924 r2901358  
    1 093f92f928d37147293454daad927384a1e5a331
     1a12fdd8142ba0509c37057d2c85467204d1c99b7
  • avify/trunk/README.md

    r2883924 r2901358  
    44Requires at least: 5.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.9
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858## Changelog
    5959
     60### 1.1.0
     61
     62* Fix configurable products custom option pricing.
     63
    6064### 1.0.9
    6165
  • avify/trunk/avify-custom-options.php

    r2883924 r2901358  
    33function getAvifyCustomOptions($product)
    44{
     5    if($product->get_parent_id()) {
     6        $product = wc_get_product($product->get_parent_id());
     7    }
     8
    59    $avifyCustomOptions = [];
    610    foreach ($product->get_meta_data() as $meta_datum) {
  • avify/trunk/avify-wordpress-initializer.php

    r2883924 r2901358  
    77 * Plugin URI:
    88 * Description: Connect your WooCommerce account to Avify and send all your orders to one centralized inventory.
    9  * Version: 1.0.9
     9 * Version: 1.1.0
    1010 * Author: Avify
    1111 * Author URI: https://avify.com/
  • avify/trunk/readme.txt

    r2883924 r2901358  
    44Requires at least: 5.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.9
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 ### 1.0.9
     60### 1.1.0
     61
     62* Fix configurable products custom option pricing.
     63
     64= 1.0.9 =
    6165
    6266* Add max width and height for image custom option.
Note: See TracChangeset for help on using the changeset viewer.