Plugin Directory

Changeset 2803086


Ignore:
Timestamp:
10/23/2022 02:58:14 PM (3 years ago)
Author:
waedwards
Message:

Releasing 15.1

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

Legend:

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

    r2785329 r2803086  
    44Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/
    55Description: Embed our dynamically updated free books newsfeed into your site, quickly and easily. Your visitors can submit books into the newsfeed for a small fee, and you earn affiliate commissions when they do.
    6 Version: 15.0
     6Version: 15.1
    77Author: Will Edwards
    88Author URI: https://www.whitedovebooks.co.uk/books/will-edwards/
     
    2222
    2323/* Runs when plugin is activated */
    24 register_activation_hook( $__FILE__eas, 'eas_install' );
     24register_activation_hook( __FILE__, 'eas_install' );
    2525
    2626/* Runs on plugin deactivation*/
    27 register_deactivation_hook( $__FILE__eas, 'eas_remove' );
     27register_deactivation_hook( __FILE__, 'eas_remove' );
    2828
    2929function eas_install() {
     
    197197
    198198<div class="ver">
    199 FBS Ver:15.0&nbsp;&nbsp;&nbsp;
     199FBS Ver:15.1&nbsp;&nbsp;&nbsp;
    200200</div>
    201201
  • free-books-section/trunk/readme.txt

    r2785329 r2803086  
    8181
    8282== Changelog ==
    83 =15.0
    84 Minor menu styling css change
     83=15.1
     84PHP Undefined variable fixed
    8585
    8686== Upgrade Notice ==
    87 =15.0
    88 Minor menu styling css change
     87=15.1
     88PHP Undefined variable fixed
Note: See TracChangeset for help on using the changeset viewer.