Plugin Directory

Changeset 3482874


Ignore:
Timestamp:
03/15/2026 04:33:32 AM (2 weeks ago)
Author:
jamesdlow
Message:

1.5.3

  • Latest version of restlib library 20250315
Location:
pageapp
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • pageapp/trunk/inc/restlib.php

    r3476146 r3482874  
    22/*
    33 * File: restlib.php
    4  * Date: 20250306
     4 * Date: 20250315
    55 * Author: James D. Low
    66 * URL: http://jameslow.com
     
    280280        } catch (Exception $e) {
    281281            $this->error($e);
     282        } catch (TypeError $e) {
     283            $this->error($e);
    282284        }
    283285        $this->active = false;
     
    292294        } catch (Exception $e) {
    293295            $result = new WP_Error('error', $e->getMessage());
     296        } catch (TypeError $e) {
     297            $result = new WP_Error('error', $e->getMessage());
    294298        }
    295299        $this->active = false;
  • pageapp/trunk/pageapp.php

    r3476146 r3482874  
    44Plugin URI: https://wordpress.org/plugins/pageapp/
    55Description: Extensions to Wordpress wp-json for the PageApp API and mobile framework
    6 Version: 1.5.2
     6Version: 1.5.3
    77Author: PageApp
    88Author URI: https://www.thirteen.com/
  • pageapp/trunk/readme.txt

    r3476146 r3482874  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 1.5.2
     6Stable tag: 1.5.3
    77License: MIT
    88Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=K6VKWB3HZB2T2&item_name=Donation%20to%20jameslow%2ecom&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8
     
    2929== Changelog ==
    3030
     31= 1.5.3 =
     32* Latest version of restlib library 20250315
     33
    3134= 1.5.2 =
    32 * Latest version of restlib library
     35* Latest version of restlib library 20250306
    3336
    3437= 1.5.1 =
Note: See TracChangeset for help on using the changeset viewer.