Plugin Directory

Changeset 2966683


Ignore:
Timestamp:
09/13/2023 05:50:51 PM (3 years ago)
Author:
roberthoward
Message:

v.2.0.4 improvements to web page loading

Location:
dailystory/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dailystory/trunk/dailystory.php

    r2960117 r2966683  
    44Plugin URI: https://docs.dailystory.com/article/8omibw2171-integrations-wordpress
    55Description: The DailyStory plugin simplifies the process of adding popups, web forms, conversion tracking, and other features to your WordPress website.
    6 Version: 2.0.3
     6Version: 2.0.4
    77Author: DailyStory
    88Author URI: https://www.dailystory.com/integrations/wordpress/
  • dailystory/trunk/includes/class-dailystory-shortcodes.php

    r2960117 r2966683  
    101101        $webform_id = esc_html__($webform_id['id'], 'ds-webform') ;
    102102        // Add the script reference, pulled from DailyStory, but eventually will be served from a CDN
    103         wp_register_script('ds-landingpages', 'https://dlystr.io/Scripts/ds-landingpages.js', array('jquery'),'1.0.3', true);
    104         wp_register_script('recaptcha', 'https://www.google.com/recaptcha/api.js', null,'1.1', true);
     103        wp_register_script('ds-landingpages', 'https://dlystr.io/bundles/dailystory-landingpage', null,'2.0.4', true);
    105104        wp_enqueue_script('ds-landingpages');
    106         wp_enqueue_script('recaptcha');     
    107105        // enqueue css
    108         wp_enqueue_style('ds-webform','https://dlystr.io/Content/base_webform.css', null, '1.0.3', 'all');
     106        wp_enqueue_style('ds-webform','https://dlystr.io/Content/base_webform.css', null, '2.0.4', 'all');
    109107        // get the tenant uid
    110108        $options = get_option('dailystory_settings');
  • dailystory/trunk/readme.txt

    r2960117 r2966683  
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 2.0.3
     6Stable tag: 2.0.4
    77License: GNU General Public License v2.0 or later
    88
Note: See TracChangeset for help on using the changeset viewer.