Changeset 3463971
- Timestamp:
- 02/18/2026 06:24:20 AM (6 weeks ago)
- Location:
- ltl-freight-quotes-worldwide-express-edition
- Files:
-
- 6 edited
- 1 copied
-
tags/5.2.0 (copied) (copied from ltl-freight-quotes-worldwide-express-edition/trunk)
-
tags/5.2.0/readme.txt (modified) (1 diff)
-
tags/5.2.0/update-plan.php (modified) (2 diffs)
-
tags/5.2.0/woocommercefrieght.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/update-plan.php (modified) (2 diffs)
-
trunk/woocommercefrieght.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/readme.txt
r3435873 r3463971 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 5. 1.96 Stable tag: 5.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/update-plan.php
r3308984 r3463971 32 32 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 33 33 34 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';35 34 $post_data = array( 36 35 'platform' => 'wordpress', 37 36 'carrier' => '1', 38 37 'store_url' => $domain, 39 'webhook_url' => $plugin_dir_url,38 'webhook_url' => '', 40 39 'plugin_version' => $plugin_version, 41 40 ); … … 82 81 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 83 82 84 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';85 83 $post_data = array( 86 84 'platform' => 'wordpress', 87 85 'carrier' => '1', 88 86 'store_url' => $domain, 89 'webhook_url' => $plugin_dir_url,87 'webhook_url' => '', 90 88 'plugin_version' => $plugin_version, 91 89 ); -
ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/woocommercefrieght.php
r3435873 r3463971 6 6 Author: Eniture Technology 7 7 Author URI: https://eniture.com/ 8 Version: 5. 1.98 Version: 5.2.0 9 9 Text Domain: eniture-technology 10 License: GPL version 2 or later 11 WC requires at least: 6.4 12 WC tested up to: 10.4.3 10 License: GPLv2 or later 11 Requires Plugins: woocommerce 13 12 */ 14 13 -
ltl-freight-quotes-worldwide-express-edition/trunk/readme.txt
r3435873 r3463971 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 5. 1.96 Stable tag: 5.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ltl-freight-quotes-worldwide-express-edition/trunk/update-plan.php
r3308984 r3463971 32 32 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 33 33 34 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';35 34 $post_data = array( 36 35 'platform' => 'wordpress', 37 36 'carrier' => '1', 38 37 'store_url' => $domain, 39 'webhook_url' => $plugin_dir_url,38 'webhook_url' => '', 40 39 'plugin_version' => $plugin_version, 41 40 ); … … 82 81 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 83 82 84 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';85 83 $post_data = array( 86 84 'platform' => 'wordpress', 87 85 'carrier' => '1', 88 86 'store_url' => $domain, 89 'webhook_url' => $plugin_dir_url,87 'webhook_url' => '', 90 88 'plugin_version' => $plugin_version, 91 89 ); -
ltl-freight-quotes-worldwide-express-edition/trunk/woocommercefrieght.php
r3435873 r3463971 6 6 Author: Eniture Technology 7 7 Author URI: https://eniture.com/ 8 Version: 5. 1.98 Version: 5.2.0 9 9 Text Domain: eniture-technology 10 License: GPL version 2 or later 11 WC requires at least: 6.4 12 WC tested up to: 10.4.3 10 License: GPLv2 or later 11 Requires Plugins: woocommerce 13 12 */ 14 13
Note: See TracChangeset
for help on using the changeset viewer.