Changeset 2681546
- Timestamp:
- 02/18/2022 06:06:29 PM (4 years ago)
- Location:
- playme/trunk
- Files:
-
- 2 edited
-
playme.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
playme/trunk/playme.php
r2547768 r2681546 3 3 Plugin Name: PlayMe 4 4 Description: Embeddable Song Request Form for Radio Stations 5 Version: 0.2. 65 Version: 0.2.7 6 6 Author: era404 7 7 Author URI: http://www.era404.com … … 173 173 ?> 174 174 <hr /> 175 <small>See more <a href='https://profiles.wordpress.org/era404/#content-plugins' title='WordPress plugins by ERA404' target='_blank'>WordPress plugins by ERA404</a> or visit us online: <a href='http://www.era404.com' title='ERA404 Creative Group, Inc.' target='_blank'>www.era404.com</a>. Thank you for using <i class="dashicons-before dashicons-format-audio"></i><a href='https://wordpress.org/plugins/ croprefine/' title='PLayMe on WordPress.org' target='_blank'>PlayMe</a>.</small>175 <small>See more <a href='https://profiles.wordpress.org/era404/#content-plugins' title='WordPress plugins by ERA404' target='_blank'>WordPress plugins by ERA404</a> or visit us online: <a href='http://www.era404.com' title='ERA404 Creative Group, Inc.' target='_blank'>www.era404.com</a>. Thank you for using <i class="dashicons-before dashicons-format-audio"></i><a href='https://wordpress.org/plugins/playme/' title='PlayMe on WordPress.org' target='_blank'>PlayMe</a>.</small> 176 176 </div> 177 177 -
playme/trunk/readme.txt
r2547768 r2681546 21 21 22 22 * Listeners may provide their name, the artist/song name, and a dedication (or comments), to make realtime requests to Radio Stations and Deejays. 23 * The form is easily embeddable using a shortcode and can optionally require Google's reCAPTCHA to verify requests before they're submitted.23 * The form is easily embeddable using the shortcode **[playme]** and can optionally require Google's reCAPTCHA to verify requests before they're submitted. Put "[playme]" on its own line in the page content (using Text View) to position the PlayMe form where you want it to appear on your page. 24 24 * On the backend, requests are shown in a list that refreshes passively every minute, and can be dismissed/hidden once the request has been addressed. 25 25 * For privacy, the only information captured (apart from what's entered in the submission form) is an IP Address, to offer some insight to site owners about those who are submitting song requests. … … 59 59 == Changelog == 60 60 61 = 0.2.7 = 62 * Updated documentation and tested with WordPress 5.9; 63 61 64 = 0.2.6 = 62 65 * Updated styles and tested with WordPress 5.7.2;
Note: See TracChangeset
for help on using the changeset viewer.