Changeset 2508667
- Timestamp:
- 04/03/2021 02:19:12 PM (5 years ago)
- Location:
- rest-routes
- Files:
-
- 2 edited
- 15 copied
-
tags/4.21.0 (copied) (copied from rest-routes/trunk)
-
tags/4.21.0/dist-basic/css/custom-route/styles.css (copied) (copied from rest-routes/trunk/dist-basic/css/custom-route/styles.css)
-
tags/4.21.0/dist-basic/js/custom-route/app.js (copied) (copied from rest-routes/trunk/dist-basic/js/custom-route/app.js)
-
tags/4.21.0/dist-basic/js/custom-route/app.js.map (copied) (copied from rest-routes/trunk/dist-basic/js/custom-route/app.js.map)
-
tags/4.21.0/includes/Hooks/REST/Actions/DisplayData/Parser/Output.php (copied) (copied from rest-routes/trunk/includes/Hooks/REST/Actions/DisplayData/Parser/Output.php)
-
tags/4.21.0/includes/Hooks/REST/Actions/RouteCallbackFactory.php (copied) (copied from rest-routes/trunk/includes/Hooks/REST/Actions/RouteCallbackFactory.php)
-
tags/4.21.0/includes/Hooks/Scripts/Scripts.php (copied) (copied from rest-routes/trunk/includes/Hooks/Scripts/Scripts.php)
-
tags/4.21.0/includes/Repository/CustomTable.php (copied) (copied from rest-routes/trunk/includes/Repository/CustomTable.php)
-
tags/4.21.0/readme.txt (copied) (copied from rest-routes/trunk/readme.txt) (1 diff)
-
tags/4.21.0/rest-routes (copied) (copied from rest-routes/trunk/rest-routes)
-
tags/4.21.0/rest-routes.php (copied) (copied from rest-routes/trunk/rest-routes.php) (2 diffs)
-
tags/4.21.0/rest-routes/readme.txt (copied) (copied from rest-routes/trunk/rest-routes/readme.txt)
-
tags/4.21.0/rest-routes/rest-routes.php (copied) (copied from rest-routes/trunk/rest-routes/rest-routes.php)
-
tags/4.21.0/vendor/composer/autoload_classmap.php (copied) (copied from rest-routes/trunk/vendor/composer/autoload_classmap.php)
-
tags/4.21.0/vendor/composer/autoload_static.php (copied) (copied from rest-routes/trunk/vendor/composer/autoload_static.php)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/rest-routes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rest-routes/tags/4.21.0/readme.txt
r2508663 r2508667 84 84 == Changelog == 85 85 86 = 4.2 0.0 =86 = 4.21.0 = 87 87 88 88 - FREE/PRO: Fixed problem with malformed strings in endpoint -
rest-routes/tags/4.21.0/rest-routes.php
r2508663 r2508667 1 1 <?php 2 3 2 /* 4 3 Plugin Name: Rest Routes – Custom Endpoints for WP REST API … … 7 6 Author: Rest Routes 8 7 Author URI: https://www.restroutes.com 9 Version: 4.2 0.08 Version: 4.21.0 10 9 */ 11 10 if ( !defined( 'ABSPATH' ) ) { -
rest-routes/trunk/readme.txt
r2508663 r2508667 84 84 == Changelog == 85 85 86 = 4.2 0.0 =86 = 4.21.0 = 87 87 88 88 - FREE/PRO: Fixed problem with malformed strings in endpoint -
rest-routes/trunk/rest-routes.php
r2508663 r2508667 1 1 <?php 2 3 2 /* 4 3 Plugin Name: Rest Routes – Custom Endpoints for WP REST API … … 7 6 Author: Rest Routes 8 7 Author URI: https://www.restroutes.com 9 Version: 4.2 0.08 Version: 4.21.0 10 9 */ 11 10 if ( !defined( 'ABSPATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.