Plugin Directory

Changeset 2051000


Ignore:
Timestamp:
03/15/2019 03:29:44 AM (7 years ago)
Author:
forwardcreation
Message:

Fixed the inability to save Book View display Options

Location:
wpbooklist/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpbooklist/trunk/includes/class-wpbooklist-ajax-functions.php

    r2046363 r2051000  
    17761776                    hideshortdesc bigint(255),
    17771777                    hidesubgenre bigint(255),
     1778                    hideadditionalimgs bigint(255),
    17781779                    adminmessage varchar(10000) NOT NULL DEFAULT '" . ADMIN_MESSAGE . "',
    17791780                    PRIMARY KEY  (ID),
  • wpbooklist/trunk/includes/class-wpbooklist-general-functions.php

    r2046363 r2051000  
    614614                adminmessage varchar(10000) NOT NULL DEFAULT '" . ADMIN_MESSAGE . "',
    615615                customfields MEDIUMTEXT,
     616                hideadditionalimgs bigint(255),
    616617                PRIMARY KEY  (ID),
    617618                KEY username (username)
  • wpbooklist/trunk/readme.txt

    r2046363 r2051000  
    288288**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.
    289289
    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).
    291291
    292292
Note: See TracChangeset for help on using the changeset viewer.