Plugin Directory

Changeset 1666273


Ignore:
Timestamp:
05/29/2017 07:23:24 AM (9 years ago)
Author:
MikeGillihan
Message:

rename

Location:
bb-connect-for-give-donations
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bb-connect-for-give-donations/tags/2.0/bb-connect-give.php

    r1666249 r1666273  
    11<?php
    22/**
    3  * Plugin Name: BB Connect for Give Donations
     3 * Plugin Name: BB Connect for GiveWP
    44 * Plugin URI: https://wordpress.org/plugins/bb-connect-for-give-donations/
    5  * Description: Easily integrate Give Donations with Beaver Builder.
     5 * Description: Easily integrate GiveWP donation forms with Beaver Builder.
    66 * Version: 2.0
    77 * Author: PurposeWP
     
    194194                        <?php
    195195                        $givewp = '<a href="https://wordpress.org/plugins/give/" target="_blank">Give - WordPress Donation Plugin</a>';
    196                         echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
     196                        echo sprintf( esc_html__( 'BB Connect for GiveWP requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
    197197                    </p>
    198198                </div>
     
    203203                    <p>
    204204                        <?php
    205                         $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for Give Donations</a>';
     205                        $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for GiveWP</a>';
    206206                        echo sprintf( esc_html__( '%s requires only one activated version of Beaver Builder.', 'bbc-give' ), $bbb_give ); ?>
    207207                    </p>
     
    214214                        <?php
    215215                        $bb_lite = '<a href="https://wordpress.org/plugins/beaver-builder-lite-version/" target="_blank">Beaver Builder</a>';
    216                         echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
     216                        echo sprintf( esc_html__( 'BB Connect for GiveWP requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
    217217                    </p>
    218218                </div>
  • bb-connect-for-give-donations/tags/2.0/readme.txt

    r1666262 r1666273  
    1 === BB Connect for Give Donations ===
     1=== BB Connect for GiveWP ===
    22Contributors: mikegillihan, purposewp
    33Tags: beaver builder, give, donations, nonprofits, fundraising
     
    99Donate link: https://www.paypal.me/purposewp
    1010
    11 Easily add your Give donation form to any Beaver Builder enabled page.
     11Easily add your GiveWP donation form to any Beaver Builder enabled page.
    1212
    1313== Description ==
    1414
    15 BB Connect for Give Donations makes it easy to add your Give donation forms to any Beaver Builder enabled page.
     15BB Connect for GiveWP makes it easy to add your Give donation forms to any Beaver Builder enabled page.
    1616
    1717Adds several custom Give modules to the Beaver Builder page builder.
     
    5858= Where can I get support? =
    5959
    60 BB Connect for Give Donations is pretty straightforward, but if you have a question or problem we will do our best to help out.
     60BB Connect for GiveWP is pretty straightforward, but if you have a question or problem we will do our best to help out.
    6161
    6262* Basic Support: https://wordpress.org/support/plugin/bb-connect-for-give-donations/
  • bb-connect-for-give-donations/trunk/bb-connect-give.php

    r1666247 r1666273  
    11<?php
    22/**
    3  * Plugin Name: BB Connect for Give Donations
     3 * Plugin Name: BB Connect for GiveWP
    44 * Plugin URI: https://wordpress.org/plugins/bb-connect-for-give-donations/
    5  * Description: Easily integrate Give Donations with Beaver Builder.
     5 * Description: Easily integrate GiveWP donation forms with Beaver Builder.
    66 * Version: 2.0
    77 * Author: PurposeWP
     
    194194                        <?php
    195195                        $givewp = '<a href="https://wordpress.org/plugins/give/" target="_blank">Give - WordPress Donation Plugin</a>';
    196                         echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
     196                        echo sprintf( esc_html__( 'BB Connect for GiveWP requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
    197197                    </p>
    198198                </div>
     
    203203                    <p>
    204204                        <?php
    205                         $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for Give Donations</a>';
     205                        $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for GiveWP</a>';
    206206                        echo sprintf( esc_html__( '%s requires only one activated version of Beaver Builder.', 'bbc-give' ), $bbb_give ); ?>
    207207                    </p>
     
    214214                        <?php
    215215                        $bb_lite = '<a href="https://wordpress.org/plugins/beaver-builder-lite-version/" target="_blank">Beaver Builder</a>';
    216                         echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
     216                        echo sprintf( esc_html__( 'BB Connect for GiveWP requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
    217217                    </p>
    218218                </div>
  • bb-connect-for-give-donations/trunk/readme.txt

    r1666262 r1666273  
    1 === BB Connect for Give Donations ===
     1=== BB Connect for GiveWP ===
    22Contributors: mikegillihan, purposewp
    33Tags: beaver builder, give, donations, nonprofits, fundraising
     
    99Donate link: https://www.paypal.me/purposewp
    1010
    11 Easily add your Give donation form to any Beaver Builder enabled page.
     11Easily add your GiveWP donation form to any Beaver Builder enabled page.
    1212
    1313== Description ==
    1414
    15 BB Connect for Give Donations makes it easy to add your Give donation forms to any Beaver Builder enabled page.
     15BB Connect for GiveWP makes it easy to add your Give donation forms to any Beaver Builder enabled page.
    1616
    1717Adds several custom Give modules to the Beaver Builder page builder.
     
    5858= Where can I get support? =
    5959
    60 BB Connect for Give Donations is pretty straightforward, but if you have a question or problem we will do our best to help out.
     60BB Connect for GiveWP is pretty straightforward, but if you have a question or problem we will do our best to help out.
    6161
    6262* Basic Support: https://wordpress.org/support/plugin/bb-connect-for-give-donations/
Note: See TracChangeset for help on using the changeset viewer.