Plugin Directory

Changeset 2821952


Ignore:
Timestamp:
11/22/2022 08:08:36 AM (3 years ago)
Author:
waedwards
Message:

Releasing 15.3

Location:
free-books-section
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • free-books-section/trunk/Free_Books_Section.php

    r2816082 r2821952  
    44Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/
    55Description: Embeds our free books newsfeed into your site. Visitors can submit books for a small fee and you earn affiliate commissions.
    6 Version: 15.2
     6Version: 15.3
    77Author: Will Edwards
    88Author URI: https://www.whitedovebooks.co.uk/genre/will-edwards/
     
    2929function eas_install() {
    3030/* Creates new database field */
    31 add_option("eas_data", 'AFFILIATE ID', '', 'yes');
     31add_option("eas_data", '', '', 'yes');
    3232add_option("eas2_data", '', '', 'yes');
    3333}
     
    197197
    198198<div class="ver">
    199 FBS Ver:15.2&nbsp;&nbsp;&nbsp;
     199FBS Ver:15.3&nbsp;&nbsp;&nbsp;
    200200</div>
    201201
  • free-books-section/trunk/readme.txt

    r2816025 r2821952  
    8181
    8282== Changelog ==
    83 =15.2
    84 Bonus Content Included
     83=15.3
     84Changed initial affiliate value on install to blank.
    8585
    8686== Upgrade Notice ==
    87 =15.2
    88 Bonus Content Included
     87=15.3
     88Changed initial affiliate value on install to blank.
Note: See TracChangeset for help on using the changeset viewer.