Plugin Directory

Changeset 2955420


Ignore:
Timestamp:
08/18/2023 01:44:28 PM (3 years ago)
Author:
RobertPHeller
Message:

Minor fix to Export code (better checking).

Location:
weblibrarian/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • weblibrarian/trunk/ExportLibraryData.php

    r1747278 r2955420  
    33 * process.  We won't be displaying full fledged WP pages either.
    44 */
     5
     6if (!defined('ABSPATH')) {
     7  die();
     8}
     9
     10
    511$wp_root = dirname(__FILE__) .'/../../../';
    612if(file_exists($wp_root . 'wp-load.php')) {
  • weblibrarian/trunk/ExportLibraryStats.php

    r1747278 r2955420  
    33 * process.  We won't be displaying full fledged WP pages either.
    44 */
     5
     6if (!defined('ABSPATH')) {
     7  die();
     8}
     9
    510$wp_root = dirname(__FILE__) .'/../../../';
    611if(file_exists($wp_root . 'wp-load.php')) {
  • weblibrarian/trunk/WebLibrarian.php

    r2955407 r2955420  
    44 * Plugin URI: http://www.deepsoft.com/WebLibrarian
    55 * Description: A plugin that implements a web-based library catalog and circulation System
    6  * Version: 3.5.8.2
     6 * Version: 3.5.8.3
    77 * Author: Robert Heller
    88 * Author URI: http://www.deepsoft.com/
  • weblibrarian/trunk/readme.txt

    r2955412 r2955420  
    55Requires at least: 3.2.1
    66Tested up to: 6.3
    7 Stable tag: 3.5.8.2
     7Stable tag: 3.5.8.3
    88License: GPL2
    99
     
    157157== Changelog ==
    158158
     159= 3.5.8.3 =
     160
     161Minor fix to Export code (better checking).
     162
    159163= 3.5.8.2 =
    160164
Note: See TracChangeset for help on using the changeset viewer.