Changeset 2051000
- Timestamp:
- 03/15/2019 03:29:44 AM (7 years ago)
- Location:
- wpbooklist/trunk
- Files:
-
- 3 edited
-
includes/class-wpbooklist-ajax-functions.php (modified) (1 diff)
-
includes/class-wpbooklist-general-functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpbooklist/trunk/includes/class-wpbooklist-ajax-functions.php
r2046363 r2051000 1776 1776 hideshortdesc bigint(255), 1777 1777 hidesubgenre bigint(255), 1778 hideadditionalimgs bigint(255), 1778 1779 adminmessage varchar(10000) NOT NULL DEFAULT '" . ADMIN_MESSAGE . "', 1779 1780 PRIMARY KEY (ID), -
wpbooklist/trunk/includes/class-wpbooklist-general-functions.php
r2046363 r2051000 614 614 adminmessage varchar(10000) NOT NULL DEFAULT '" . ADMIN_MESSAGE . "', 615 615 customfields MEDIUMTEXT, 616 hideadditionalimgs bigint(255), 616 617 PRIMARY KEY (ID), 617 618 KEY username (username) -
wpbooklist/trunk/readme.txt
r2046363 r2051000 288 288 **6.1.6** - Bug fixes for Library and Book View Display Options, as well as bug fixes for the displaying of Cover Images on the default Posts and Pages Templates. Change the wpuserid column in the Users table to accomodate large WP User IDs on Wordpress.com sites. 289 289 290 **6.1.7** - Prevented the Pagination tools from appearing on the front-end if multiple pages of books do not exist (Github Issue #75). Introduced check in class-wpbooklist-frontend-library-ui.php file, lines 1387-1392, that prevents attempting to grab a quote using an undefined array index key. Also modified the quotation display to not have the closing quotation mark bolded. (Github Issue #98). Added in translations for the new Submissions Extension (Github Issue #100). Modify the IDs of the field values in the 'Book Form' HTML (Github Issue #101). Modified the 'Class-book.php' file to suite the Submissions Extension (Github Issue #102). Modified the "wpbooklist_dashboard_add_book_action_callback" function to return found book info for the Submissions Extension (Github Issue #103). Added in Advertisment for the new E-Books Extension on the Extensions Menu Page (Github Issue #104). Added in some translations for the WPBookList Search Extension (Github Issue #105).290 **6.1.7** - Prevented the Pagination tools from appearing on the front-end if multiple pages of books do not exist (Github Issue #75). Introduced check in class-wpbooklist-frontend-library-ui.php file, lines 1387-1392, that prevents attempting to grab a quote using an undefined array index key. Also modified the quotation display to not have the closing quotation mark bolded. (Github Issue #98). Added in translations for the new Submissions Extension (Github Issue #100). Modify the IDs of the field values in the 'Book Form' HTML (Github Issue #101). Modified the 'Class-book.php' file to suite the Submissions Extension (Github Issue #102). Modified the "wpbooklist_dashboard_add_book_action_callback" function to return found book info for the Submissions Extension (Github Issue #103). Added in Advertisment for the new E-Books Extension on the Extensions Menu Page (Github Issue #104). Added in some translations for the WPBookList Search Extension (Github Issue #105). 291 291 292 292
Note: See TracChangeset
for help on using the changeset viewer.