Plugin Directory

Changeset 2715409


Ignore:
Timestamp:
04/27/2022 11:24:28 AM (3 years ago)
Author:
quizad
Message:

Adaptation for Wordpress 5.9

Location:
quizad
Files:
3 edited
76 copied

Legend:

Unmodified
Added
Removed
  • quizad/tags/1.4.8/QuizAd.php

    r2647406 r2715409  
    1010Plugin URI: https://www.quizad.pl
    1111Description: This plugin allows QuizAd advertisement platform to manage quiz text links on wordpress website.
    12 Version: 1.4.7
     12Version: 1.4.8
    1313Author: https://www.quizad.pl
    1414License: LGPL v3.0
  • quizad/tags/1.4.8/readme.txt

    r2647406 r2715409  
    33Tags: quizad, ads, ad, wordpress ad, wordpress advertisement, quest ad, paywall, wordpress reklama, reklama na stronie, reklama na blogu, saas
    44Requires at least: 4.4
    5 Tested up to: 5.8.0
    6 Stable tag: 1.4.7
     5Tested up to: 5.9
     6Stable tag: 1.4.8
    77License: LGPLv3 or later
    88Requires PHP: 5.4
     
    5555== Changelog ==
    5656
     57= 1.4.8 =
     58Tested up to: 5.9
     59
    5760= 1.4.5 =
    5861
  • quizad/tags/1.4.8/src/Model/Placements/Website.php

    r2617637 r2715409  
    102102
    103103    /**
    104      * @return null
     104     * @return string
    105105     */
    106106    public function getExcludePosition()
    107107    {
    108         return $this->excludePosition;
     108        return (string)$this->excludePosition;
    109109    }
    110110
  • quizad/trunk/QuizAd.php

    r2647406 r2715409  
    1010Plugin URI: https://www.quizad.pl
    1111Description: This plugin allows QuizAd advertisement platform to manage quiz text links on wordpress website.
    12 Version: 1.4.7
     12Version: 1.4.8
    1313Author: https://www.quizad.pl
    1414License: LGPL v3.0
  • quizad/trunk/readme.txt

    r2647406 r2715409  
    33Tags: quizad, ads, ad, wordpress ad, wordpress advertisement, quest ad, paywall, wordpress reklama, reklama na stronie, reklama na blogu, saas
    44Requires at least: 4.4
    5 Tested up to: 5.8.0
    6 Stable tag: 1.4.7
     5Tested up to: 5.9
     6Stable tag: 1.4.8
    77License: LGPLv3 or later
    88Requires PHP: 5.4
     
    5555== Changelog ==
    5656
     57= 1.4.8 =
     58Tested up to: 5.9
     59
    5760= 1.4.5 =
    5861
  • quizad/trunk/src/Model/Placements/Website.php

    r2617637 r2715409  
    102102
    103103    /**
    104      * @return null
     104     * @return string
    105105     */
    106106    public function getExcludePosition()
    107107    {
    108         return $this->excludePosition;
     108        return (string)$this->excludePosition;
    109109    }
    110110
Note: See TracChangeset for help on using the changeset viewer.