Plugin Directory

Changeset 3309502


Ignore:
Timestamp:
06/11/2025 03:58:10 AM (10 months ago)
Author:
stenly311
Message:

Addy plugin configuration settings have been moved to the WooCommerce General section.

Location:
addy-autocomplete-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • addy-autocomplete-woocommerce/trunk/CHANGELOG.md

    r3237511 r3309502  
     1# NZ Address Autocomplete for WooCommerce 3.1.0
     2- Addy plugin configuration settings have been moved to the WooCommerce General section.
     3
    14# NZ Address Autocomplete for WooCommerce 3.0.0
    25
  • addy-autocomplete-woocommerce/trunk/addy-woocommerce.php

    r3237511 r3309502  
    5353
    5454
    55     add_filter('woocommerce_get_settings_checkout', 'addy_settings', 10, 1);
     55    add_filter('woocommerce_get_settings_general', 'addy_settings', 10, 1);
    5656
    5757    function addy_settings($settings) {
  • addy-autocomplete-woocommerce/trunk/readme.txt

    r3237511 r3309502  
    47473. Click on the 'Install Now' button
    48484. Activate the plugin through the Plugins page in WordPress
    49 5. Use the WooCommerce > Settings > Checkout or Payments page to enter your API key
     495. Use the WooCommerce > Settings > General page to enter your API key
    5050
    5151For additional instructions with screenshots, visit:
     
    7878
    7979== Changelog ==
     80= 3.1.0 =
     81* Addy plugin configuration settings have been moved to the WooCommerce General section.
    8082= 3.0.0 =
    8183* Compatibility issue fix found with WP 6.6+
Note: See TracChangeset for help on using the changeset viewer.