Plugin Directory

Changeset 2888686


Ignore:
Timestamp:
03/28/2023 09:29:50 PM (3 years ago)
Author:
arcbound
Message:

Updated logo banners and icon for plugin and fixed verbiage to prevent confusion for form output

Location:
archiiv
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • archiiv/trunk/index.php

    r2887832 r2888686  
    174174    <?php // output html on settings page?>
    175175    <label>Which on-site page should a user be sent to after a successful form fill?</label>
    176     <input id="redirect_page" name="redirect_page" type="text" value="<?= esc_attr($value); ?>" > <br><em>(No before and after slashes. If left blank, site visitors who successfully fill out the form will be redirected to the homepage.)</em>
     176    <input id="redirect_page" name="redirect_page" type="text" value="<?= esc_attr($value); ?>" > <br><em>(Use beginning and ending slashes for all URL slugs. If redirecting to your homepage, simple leave one forward slash ( / ).</em>
    177177    <?php
    178178}
  • archiiv/trunk/readme.txt

    r2887832 r2888686  
    55Tested up to: 6.1.1
    66Requires PHP: 7.2
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.1 =
     104* Fixed verbiage in plugin to prevent confusion about redirect output
     105
    103106= 1.1 =
    104107* Fixed bug not allowing forms to output correctly
     
    111114== Upgrade Notice ==
    112115
     116= 1.1.1 =
     117* Fixed verbiage in plugin to prevent confusion about redirect output
     118
    113119= 1.1 =
    114120* Bug fix to allow for forms to output correctly
Note: See TracChangeset for help on using the changeset viewer.