Plugin Directory

Changeset 3457457


Ignore:
Timestamp:
02/09/2026 09:14:30 PM (5 weeks ago)
Author:
vectoron
Message:

v2.11.0 - Add admin-ajax.php proxy to bypass WAF/LiteSpeed cache blocking of wp-json REST API

Location:
vectoron/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • vectoron/trunk/vectoron.php

    r3451062 r3457457  
    33 * Plugin Name:       Vectoron
    44 * Description:       Provides the [vectoron_article] shortcode to disable wpautop and load assets for custom content like the FAQ accordion and GA4 tracking. Includes REST API endpoints for external content management and ACF integration.
    5  * Version:           2.10.3
     5 * Version:           2.11.0
    66 * Author:            Vectoron
    77 * Author URI:        https://vectoron.ai
     
    3333// Include API functionality
    3434require_once __DIR__ . '/vectoron-api.php';
     35
     36// Include AJAX proxy (bypasses WAF/cache blocking of /wp-json/)
     37require_once __DIR__ . '/includes/ajax-proxy.php';
    3538
    3639/**
Note: See TracChangeset for help on using the changeset viewer.