Plugin Directory

Changeset 3123387


Ignore:
Timestamp:
07/22/2024 05:06:53 PM (21 months ago)
Author:
sweepwidget
Message:

New version with small bug fixes.

Location:
sweepwidget
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sweepwidget/tags/2.0.4/sweepwidget.php

    r3093594 r3123387  
    911911
    912912    // JS
    913     wp_enqueue_script('sw_jquery_script', plugins_url('public/js/jquery.js', __FILE__), array(), false, false);
     913    wp_enqueue_script('sw_jquery_script', plugins_url('public/js/jquery-3.7.1.js', __FILE__), array(), false, false);
    914914}
    915915add_action('admin_init', 'sweepwidget_scripts');
  • sweepwidget/trunk/readme.txt

    r3114014 r3123387  
    11=== SweepWidget Contests, Giveaways, Photo Contests, Competitions ===
    22Contributors: sweepwidget
    3 Tags: contest, giveaway, sweepstakes, competition, photo contest, raffle, voting, video contest, instant win, promotion, giveaways, contests, viral share, instant coupons, leaderboard, lead generation, marketing, rewards, get more followers, increase website traffic, refer a friend, run a giveaway, create a giveaway, prize, instant, win, Facebook contest, Facebook giveaway, Instagram contest, Instagram giveaway, Youtube contest, social giveaway, Pinterest contest, Twitter contest, TikTok, Reddit, Discord, Telegram, Twitch, LinkedIn, increase Instagram followers, increase Facebook likes.
     3Tags: contest, giveaway, sweepstakes, competition, photo contest
    44Requires at least: 3.0.1
    55Requires PHP: 7.0
    66Tested up to: 6.6
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1313== Description ==
    1414
    15 SweepWidget is the best free WordPress contest tool to run viral giveaways, sweepstakes, photo contests, video contests, voting competitions, raffles, instant prize draws, instant coupon campaigns, leaderboard competitions, & many other types of promotions. SweepWidget makes it easy to increase your social followers, email subscribers, website traffic, social engagement, leads, and sales.Boost your your followers, shares, likes, email signups, leads, & sales.
     15SweepWidget is the best free WordPress contest tool to run viral giveaways, sweepstakes, photo contests, video contests, voting competitions, raffles, instant prize draws, instant coupon campaigns, leaderboard competitions, & many other types of promotions. SweepWidget makes it easy to increase your social followers, email subscribers, website traffic, social engagement, leads, and sales. Boost your your followers, shares, likes, email signups, leads, & sales.
    1616
    1717= Why use SweepWidget? =
     
    2525* Let users win [instant prizes](https://sweepwidget.com/examples/unlock-rewards) & [instant coupons](https://sweepwidget.com/examples/instant-coupons).
    2626* Viral share contests and refer a friend contests.
     27* Run purchase-based contests to reward entries based on spend $1 spent = 1 entry. WooCommerce integration to automatically track sales and reward users based from making purchases.
     28* Run photo or video contests with voting or panel judging.
    2729* Create a [leaderboard competition](https://sweepwidget.com/examples/leaderboard).
    2830* Choose from [19 email API integrations](https://sweepwidget.com/docs/sweepwidget-email-api-integrations).
     
    220222= 2.0.5 =
    221223* Redirect user to plugin on activation. Update URL path for SweepWidget plugin.
     224
     225= 2.0.6 =
     226* Added some bug fixes to work in all browsers.
  • sweepwidget/trunk/sweepwidget.php

    r3122781 r3123387  
    55 * Plugin URI: https://sweepwidget.com
    66 * Description: The best WordPress contest plugin to run viral giveaways, sweepstakes, leaderboard competitions, & instant coupons campaigns, and promotions for over 30+ social platforms. Get more followers, shares, likes, email signups, sales leads, and grow your online presence.
    7  * Version: 2.0.5
     7 * Version: 2.0.6
    88 * Requires at least: 3.0.1
    99 * Requires PHP: 7.0
     
    918918
    919919    // JS
    920     wp_enqueue_script('sw_jquery_script', plugins_url('public/js/jquery.js', __FILE__), array(), false, false);
     920    wp_enqueue_script('sw_jquery_script', plugins_url('public/js/jquery-3.7.1.js', __FILE__), array(), false, false);
    921921}
    922922add_action('admin_init', 'sweepwidget_scripts');
Note: See TracChangeset for help on using the changeset viewer.