Changeset 3051625
- Timestamp:
- 03/15/2024 10:59:49 AM (2 years ago)
- Location:
- hcaptcha-for-forms-and-more
- Files:
-
- 8 edited
- 1 copied
-
tags/3.10.1 (copied) (copied from hcaptcha-for-forms-and-more/trunk)
-
tags/3.10.1/hcaptcha.php (modified) (2 diffs)
-
tags/3.10.1/readme.txt (modified) (2 diffs)
-
tags/3.10.1/src/php/Main.php (modified) (1 diff)
-
tags/3.10.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/hcaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/php/Main.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hcaptcha-for-forms-and-more/tags/3.10.1/hcaptcha.php
r3051014 r3051625 11 11 * Plugin URI: https://www.hcaptcha.com/ 12 12 * Description: hCaptcha keeps out bots and spam while putting privacy first. It is a drop-in replacement for reCAPTCHA. 13 * Version: 3.10. 013 * Version: 3.10.1 14 14 * Requires at least: 5.1 15 15 * Requires PHP: 7.0 … … 40 40 * Plugin version. 41 41 */ 42 const HCAPTCHA_VERSION = '3.10. 0';42 const HCAPTCHA_VERSION = '3.10.1'; 43 43 44 44 /** -
hcaptcha-for-forms-and-more/tags/3.10.1/readme.txt
r3051014 r3051625 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0.0 7 Stable tag: 3.10. 07 Stable tag: 3.10.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 566 566 == Changelog == 567 567 568 = 3.10.1 = 569 * Added filter `hcap_add_csp_headers` to allow adding Content Security Policy headers. 570 * Fixed Content Security Policy headers processing. 571 568 572 = 3.10.0 = 569 573 * Tested with WordPress 6.5. -
hcaptcha-for-forms-and-more/tags/3.10.1/src/php/Main.php
r3051014 r3051625 294 294 */ 295 295 public function csp_headers( $headers ): array { 296 if ( ! apply_filters( 'hcap_add_csp_headers', false, $headers ) ) { 297 return $headers; 298 } 299 296 300 $headers = (array) $headers; 297 301 $keys_lower = array_map( 'strtolower', array_keys( $headers ) ); -
hcaptcha-for-forms-and-more/tags/3.10.1/vendor/composer/installed.php
r3051014 r3051625 2 2 'root' => array( 3 3 'name' => 'hcaptcha/hcaptcha-wordpress-plugin', 4 'pretty_version' => '3.10. 0',5 'version' => '3.10. 0.0',6 'reference' => ' 15bc4d98bca618729fa601ef63058f8d0ccceffb',4 'pretty_version' => '3.10.1', 5 'version' => '3.10.1.0', 6 'reference' => '6fe2abd7c85013692397cc19d36299da059f6b6a', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'hcaptcha/hcaptcha-wordpress-plugin' => array( 14 'pretty_version' => '3.10. 0',15 'version' => '3.10. 0.0',16 'reference' => ' 15bc4d98bca618729fa601ef63058f8d0ccceffb',14 'pretty_version' => '3.10.1', 15 'version' => '3.10.1.0', 16 'reference' => '6fe2abd7c85013692397cc19d36299da059f6b6a', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
hcaptcha-for-forms-and-more/trunk/hcaptcha.php
r3051014 r3051625 11 11 * Plugin URI: https://www.hcaptcha.com/ 12 12 * Description: hCaptcha keeps out bots and spam while putting privacy first. It is a drop-in replacement for reCAPTCHA. 13 * Version: 3.10. 013 * Version: 3.10.1 14 14 * Requires at least: 5.1 15 15 * Requires PHP: 7.0 … … 40 40 * Plugin version. 41 41 */ 42 const HCAPTCHA_VERSION = '3.10. 0';42 const HCAPTCHA_VERSION = '3.10.1'; 43 43 44 44 /** -
hcaptcha-for-forms-and-more/trunk/readme.txt
r3051014 r3051625 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0.0 7 Stable tag: 3.10. 07 Stable tag: 3.10.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 566 566 == Changelog == 567 567 568 = 3.10.1 = 569 * Added filter `hcap_add_csp_headers` to allow adding Content Security Policy headers. 570 * Fixed Content Security Policy headers processing. 571 568 572 = 3.10.0 = 569 573 * Tested with WordPress 6.5. -
hcaptcha-for-forms-and-more/trunk/src/php/Main.php
r3051014 r3051625 294 294 */ 295 295 public function csp_headers( $headers ): array { 296 if ( ! apply_filters( 'hcap_add_csp_headers', false, $headers ) ) { 297 return $headers; 298 } 299 296 300 $headers = (array) $headers; 297 301 $keys_lower = array_map( 'strtolower', array_keys( $headers ) ); -
hcaptcha-for-forms-and-more/trunk/vendor/composer/installed.php
r3051014 r3051625 2 2 'root' => array( 3 3 'name' => 'hcaptcha/hcaptcha-wordpress-plugin', 4 'pretty_version' => '3.10. 0',5 'version' => '3.10. 0.0',6 'reference' => ' 15bc4d98bca618729fa601ef63058f8d0ccceffb',4 'pretty_version' => '3.10.1', 5 'version' => '3.10.1.0', 6 'reference' => '6fe2abd7c85013692397cc19d36299da059f6b6a', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'hcaptcha/hcaptcha-wordpress-plugin' => array( 14 'pretty_version' => '3.10. 0',15 'version' => '3.10. 0.0',16 'reference' => ' 15bc4d98bca618729fa601ef63058f8d0ccceffb',14 'pretty_version' => '3.10.1', 15 'version' => '3.10.1.0', 16 'reference' => '6fe2abd7c85013692397cc19d36299da059f6b6a', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.