Plugin Directory

Changeset 2897385


Ignore:
Timestamp:
04/11/2023 06:02:28 PM (3 years ago)
Author:
viaads
Message:

Warning Fix

Location:
viaads
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • viaads/trunk/readme.txt

    r2894626 r2897385  
    44Requires at least: 5.4
    55Tested up to: 6.1
    6 Stable tag: 1.1.12
     6Stable tag: 1.1.13
    77Requires PHP: 7.0
    88License: GPLv3
  • viaads/trunk/sync.php

    r2894626 r2897385  
    7373function ViaAds_getProducts($full)
    7474{
    75     if ($full.strtolower() == "true") {
     75    if (strtolower($full) == "true") {
    7676        $args = array(
    7777            'orderby' => 'name',
  • viaads/trunk/viaads.php

    r2894626 r2897385  
    33 * Plugin Name: ViaAds
    44 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds.
    5  * Version: 1.1.12
     5 * Version: 1.1.13
    66 * Author: ViaAds
    77 * Author URI: https://www.viaads.dk/
Note: See TracChangeset for help on using the changeset viewer.