Plugin Directory

Changeset 2690233


Ignore:
Timestamp:
03/07/2022 04:43:08 PM (4 years ago)
Author:
vandarpay
Message:

update version

Location:
vandar-woocommerce-gateway
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • vandar-woocommerce-gateway/.idea/workspace.xml

    r2685359 r2690233  
    22<project version="4">
    33  <component name="ChangeListManager">
    4     <list default="true" id="22bc1939-ed45-414c-8578-2c58489fa53b" name="Default Changelist" comment="">
    5       <change beforePath="$PROJECT_DIR$/tags/2.0.0/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/tags/2.0.0/readme.md" afterDir="false" />
    6     </list>
     4    <list default="true" id="22bc1939-ed45-414c-8578-2c58489fa53b" name="Default Changelist" comment="" />
    75    <option name="SHOW_DIALOG" value="false" />
    86    <option name="HIGHLIGHT_CONFLICTS" value="true" />
     
    3028    <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" />
    3129    <property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" />
    32     <property name="last_opened_file_path" value="$PROJECT_DIR$/tags/2.0.0" />
     30    <property name="last_opened_file_path" value="$PROJECT_DIR$/../vandar-gravityform" />
    3331    <property name="nodejs_package_manager_path" value="npm" />
     32    <property name="vue.rearranger.settings.migration" value="true" />
    3433  </component>
    3534  <component name="RecentsManager">
     
    7271      <workItem from="1613135219271" duration="353000" />
    7372      <workItem from="1645884415894" duration="1953000" />
     73      <workItem from="1646495441101" duration="1404000" />
    7474    </task>
    7575    <task id="LOCAL-00001" summary="check WooCommerce plugin and get 120 character of description">
     
    115115      <updated>1645886018099</updated>
    116116    </task>
    117     <option name="localTasksCounter" value="7" />
     117    <task id="LOCAL-00007" summary="check WooCommerce plugin and get 120 character of description">
     118      <created>1646224076890</created>
     119      <option name="number" value="00007" />
     120      <option name="presentableId" value="LOCAL-00007" />
     121      <option name="project" value="LOCAL" />
     122      <updated>1646224076890</updated>
     123    </task>
     124    <option name="localTasksCounter" value="8" />
    118125    <servers />
    119126  </component>
  • vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php

    r2687483 r2690233  
    7575                $this->failed_massage = $this->settings['failed_massage'];
    7676
    77                 if (version_compare(WOOCOMMERCE_VERSION, '2.1.0', '>='))
     77                if (version_compare(WOOCOMMERCE_VERSION, '2.2.0', '>='))
    7878                    add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options'));
    7979                else
  • vandar-woocommerce-gateway/trunk/index.php

    r2687483 r2690233  
    22/*
    33Plugin Name: Vandar WooCommerce Gateway
    4 Version: 2.1.0
     4Version: 2.2.0
    55Description:   درگاه پرداخت وندار برای فروشگاه ساز ووکامرس
    66Plugin URI: https://vandar.io
  • vandar-woocommerce-gateway/trunk/readme.md

    r2687483 r2690233  
    55Requires at least: 4.5
    66Tested up to: 5.9.1
    7 Stable tag: 2.1.0
     7Stable tag: 2.2.0
    88
    99پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
  • vandar-woocommerce-gateway/trunk/readme.txt

    r2687483 r2690233  
    55Requires at least: 4.5
    66Tested up to: 5.9.1
    7 Stable tag: 2.1.0
     7Stable tag: 2.2.0
    88
    99پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
Note: See TracChangeset for help on using the changeset viewer.