Changeset 3232304
- Timestamp:
- 01/30/2025 09:09:11 PM (14 months ago)
- Location:
- hostbox-google-recaptcha
- Files:
-
- 4 edited
- 1 copied
-
tags/0.0.2 (copied) (copied from hostbox-google-recaptcha/trunk)
-
tags/0.0.2/inc/render-settings-page.php (modified) (1 diff)
-
tags/0.0.2/readme.txt (modified) (2 diffs)
-
trunk/inc/render-settings-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hostbox-google-recaptcha/tags/0.0.2/inc/render-settings-page.php
r3232300 r3232304 14 14 <form method="post" action="options.php"> 15 15 <?php 16 settings_fields(' recaptcha_settings');17 do_settings_sections(' recaptcha_settings');16 settings_fields('hostbox_recaptcha_settings'); 17 do_settings_sections('hostbox_recaptcha_settings'); 18 18 ?> 19 19 <table class="form-table"> -
hostbox-google-recaptcha/tags/0.0.2/readme.txt
r3232300 r3232304 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 7.0 8 Stable tag: 0.0. 18 Stable tag: 0.0.2 9 9 Author: Hostbox 10 10 Author URI: https://www.hostbox.me … … 97 97 == Changelog == 98 98 99 = January 30, 2025 = 100 101 Version 0.0.2 changelog: 102 103 * Fix: Domain slug recaptcha_settings to hostbox_recaptcha_settings 104 99 105 = January 8, 2025 = 100 106 -
hostbox-google-recaptcha/trunk/inc/render-settings-page.php
r3232300 r3232304 14 14 <form method="post" action="options.php"> 15 15 <?php 16 settings_fields(' recaptcha_settings');17 do_settings_sections(' recaptcha_settings');16 settings_fields('hostbox_recaptcha_settings'); 17 do_settings_sections('hostbox_recaptcha_settings'); 18 18 ?> 19 19 <table class="form-table"> -
hostbox-google-recaptcha/trunk/readme.txt
r3232300 r3232304 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 7.0 8 Stable tag: 0.0. 18 Stable tag: 0.0.2 9 9 Author: Hostbox 10 10 Author URI: https://www.hostbox.me … … 97 97 == Changelog == 98 98 99 = January 30, 2025 = 100 101 Version 0.0.2 changelog: 102 103 * Fix: Domain slug recaptcha_settings to hostbox_recaptcha_settings 104 99 105 = January 8, 2025 = 100 106
Note: See TracChangeset
for help on using the changeset viewer.