Changeset 2897385
- Timestamp:
- 04/11/2023 06:02:28 PM (3 years ago)
- Location:
- viaads
- Files:
-
- 16 added
- 3 edited
-
tags/1.1.13 (added)
-
tags/1.1.13/apikey.php (added)
-
tags/1.1.13/externalJS.php (added)
-
tags/1.1.13/handleEmailGuid.php (added)
-
tags/1.1.13/hooks (added)
-
tags/1.1.13/hooks/addCart.php (added)
-
tags/1.1.13/hooks/orderHooks.php (added)
-
tags/1.1.13/hooks/pageLook.php (added)
-
tags/1.1.13/hooks/removeCart.php (added)
-
tags/1.1.13/http.php (added)
-
tags/1.1.13/js (added)
-
tags/1.1.13/js/viaads_handleEmailGuid.js (added)
-
tags/1.1.13/readme.txt (added)
-
tags/1.1.13/sync.php (added)
-
tags/1.1.13/userAgent.php (added)
-
tags/1.1.13/viaads.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sync.php (modified) (1 diff)
-
trunk/viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/readme.txt
r2894626 r2897385 4 4 Requires at least: 5.4 5 5 Tested up to: 6.1 6 Stable tag: 1.1.1 26 Stable tag: 1.1.13 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/sync.php
r2894626 r2897385 73 73 function ViaAds_getProducts($full) 74 74 { 75 if ( $full.strtolower() == "true") {75 if (strtolower($full) == "true") { 76 76 $args = array( 77 77 'orderby' => 'name', -
viaads/trunk/viaads.php
r2894626 r2897385 3 3 * Plugin Name: ViaAds 4 4 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds. 5 * Version: 1.1.1 25 * Version: 1.1.13 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.