Changeset 3205037
- Timestamp:
- 12/09/2024 05:19:39 PM (16 months ago)
- Location:
- givebutter
- Files:
-
- 5 edited
- 1 copied
-
assets/icon.svg (modified) (1 prop)
-
tags/1.0.3 (copied) (copied from givebutter/trunk)
-
tags/1.0.3/givebutter-widget.php (modified) (1 diff)
-
tags/1.0.3/readme.txt (modified) (3 diffs)
-
trunk/givebutter-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
givebutter/assets/icon.svg
-
Property
svn:mime-type
set to
image/svg+xml
-
Property
svn:mime-type
set to
-
givebutter/tags/1.0.3/givebutter-widget.php
r3044047 r3205037 46 46 $url = "https://widgets.givebutter.com/latest.umd.cjs?acct={$account}&p=wordpress"; 47 47 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'); 49 50 } 50 51 } -
givebutter/tags/1.0.3/readme.txt
r3133850 r3205037 2 2 Contributors: lirancohen 3 3 Tags: givebutter, widgets 4 Version: 1.0. 24 Version: 1.0.3 5 5 Requires at least: 2.7 6 Tested up to: 6. 67 Stable tag: 1.0. 26 Tested up to: 6.7 7 Stable tag: 1.0.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 Givebutter Widgets isthe 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.14 Givebutter 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. 15 15 16 16 Widgets 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. … … 26 26 == Changelog == 27 27 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 28 32 = 1.0.2 = 29 33 * Added support for horizontal alignment (left, center, right). -
givebutter/trunk/givebutter-widget.php
r3044047 r3205037 46 46 $url = "https://widgets.givebutter.com/latest.umd.cjs?acct={$account}&p=wordpress"; 47 47 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'); 49 50 } 50 51 } -
givebutter/trunk/readme.txt
r3133850 r3205037 2 2 Contributors: lirancohen 3 3 Tags: givebutter, widgets 4 Version: 1.0. 24 Version: 1.0.3 5 5 Requires at least: 2.7 6 Tested up to: 6. 67 Stable tag: 1.0. 26 Tested up to: 6.7 7 Stable tag: 1.0.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 Givebutter Widgets isthe 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.14 Givebutter 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. 15 15 16 16 Widgets 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. … … 26 26 == Changelog == 27 27 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 28 32 = 1.0.2 = 29 33 * Added support for horizontal alignment (left, center, right).
Note: See TracChangeset
for help on using the changeset viewer.