Plugin Directory

Changeset 3232304


Ignore:
Timestamp:
01/30/2025 09:09:11 PM (14 months ago)
Author:
hostbox
Message:

Update to version 0.0.2 from GitHub

Location:
hostbox-google-recaptcha
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hostbox-google-recaptcha/tags/0.0.2/inc/render-settings-page.php

    r3232300 r3232304  
    1414  <form method="post" action="options.php">
    1515<?php
    16 settings_fields('recaptcha_settings');
    17 do_settings_sections('recaptcha_settings');
     16settings_fields('hostbox_recaptcha_settings');
     17do_settings_sections('hostbox_recaptcha_settings');
    1818?>
    1919    <table class="form-table">
  • hostbox-google-recaptcha/tags/0.0.2/readme.txt

    r3232300 r3232304  
    66Tested up to: 6.7.1
    77Requires PHP: 7.0
    8 Stable tag: 0.0.1
     8Stable tag: 0.0.2
    99Author: Hostbox
    1010Author URI: https://www.hostbox.me
     
    9797== Changelog ==
    9898
     99= January 30, 2025 =
     100
     101Version 0.0.2 changelog:
     102
     103* Fix: Domain slug recaptcha_settings to hostbox_recaptcha_settings
     104
    99105= January 8, 2025 =
    100106
  • hostbox-google-recaptcha/trunk/inc/render-settings-page.php

    r3232300 r3232304  
    1414  <form method="post" action="options.php">
    1515<?php
    16 settings_fields('recaptcha_settings');
    17 do_settings_sections('recaptcha_settings');
     16settings_fields('hostbox_recaptcha_settings');
     17do_settings_sections('hostbox_recaptcha_settings');
    1818?>
    1919    <table class="form-table">
  • hostbox-google-recaptcha/trunk/readme.txt

    r3232300 r3232304  
    66Tested up to: 6.7.1
    77Requires PHP: 7.0
    8 Stable tag: 0.0.1
     8Stable tag: 0.0.2
    99Author: Hostbox
    1010Author URI: https://www.hostbox.me
     
    9797== Changelog ==
    9898
     99= January 30, 2025 =
     100
     101Version 0.0.2 changelog:
     102
     103* Fix: Domain slug recaptcha_settings to hostbox_recaptcha_settings
     104
    99105= January 8, 2025 =
    100106
Note: See TracChangeset for help on using the changeset viewer.