Plugin Directory

Changeset 3205494


Ignore:
Timestamp:
12/10/2024 10:23:51 AM (15 months ago)
Author:
hbagency
Message:

Fixed an issue preventing the automatic update of the ads.txt file

Location:
hbagency/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hbagency/trunk/hbagency-service.php

    r3174381 r3205494  
    4141
    4242        if(get_option("hbagency_wp_enable_ads_txt") && $website->statusDetail == 'UPDATE_ADS_TXT') {
    43             update_ads_txt(get_option('hbagency_wp_website_ads_txt_additional_lines'));
     43            HBAgency_Service::update_ads_txt(get_option('hbagency_wp_website_ads_txt_additional_lines'));
    4444        }
    4545
  • hbagency/trunk/hbagency.php

    r3177812 r3205494  
    4747add_filter('the_content', array('hbagency','hbagency_ininarticle_hook'));
    4848add_shortcode('hbagency', array('hbagency', 'hbagency_shortcode_callback'));
    49 add_action( 'hb_cron_check_for_updates', array( 'HBAgency_Service', 'hbagency_check_for_updates'));
     49add_action( 'hbagency_wp_cron_check_for_updates', array( 'HBAgency_Service', 'hbagency_check_for_updates'));
  • hbagency/trunk/readme.txt

    r3177812 r3205494  
    22Contributors: HBAgency
    33Tags: hbagency,advertising,monetize,ads,revenues
    4 Stable tag: 1.0.3
     4Stable tag: 1.0.4
    55Requires at least: 6.0
    66Tested up to: 6.6
     
    2424== Changelog ==
    2525
     26= 1.0.4 - 10/12/2024 =
     27Fixed an issue preventing the automatic update of the ads.txt file
     28
    2629= 1.0.3 - 29/10/2024 =
    2730Fix: Wrong version in main plugin file
Note: See TracChangeset for help on using the changeset viewer.