Plugin Directory

Changeset 2322934


Ignore:
Timestamp:
06/12/2020 11:11:52 AM (6 years ago)
Author:
webflowapp
Message:
  • Fixed ajax issues with Woocommerce
Location:
webflow-pages
Files:
76 added
3 edited

Legend:

Unmodified
Added
Removed
  • webflow-pages/trunk/README.txt

    r2299969 r2322934  
    6868== Changelog ==
    6969
     70= 1.0.5 =
     71* Fixed issues with Ajax calls
     72
    7073= 1.0.4 =
    7174* Fix - Fixed wrong status header on dynamic and static pages
  • webflow-pages/trunk/includes/public/class-webflow-pages-public.php

    r2299967 r2322934  
    141141            $request = $wp->request;
    142142
     143            if (is_ajax() || !empty( $_GET['wc-ajax']) ) {
     144                return "";
     145            }
     146
    143147            if ($request == null || is_preview() || is_customize_preview()) {
    144148                $page_id = null;
  • webflow-pages/trunk/webflow-pages.php

    r2299967 r2322934  
    33 * Plugin Name: Webflow Pages
    44 * Description: Build pages visually with the power of code in Webflow, then serve them right on your WordPress site.
    5  * Version:     1.0.4
     5 * Version:     1.0.5
    66 * Author:      Webflow
    77 * Author URI:  https://webflow.com
Note: See TracChangeset for help on using the changeset viewer.