Changeset 2888686
- Timestamp:
- 03/28/2023 09:29:50 PM (3 years ago)
- Location:
- archiiv
- Files:
-
- 16 added
- 2 edited
-
assets/banner-772x250.jpeg (added)
-
assets/icon-128x128.jpeg (added)
-
tags/1.0 (added)
-
tags/1.0/arcbound-beehive-sm.png (added)
-
tags/1.0/beehiiv-int-form.php (added)
-
tags/1.0/index.php (added)
-
tags/1.0/license.txt (added)
-
tags/1.0/menu-page-html.php (added)
-
tags/1.0/readme.txt (added)
-
tags/1.1 (added)
-
tags/1.1/arcbound-beehive-sm.png (added)
-
tags/1.1/beehiiv-int-form.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/license.txt (added)
-
tags/1.1/menu-page-html.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
archiiv/trunk/index.php
r2887832 r2888686 174 174 <?php // output html on settings page?> 175 175 <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> 177 177 <?php 178 178 } -
archiiv/trunk/readme.txt
r2887832 r2888686 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 1.1.1 = 104 * Fixed verbiage in plugin to prevent confusion about redirect output 105 103 106 = 1.1 = 104 107 * Fixed bug not allowing forms to output correctly … … 111 114 == Upgrade Notice == 112 115 116 = 1.1.1 = 117 * Fixed verbiage in plugin to prevent confusion about redirect output 118 113 119 = 1.1 = 114 120 * Bug fix to allow for forms to output correctly
Note: See TracChangeset
for help on using the changeset viewer.