Changeset 2715409
- Timestamp:
- 04/27/2022 11:24:28 AM (3 years ago)
- Location:
- quizad
- Files:
-
- 3 edited
- 76 copied
Legend:
- Unmodified
- Added
- Removed
-
quizad/tags/1.4.8/QuizAd.php
r2647406 r2715409 10 10 Plugin URI: https://www.quizad.pl 11 11 Description: This plugin allows QuizAd advertisement platform to manage quiz text links on wordpress website. 12 Version: 1.4. 712 Version: 1.4.8 13 13 Author: https://www.quizad.pl 14 14 License: LGPL v3.0 -
quizad/tags/1.4.8/readme.txt
r2647406 r2715409 3 3 Tags: quizad, ads, ad, wordpress ad, wordpress advertisement, quest ad, paywall, wordpress reklama, reklama na stronie, reklama na blogu, saas 4 4 Requires at least: 4.4 5 Tested up to: 5. 8.06 Stable tag: 1.4. 75 Tested up to: 5.9 6 Stable tag: 1.4.8 7 7 License: LGPLv3 or later 8 8 Requires PHP: 5.4 … … 55 55 == Changelog == 56 56 57 = 1.4.8 = 58 Tested up to: 5.9 59 57 60 = 1.4.5 = 58 61 -
quizad/tags/1.4.8/src/Model/Placements/Website.php
r2617637 r2715409 102 102 103 103 /** 104 * @return null104 * @return string 105 105 */ 106 106 public function getExcludePosition() 107 107 { 108 return $this->excludePosition;108 return (string)$this->excludePosition; 109 109 } 110 110 -
quizad/trunk/QuizAd.php
r2647406 r2715409 10 10 Plugin URI: https://www.quizad.pl 11 11 Description: This plugin allows QuizAd advertisement platform to manage quiz text links on wordpress website. 12 Version: 1.4. 712 Version: 1.4.8 13 13 Author: https://www.quizad.pl 14 14 License: LGPL v3.0 -
quizad/trunk/readme.txt
r2647406 r2715409 3 3 Tags: quizad, ads, ad, wordpress ad, wordpress advertisement, quest ad, paywall, wordpress reklama, reklama na stronie, reklama na blogu, saas 4 4 Requires at least: 4.4 5 Tested up to: 5. 8.06 Stable tag: 1.4. 75 Tested up to: 5.9 6 Stable tag: 1.4.8 7 7 License: LGPLv3 or later 8 8 Requires PHP: 5.4 … … 55 55 == Changelog == 56 56 57 = 1.4.8 = 58 Tested up to: 5.9 59 57 60 = 1.4.5 = 58 61 -
quizad/trunk/src/Model/Placements/Website.php
r2617637 r2715409 102 102 103 103 /** 104 * @return null104 * @return string 105 105 */ 106 106 public function getExcludePosition() 107 107 { 108 return $this->excludePosition;108 return (string)$this->excludePosition; 109 109 } 110 110
Note: See TracChangeset
for help on using the changeset viewer.