Changeset 2803086
- Timestamp:
- 10/23/2022 02:58:14 PM (3 years ago)
- Location:
- free-books-section
- Files:
-
- 2 added
- 2 edited
-
tags/15.1 (added)
-
tags/15.1/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
r2785329 r2803086 4 4 Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/ 5 5 Description: 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. 06 Version: 15.1 7 7 Author: Will Edwards 8 8 Author URI: https://www.whitedovebooks.co.uk/books/will-edwards/ … … 22 22 23 23 /* Runs when plugin is activated */ 24 register_activation_hook( $__FILE__eas, 'eas_install' );24 register_activation_hook( __FILE__, 'eas_install' ); 25 25 26 26 /* Runs on plugin deactivation*/ 27 register_deactivation_hook( $__FILE__eas, 'eas_remove' );27 register_deactivation_hook( __FILE__, 'eas_remove' ); 28 28 29 29 function eas_install() { … … 197 197 198 198 <div class="ver"> 199 FBS Ver:15. 0 199 FBS Ver:15.1 200 200 </div> 201 201 -
free-books-section/trunk/readme.txt
r2785329 r2803086 81 81 82 82 == Changelog == 83 =15. 084 Minor menu styling css change 83 =15.1 84 PHP Undefined variable fixed 85 85 86 86 == Upgrade Notice == 87 =15. 088 Minor menu styling css change 87 =15.1 88 PHP Undefined variable fixed
Note: See TracChangeset
for help on using the changeset viewer.