Plugin Directory

Changeset 3464734


Ignore:
Timestamp:
02/19/2026 04:52:53 AM (6 weeks ago)
Author:
jamesdlow
Message:

1.4.7

  • Latest version of wordpress rest helper library
Location:
pageapp
Files:
18 added
3 edited

Legend:

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

    r3133137 r3464734  
    1515        $this->prefix = $prefix !== null ? $prefix : get_class($this);
    1616        $this->route = $route !== null ? $route : $this->route;
     17        $this->add_hooks();
    1718    }
    1819
  • pageapp/trunk/pageapp.php

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

    r3449274 r3464734  
    2828
    2929== Changelog ==
     30
     31= 1.4.7 =
     32* Latest version of wordpress rest helper library
    3033
    3134= 1.4.6 =
Note: See TracChangeset for help on using the changeset viewer.