Changeset 3373301
- Timestamp:
- 10/06/2025 12:48:35 AM (5 months ago)
- Location:
- listdom-ads
- Files:
-
- 66 added
- 5 edited
-
tags/1.8.1 (added)
-
tags/1.8.1/composer.json (added)
-
tags/1.8.1/composer.lock (added)
-
tags/1.8.1/i18n (added)
-
tags/1.8.1/i18n/languages (added)
-
tags/1.8.1/i18n/languages/listdom-ads-de_DE.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-de_DE.po (added)
-
tags/1.8.1/i18n/languages/listdom-ads-en_US.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-en_US.po (added)
-
tags/1.8.1/i18n/languages/listdom-ads-es_ES.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-es_ES.po (added)
-
tags/1.8.1/i18n/languages/listdom-ads-fr_FR.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-fr_FR.po (added)
-
tags/1.8.1/i18n/languages/listdom-ads-nl_NL.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-nl_NL.po (added)
-
tags/1.8.1/i18n/languages/listdom-ads-pt_BR.mo (added)
-
tags/1.8.1/i18n/languages/listdom-ads-pt_BR.po (added)
-
tags/1.8.1/init.php (added)
-
tags/1.8.1/listdom-ads.php (added)
-
tags/1.8.1/plugin (added)
-
tags/1.8.1/plugin.php (added)
-
tags/1.8.1/plugin/Hooks.php (added)
-
tags/1.8.1/plugin/I18n.php (added)
-
tags/1.8.1/readme.txt (added)
-
tags/1.8.1/vendor (added)
-
tags/1.8.1/vendor/autoload.php (added)
-
tags/1.8.1/vendor/composer (added)
-
tags/1.8.1/vendor/composer/ClassLoader.php (added)
-
tags/1.8.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.8.1/vendor/composer/LICENSE (added)
-
tags/1.8.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.8.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.8.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.8.1/vendor/composer/autoload_real.php (added)
-
tags/1.8.1/vendor/composer/autoload_static.php (added)
-
tags/1.8.1/vendor/composer/installed.json (added)
-
tags/1.8.1/vendor/composer/installed.php (added)
-
tags/1.8.1/vendor/webilia (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app/Addon.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app/Base.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app/Boot.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app/Element.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/app/Module.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/composer.json (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/composer.lock (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/html (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/html/form.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/html/module.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/templates (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/templates/ad.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/autoload.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/ClassLoader.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/InstalledVersions.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/LICENSE (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/autoload_classmap.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/autoload_namespaces.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/autoload_psr4.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/autoload_real.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/autoload_static.php (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/installed.json (added)
-
tags/1.8.1/vendor/webilia/listdom-p-ads/vendor/composer/installed.php (added)
-
trunk/composer.lock (added)
-
trunk/init.php (modified) (1 diff)
-
trunk/listdom-ads.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/webilia/listdom-p-ads/app/Base.php (modified) (1 diff)
-
trunk/vendor/webilia/listdom-p-ads/html/form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
listdom-ads/trunk/init.php
r3358260 r3373301 10 10 * @var string 11 11 */ 12 public $version = '1.8. 0';12 public $version = '1.8.1'; 13 13 14 14 /** -
listdom-ads/trunk/listdom-ads.php
r3358260 r3373301 4 4 * Plugin URI: https://listdom.net 5 5 * Description: Display ads on single listing pages 6 * Version: 1.8. 06 * Version: 1.8.1 7 7 * Author: Webilia 8 8 * Author URI: https://webilia.com/ … … 11 11 * Requires PHP: 7.2 12 12 * License: GPLv2 or later 13 * License URI: http ://www.gnu.org/licenses/gpl-2.0.html13 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 14 14 * Requires Plugins: listdom 15 15 * -
listdom-ads/trunk/readme.txt
r3358260 r3373301 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 1.8. 08 Stable tag: 1.8.1 9 9 Requires Plugins: listdom 10 10 License: GPLv2 or later 11 License URI: http ://www.gnu.org/licenses/gpl-2.0.html11 License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 12 13 13 Easily monetize your Listdom directory by displaying ads (Google AdSense, affiliate banners, HTML content, shortcodes) on listing detail pages. … … 73 73 == Changelog == 74 74 75 = 1.8.1 - October 5th, 2025 = 76 * Addressed some background issues. 77 75 78 = 1.7.0 = 76 * Initial public release on WordPress.org 79 * Initial public release on WordPress.org 77 80 * Display ads using HTML, shortcode, images, or scripts 78 81 * Global ad setting – display across all listings -
listdom-ads/trunk/vendor/webilia/listdom-p-ads/app/Base.php
r3353621 r3373301 80 80 public function response(array $response) 81 81 { 82 echo json_encode($response, JSON_NUMERIC_CHECK);82 echo wp_json_encode($response, JSON_NUMERIC_CHECK); 83 83 exit; 84 84 } -
listdom-ads/trunk/vendor/webilia/listdom-p-ads/html/form.php
r3358260 r3373301 11 11 <div class="lsd-settings-fields-wrapper"> 12 12 <div class="lsd-form-row"> 13 <div class="lsd-col-2"><?php echo LSD_Form::label([ 14 'title' => esc_html__('Global Ad', 'listdom-ads'), 15 'for' => 'lsd_addons_ads_global_ad', 16 ]); ?></div> 17 <div class="lsd-col-6"> 18 <?php echo LSD_Form::textarea([ 19 'id' => 'lsd_addons_ads_global_ad', 20 'value' => $ads['global_ad'] ?? '', 21 'name' => 'addons[ads][global_ad]', 22 'placeholder' => esc_html__('You can use shortcodes or HTML...', 'listdom-ads'), 23 'rows' => 10, 24 ]); ?> 25 <p class="lsd-admin-description-tiny lsd-mb-0"><?php esc_html_e('Set a global ad for all listings. Override it per listing if needed.', 'listdom-ads'); ?></p> 26 </div> 27 </div> 13 <div class="lsd-col-3"><?php echo LSD_Form::label([ 14 'class' => 'lsd-fields-label', 15 'title' => esc_html__('Global Ad', 'listdom-ads'), 16 'for' => 'lsd_addons_ads_global_ad', 17 ]); ?></div> 18 <div class="lsd-col-5"> 19 <?php echo LSD_Form::textarea([ 20 'class' => 'lsd-admin-input', 21 'id' => 'lsd_addons_ads_global_ad', 22 'value' => $ads['global_ad'] ?? '', 23 'name' => 'addons[ads][global_ad]', 24 'placeholder' => esc_attr__('You can use shortcodes or HTML...', 'listdom-ads'), 25 'rows' => 10, 26 ]); ?> 27 <p class="lsd-admin-description-tiny lsd-mb-0 lsd-mt-2"><?php esc_html_e('Set a global ad for all listings. Override it per listing if needed.', 'listdom-ads'); ?></p> 28 </div> 29 </div> 28 30 </div> 29 31 </div>
Note: See TracChangeset
for help on using the changeset viewer.