Changeset 2821952
- Timestamp:
- 11/22/2022 08:08:36 AM (3 years ago)
- Location:
- free-books-section
- Files:
-
- 2 added
- 2 edited
-
tags/15.3 (added)
-
tags/15.3/Free_Books_Section.php (added)
-
trunk/Free_Books_Section.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-books-section/trunk/Free_Books_Section.php
r2816082 r2821952 4 4 Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/ 5 5 Description: Embeds our free books newsfeed into your site. Visitors can submit books for a small fee and you earn affiliate commissions. 6 Version: 15. 26 Version: 15.3 7 7 Author: Will Edwards 8 8 Author URI: https://www.whitedovebooks.co.uk/genre/will-edwards/ … … 29 29 function eas_install() { 30 30 /* Creates new database field */ 31 add_option("eas_data", ' AFFILIATE ID', '', 'yes');31 add_option("eas_data", '', '', 'yes'); 32 32 add_option("eas2_data", '', '', 'yes'); 33 33 } … … 197 197 198 198 <div class="ver"> 199 FBS Ver:15. 2 199 FBS Ver:15.3 200 200 </div> 201 201 -
free-books-section/trunk/readme.txt
r2816025 r2821952 81 81 82 82 == Changelog == 83 =15. 284 Bonus Content Included 83 =15.3 84 Changed initial affiliate value on install to blank. 85 85 86 86 == Upgrade Notice == 87 =15. 288 Bonus Content Included 87 =15.3 88 Changed initial affiliate value on install to blank.
Note: See TracChangeset
for help on using the changeset viewer.