Plugin Directory

Changeset 3205037


Ignore:
Timestamp:
12/09/2024 05:19:39 PM (16 months ago)
Author:
lirancohen
Message:

Update to version 1.0.3 from GitHub

Location:
givebutter
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • givebutter/assets/icon.svg

    • Property svn:mime-type set to image/svg+xml
  • givebutter/tags/1.0.3/givebutter-widget.php

    r3044047 r3205037  
    4646        $url = "https://widgets.givebutter.com/latest.umd.cjs?acct={$account}&p=wordpress";
    4747
    48         wp_enqueue_script('givebutter-widget-library', $url, [], null, ['strategy' => 'async', 'in_footer' => true]);
     48        wp_register_script('givebutter-widget-library', $url, [], null, ['strategy' => 'async', 'in_footer' => true]);
     49        wp_enqueue_script('givebutter-widget-library');
    4950    }
    5051}
  • givebutter/tags/1.0.3/readme.txt

    r3133850 r3205037  
    22Contributors: lirancohen
    33Tags: givebutter, widgets
    4 Version: 1.0.2
     4Version: 1.0.3
    55Requires at least: 2.7
    6 Tested up to: 6.6
    7 Stable tag: 1.0.2
     6Tested up to: 6.7
     7Stable tag: 1.0.3
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 Givebutter Widgets is the most powerful way to drive donations to your campaigns by putting calls to action right where your donors already are – on your website! Donors can submit a transaction while remaining on your site, without being redirected.
     14Givebutter Widgets are the most powerful way to drive donations to your campaigns by putting calls to action right where your donors already are – on your website! Donors can submit a transaction while remaining on your site, without being redirected.
    1515
    1616Widgets created from the Givebutter dashboard are dynamic, which means any changes you make on Givebutter will update on your Widget, without needing to update your site's code. You can embed Givebutter Widgets on specific parts of your website by copying and pasting provided HTML code into the editor area of the website where you'd like them to appear.
     
    2626== Changelog ==
    2727
     28= 1.0.3 =
     29* Made it easier to deploy new versions of our WP Plugin.
     30* Fixes async loading of our script tag
     31
    2832= 1.0.2 =
    2933* Added support for horizontal alignment (left, center, right).
  • givebutter/trunk/givebutter-widget.php

    r3044047 r3205037  
    4646        $url = "https://widgets.givebutter.com/latest.umd.cjs?acct={$account}&p=wordpress";
    4747
    48         wp_enqueue_script('givebutter-widget-library', $url, [], null, ['strategy' => 'async', 'in_footer' => true]);
     48        wp_register_script('givebutter-widget-library', $url, [], null, ['strategy' => 'async', 'in_footer' => true]);
     49        wp_enqueue_script('givebutter-widget-library');
    4950    }
    5051}
  • givebutter/trunk/readme.txt

    r3133850 r3205037  
    22Contributors: lirancohen
    33Tags: givebutter, widgets
    4 Version: 1.0.2
     4Version: 1.0.3
    55Requires at least: 2.7
    6 Tested up to: 6.6
    7 Stable tag: 1.0.2
     6Tested up to: 6.7
     7Stable tag: 1.0.3
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 Givebutter Widgets is the most powerful way to drive donations to your campaigns by putting calls to action right where your donors already are – on your website! Donors can submit a transaction while remaining on your site, without being redirected.
     14Givebutter Widgets are the most powerful way to drive donations to your campaigns by putting calls to action right where your donors already are – on your website! Donors can submit a transaction while remaining on your site, without being redirected.
    1515
    1616Widgets created from the Givebutter dashboard are dynamic, which means any changes you make on Givebutter will update on your Widget, without needing to update your site's code. You can embed Givebutter Widgets on specific parts of your website by copying and pasting provided HTML code into the editor area of the website where you'd like them to appear.
     
    2626== Changelog ==
    2727
     28= 1.0.3 =
     29* Made it easier to deploy new versions of our WP Plugin.
     30* Fixes async loading of our script tag
     31
    2832= 1.0.2 =
    2933* Added support for horizontal alignment (left, center, right).
Note: See TracChangeset for help on using the changeset viewer.