Changeset 3031256
- Timestamp:
- 02/04/2024 10:19:37 PM (2 years ago)
- Location:
- power-captcha-recaptcha
- Files:
-
- 98 added
- 1 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
trunk/assets/css (added)
-
trunk/assets/css/admin.css (added)
-
trunk/assets/css/admin.min.css (added)
-
trunk/assets/css/captcha.css (added)
-
trunk/assets/css/captcha.min.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/admin.js (added)
-
trunk/assets/js/admin.min.js (added)
-
trunk/assets/js/captcha.js (added)
-
trunk/assets/js/captcha.min.js (added)
-
trunk/assets/js/notice.js (added)
-
trunk/assets/js/notice.min.js (added)
-
trunk/inc/admin.php (added)
-
trunk/inc/api.php (added)
-
trunk/inc/core.php (added)
-
trunk/inc/woo (added)
-
trunk/inc/woo/checkout.php (added)
-
trunk/inc/woo/common.php (added)
-
trunk/inc/woo/login.php (added)
-
trunk/inc/woo/lostpassword.php (added)
-
trunk/inc/woo/register.php (added)
-
trunk/inc/woo/resetpassword.php (added)
-
trunk/inc/woo/review.php (added)
-
trunk/inc/wp (added)
-
trunk/inc/wp/comment.php (added)
-
trunk/inc/wp/common.php (added)
-
trunk/inc/wp/login.php (added)
-
trunk/inc/wp/lostpassword.php (added)
-
trunk/inc/wp/register.php (added)
-
trunk/inc/wp/resetpassword.php (added)
-
trunk/power-captcha-recaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
-
trunk/vendor/google (added)
-
trunk/vendor/google/recaptcha (added)
-
trunk/vendor/google/recaptcha/.github (added)
-
trunk/vendor/google/recaptcha/.github/ISSUE_TEMPLATE (added)
-
trunk/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md (added)
-
trunk/vendor/google/recaptcha/.gitignore (added)
-
trunk/vendor/google/recaptcha/.travis.yml (added)
-
trunk/vendor/google/recaptcha/ARCHITECTURE.md (added)
-
trunk/vendor/google/recaptcha/CONTRIBUTING.md (added)
-
trunk/vendor/google/recaptcha/LICENSE (added)
-
trunk/vendor/google/recaptcha/README.md (added)
-
trunk/vendor/google/recaptcha/app.yaml (added)
-
trunk/vendor/google/recaptcha/composer.json (added)
-
trunk/vendor/google/recaptcha/examples (added)
-
trunk/vendor/google/recaptcha/examples/appengine-https.php (added)
-
trunk/vendor/google/recaptcha/examples/config.php.dist (added)
-
trunk/vendor/google/recaptcha/examples/examples.css (added)
-
trunk/vendor/google/recaptcha/examples/google0afd8760fd68f119.html (added)
-
trunk/vendor/google/recaptcha/examples/index.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-content-security-policy.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-v2-checkbox-explicit.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-v2-checkbox.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-v2-invisible.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-v3-request-scores.php (added)
-
trunk/vendor/google/recaptcha/examples/recaptcha-v3-verify.php (added)
-
trunk/vendor/google/recaptcha/examples/robots.txt (added)
-
trunk/vendor/google/recaptcha/phpunit.xml.dist (added)
-
trunk/vendor/google/recaptcha/src (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php (added)
-
trunk/vendor/google/recaptcha/src/ReCaptcha/Response.php (added)
-
trunk/vendor/google/recaptcha/src/autoload.php (added)
-
trunk/vendor/google/recaptcha/tests (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/ReCaptchaTest.php (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/RequestMethod (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/RequestMethod/CurlPostTest.php (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/RequestMethod/PostTest.php (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/RequestMethod/SocketPostTest.php (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/RequestParametersTest.php (added)
-
trunk/vendor/google/recaptcha/tests/ReCaptcha/ResponseTest.php (added)
Legend:
- Unmodified
- Added
- Removed
-
power-captcha-recaptcha/trunk/power-captcha-recaptcha.php
r3031239 r3031256 6 6 * Description: Google reCAPTCHA integration for WordPress and WooCommerce. 7 7 * Author: Denis Alemán 8 * Author URI: https://denisaleman.com/ 8 9 * Requires at least: 5.0 9 * Tested up to: 6.4. 110 * WC tested up to: 8. 3.010 * Tested up to: 6.4.3 11 * WC tested up to: 8.5.2 11 12 * Requires PHP: 5.5 12 13 * Text Domain: power-captcha-recaptcha 13 * Domain Path: /languages /14 * Domain Path: /languages 14 15 * License: GPLv3 15 16 * License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 18 19 * @version 1.0.0 19 20 * @author Denis Alemán 20 * @copyright 2023 Denis Alemán21 * @copyright 2023-2024 Denis Alemán 21 22 * @license GPL-3.0 22 23 */
Note: See TracChangeset
for help on using the changeset viewer.