Plugin / WebLibrarian
Robert HellerChangelog
Changelog
3.5.6
Fixed missing ; in short_codes.php.
3.5.5
Fix CVE-2019-1010034.
3.5.4
Add loading of base jQuery, in case the theme does not load it.
3.5.3
Perform length check and truncation in WEBLIB_ItemInCollection::upload_csv().
3.5.2
Removed extra dollar sign in database_code.php.
3.5.1
Small bug — fix small edit error in WEBLIB_AdminPages constructor.
3.5
Changed the localization slug from web-librarian to weblibrarian to conform
with https://make.wordpress.org/meta/handbook/documentation/translations/
3.4.8.7
Fix yet another XSS problem in front end short codes.
3.4.8.6
Fix additional XSS problems in front end short codes.
3.4.8.5
Fix XSS problem in front end short codes.
3.4.8.4
Fix pubdate error in short codes.
3.4.8.3
Corrected ordering of fields in long format short code.
3.4.8.2
- Make date display and entry in forms consistent.
3.4.8.1
- Remove USA specific State check (required two letter state).
3.4.8
- Relaxed the State, Zip, and Telephone fields of patrons to allow for non-USA users.
3.4.7
- Fix small error handling code in WEBLIB_Patrons_Admin.php.
3.4.6
- Changed to use PHP5 constructors in Widget classes (WP_Widget).
3.4.5
- Changed split() in includes/WEBLIB_Patrons_Admin.php to explode().
3.4.4
- Added Czech language files.
3.4.3
- Added Brazilian Portugese language module.
3.4.2
- Minor bugfix for Patron Short Codes: removed unused functions and removed
references to undefined members (leftovers from copying ListTable code from
Admin land).
3.4.1
- Added check for patron insertion falure.
3.4
- Added short codes to put patron edit functions on the front side: editing
patron contact info along with hold and circs handling. This allows use with
plugins like WooCommerce that redirect away from the “normal” WP Admin
Dashboard.
3.3
- Secure data export code: convert to use admin-post.php.
- Secure AWS code: convert to use admin-post.php and admin-ajax.php
- Move AJAX code to proper WP coding (using admin_ajax.php).
3.2.10.14
- Add ‘view_admin_dashboard’ cap. to Librarian, Senior Aid, and Volunteer, to allow usage with WooCommerce.
3.2.10.13
- Fix minor error (wrong scope for WEBLIB_Circulation_Admin::single_row_columns()).
3.2.10.12
- Add auto truncation of collection fields to prevent database errors.
3.2.10.11
- Fix minor error (wrong scope for WEBLIB_Circulation_Admin::get_column_info()).
3.2.10.10
- Fix minor error (unset variable).
3.2.10.9
- Fix errors in cirlist code (fun with changed WP_List api…).
3.2.10.8
- Moved URL defines to the constructor. And updated tested to version.
3.2.10.7
- Fix incrstring — MySQL uses case folded compares for unique string keys!
3.2.10.6
- Add wildcards to username search in add patron id.
3.2.10.5
- Fix small bug in Add Patron ID page: wrong page id in search form.
3.2.10.4
- Minor stylesheet fix (#overdue => span.overdue).
3.2.10.3
- Minor documentation update.
3.2.10.1
- Handle Excel extra column stupidity.
3.2.10
- Fix problems with generated barcodes during bulk uploads.
3.2.9.9
- Include medium and large image in AWS item loopup and make them available for insertion
3.2.9.8
- Fix bug in autobarcode generator code. (Stupid SQL ‘order by’!).
3.2.9.7
- Updated AWS Locale endpoints.
3.2.9.6
- Fix missing name attribute in short code.
3.2.9.5
- Remove two small short tags.
3.2.9.4
- Comment out ALL debug code (silly IIS).
3.2.9.3
- Fix minor bug in patron admin code (wrong page name).
3.2.9.2
- Workaround for missing localization function (nl_langinfo()).
- Fix missing localization function call (missing _’s).
3.2.9.1
- Fix typo in the readme.txt file.
3.2.9
- Contextual help translated to Italian (completed).
3.2.8.3
- Update when styles are enqueued.
- Contextual help translated to Italian (in progress).
3.2.8.2
- Updated readme: Fixed Changelog section (too many =’s!).
Added link for user manual (in English and Italian). - Updated user manual to include style sheet information for front side
styling.
3.2.8.1
- Added hook to allow for localized contextual help.
- Fixed minor localization bug.
3.2.8
- Move user manual to assets.
- Small fix to options page: allow for blank AWS options.
3.2.7.7
- Front side update: minor short code updates.
3.2.7.6
- Front side update: short codes and front style sheet updates.
3.2.7.5
- Localization updates. Minor database update.
3.2.7.4
- Localization updates, including localized date validation.
3.2.7.3
- Localization updates.
3.2.7.2
- Added missing style definition for weblib-item-table.
3.2.7.1
- Changed default for publication date to 1900-01-01 to deal with possible
MySQL/PHP error on activation (out of range default for publication date).
3.2.7
- Fixed up the jQuery UI, smoothed out the rough edges (eg got all of the
proper stylesheet and image support). Additional (minor) localization
updates.
3.2.6.1
- Way too much fun with resizable iframes and jQuery: put the Amazon search
thingy in an iframe and put the iframe into a resizable (via jQuery) div.
sort of works, but still a little funky. - Fixed various minor typos: broken tags, spelling errors, missing
localizations.
3.2.6
- Changed AWS insert buttons to be a small icon instead of “bulky” text buttons
- Updated localization, added Italian translation.
3.2.5.3
- Add insert / add buttons to Amazon item loopup. (Experimental!)
3.2.5.2
- Remove roles on deactivate.
- Make title the default on Amazon searches.
3.2.5.1
- Move loading of Localization files to the correct place
3.2.5
- Added missing contextual help page.
- Fixed silly typo error in the collection bulk delete code.
3.2.4
- Added code to collection and patron delete functions to clear out orphaned
holds and checkouts. - Added Collection Database Maintenance page, containing a button to clear out
orphaned holds and checkouts.
3.2.3
- Updated the support/donation links (added localization).
- Added an ‘About’ page.
3.2.2
- Added donation buttons and links.
- Updated localization.
3.2.1
- Minor bug fix with Call Number column.
3.2
- Added Call Number column to collection database.
- Updated localization.
3.1
- Minor documentation update for the contextual help for the options page.
3.0
- Major code rewrite. All of the WP_List_Tables redone properly and
separated into separate source files. Adding the per_page screen options
properly.
Added bulletproofing to the collection import code: barcodes are now checked
and fixed as they are added — no more ‘broken’ databases!
2.6.3.2
- Various security fixes.
2.6.3.1
- Include debugging code.
2.6.3
- Fixed minor bug with telephone number validation when adding patrons.
2.6.2
- Fixed database creation to deal with MS-Windows / MySQL weirdness
(no default allowed for BLOB/TEXT — error under MS-Windows, warning
under Linux).
2.6.1
- Add localization to the JavaScript code
2.6
- Add localization to the PHP code
2.3
- Fixed a SQL syntax error.
- Added ‘upload_files’ capability to Librarian and SeniorAid roles (allows
them to upload images for items in the collection). - Fixed the scoping of variables in the JavaScript code.
2.2.2
- Added something to the FAQ section.
2.2.1
- Fixed a problem with the search form short code.
2.2
- Fixed a problem with short PHP tags.
2.1
- Updated to include the AssociateTag parameter required by Amazon.
2.0
- Initial public release.
Ratings
Rating breakdown
Details Information
Version
First Released
Total Downloads
Wordpress Version
Tested up to:
Require PHP Version:
Tags
Contributors
Languages
The plugin hasn't been transalated in any language other than English.
DIRECTORY DISCLAIMER
The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.
The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.
Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.
While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.
wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.