Plugin Directory

Changeset 3239638


Ignore:
Timestamp:
02/12/2025 08:02:04 PM (13 months ago)
Author:
agechecker
Message:

Removes unneeded print to page of some plugin setting values

Location:
agecheckernet
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • agecheckernet/trunk/agechecker.php

    r3157096 r3239638  
    44Plugin URI:  https://agechecker.net
    55Description: AgeChecker.Net seamlessly and securely verifies the age of your customers directly on your website during the checkout process. Keep your site up to date on the latest age regulations for your industry while ensuring that purchasing is frustration-free for your site users.
    6 Version:     1.20.0
     6Version:     1.20.1
    77Author:      AgeChecker.Net
    88Author URI:  https://agechecker.net
  • agecheckernet/trunk/class-wc-integration-agechecker-integration.php

    r3157096 r3239638  
    14221422
    14231423        public function validate_titled_text_field($key) {
    1424             echo $_POST[ $this->plugin_id . $this->id . '_' . $key ];
    14251424            return $_POST[ $this->plugin_id . $this->id . '_' . $key ];
    14261425        }
  • agecheckernet/trunk/readme.txt

    r3157096 r3239638  
    33Tags: age checker, age check, AgeChecker.Net, check age, verify age
    44Requires at least: 4.4
    5 Tested up to: 6.6
    6 Stable tag: 1.20.0
     5Tested up to: 6.7
     6Stable tag: 1.20.1
    77
    88AgeChecker.Net seamlessly and securely verifies the age of your customers directly on your website during the checkout process.
     
    6363== Changelog ==
    6464
     65= 1.20.1 =
     66*Release Date - 12 February 2025*
     67
     68* Removes unneeded print to page of some plugin setting values
     69
    6570= 1.20.0 =
    6671*Release Date - 22 August 2024*
Note: See TracChangeset for help on using the changeset viewer.