Changeset 3205494
- Timestamp:
- 12/10/2024 10:23:51 AM (15 months ago)
- Location:
- hbagency/trunk
- Files:
-
- 3 edited
-
hbagency-service.php (modified) (1 diff)
-
hbagency.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hbagency/trunk/hbagency-service.php
r3174381 r3205494 41 41 42 42 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')); 44 44 } 45 45 -
hbagency/trunk/hbagency.php
r3177812 r3205494 47 47 add_filter('the_content', array('hbagency','hbagency_ininarticle_hook')); 48 48 add_shortcode('hbagency', array('hbagency', 'hbagency_shortcode_callback')); 49 add_action( 'hb _cron_check_for_updates', array( 'HBAgency_Service', 'hbagency_check_for_updates'));49 add_action( 'hbagency_wp_cron_check_for_updates', array( 'HBAgency_Service', 'hbagency_check_for_updates')); -
hbagency/trunk/readme.txt
r3177812 r3205494 2 2 Contributors: HBAgency 3 3 Tags: hbagency,advertising,monetize,ads,revenues 4 Stable tag: 1.0. 34 Stable tag: 1.0.4 5 5 Requires at least: 6.0 6 6 Tested up to: 6.6 … … 24 24 == Changelog == 25 25 26 = 1.0.4 - 10/12/2024 = 27 Fixed an issue preventing the automatic update of the ads.txt file 28 26 29 = 1.0.3 - 29/10/2024 = 27 30 Fix: Wrong version in main plugin file
Note: See TracChangeset
for help on using the changeset viewer.