Changeset 2690233
- Timestamp:
- 03/07/2022 04:43:08 PM (4 years ago)
- Location:
- vandar-woocommerce-gateway
- Files:
-
- 5 edited
-
.idea/workspace.xml (modified) (4 diffs)
-
trunk/class-wc-gateway-vandario.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vandar-woocommerce-gateway/.idea/workspace.xml
r2685359 r2690233 2 2 <project version="4"> 3 3 <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="" /> 7 5 <option name="SHOW_DIALOG" value="false" /> 8 6 <option name="HIGHLIGHT_CONFLICTS" value="true" /> … … 30 28 <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" /> 31 29 <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" /> 33 31 <property name="nodejs_package_manager_path" value="npm" /> 32 <property name="vue.rearranger.settings.migration" value="true" /> 34 33 </component> 35 34 <component name="RecentsManager"> … … 72 71 <workItem from="1613135219271" duration="353000" /> 73 72 <workItem from="1645884415894" duration="1953000" /> 73 <workItem from="1646495441101" duration="1404000" /> 74 74 </task> 75 75 <task id="LOCAL-00001" summary="check WooCommerce plugin and get 120 character of description"> … … 115 115 <updated>1645886018099</updated> 116 116 </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" /> 118 125 <servers /> 119 126 </component> -
vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php
r2687483 r2690233 75 75 $this->failed_massage = $this->settings['failed_massage']; 76 76 77 if (version_compare(WOOCOMMERCE_VERSION, '2. 1.0', '>='))77 if (version_compare(WOOCOMMERCE_VERSION, '2.2.0', '>=')) 78 78 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 79 79 else -
vandar-woocommerce-gateway/trunk/index.php
r2687483 r2690233 2 2 /* 3 3 Plugin Name: Vandar WooCommerce Gateway 4 Version: 2. 1.04 Version: 2.2.0 5 5 Description: درگاه پرداخت وندار برای فروشگاه ساز ووکامرس 6 6 Plugin URI: https://vandar.io -
vandar-woocommerce-gateway/trunk/readme.md
r2687483 r2690233 5 5 Requires at least: 4.5 6 6 Tested up to: 5.9.1 7 Stable tag: 2. 1.07 Stable tag: 2.2.0 8 8 9 9 پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار -
vandar-woocommerce-gateway/trunk/readme.txt
r2687483 r2690233 5 5 Requires at least: 4.5 6 6 Tested up to: 5.9.1 7 Stable tag: 2. 1.07 Stable tag: 2.2.0 8 8 9 9 پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
Note: See TracChangeset
for help on using the changeset viewer.