Changeset 2966683
- Timestamp:
- 09/13/2023 05:50:51 PM (3 years ago)
- Location:
- dailystory/trunk
- Files:
-
- 3 edited
-
dailystory.php (modified) (1 diff)
-
includes/class-dailystory-shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dailystory/trunk/dailystory.php
r2960117 r2966683 4 4 Plugin URI: https://docs.dailystory.com/article/8omibw2171-integrations-wordpress 5 5 Description: The DailyStory plugin simplifies the process of adding popups, web forms, conversion tracking, and other features to your WordPress website. 6 Version: 2.0. 36 Version: 2.0.4 7 7 Author: DailyStory 8 8 Author URI: https://www.dailystory.com/integrations/wordpress/ -
dailystory/trunk/includes/class-dailystory-shortcodes.php
r2960117 r2966683 101 101 $webform_id = esc_html__($webform_id['id'], 'ds-webform') ; 102 102 // 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); 105 104 wp_enqueue_script('ds-landingpages'); 106 wp_enqueue_script('recaptcha');107 105 // 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'); 109 107 // get the tenant uid 110 108 $options = get_option('dailystory_settings'); -
dailystory/trunk/readme.txt
r2960117 r2966683 4 4 Requires at least: 4.0 5 5 Tested up to: 6.3 6 Stable tag: 2.0. 36 Stable tag: 2.0.4 7 7 License: GNU General Public License v2.0 or later 8 8
Note: See TracChangeset
for help on using the changeset viewer.