Plugin Directory

Changeset 1891744


Ignore:
Timestamp:
06/12/2018 05:36:10 PM (8 years ago)
Author:
wpgodspeed
Message:

Updating trunk

Location:
wp-godspeed/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-godspeed/trunk/admin/css/wp-godspeed-admin.css

    r1891318 r1891744  
    9595    font-weight: bold !important;
    9696    height: 25px !important;
    97     width: 255px !important;
     97    width: 225px !important;
    9898    margin-top: 15px !important;
    9999}
  • wp-godspeed/trunk/admin/js/wp-godspeed-admin.js

    r1891318 r1891744  
    128128            if (ajax_vars.hook == 'wp-godspeed_page_wp-godspeed-setup'){
    129129                $('#submit_create_dist').prop('disabled', true);
    130                 $('#submit_create_dist').html("<i class='fa fa-gear fa-spin' style='color:#ffffff !important;'></i> Creating distribution");
     130                $('#submit_create_dist').html("<i class='fa fa-gear fa-spin' style='color:#ffffff !important;'></i> Preparing the CDN");
    131131            }
    132132
  • wp-godspeed/trunk/admin/partials/wp-godspeed-admin-setup.php

    r1891318 r1891744  
    163163                                data-trigger="hover"
    164164                                data-toggle="popover"
     165                                data-html="true"
     166                                data-delay='{"hide": 2500}'
    165167                                title="Privacy Notice"
    166                                 data-content="When you click the button, these three pieces of information will be submitted to the WP Godspeed service, but your information will be safeguarded and will never be shared with any 3rd parties, ever. We hate SPAM and take this very seriously. You may review our Privacy Policy at wpgodspeed.io/privacy for more information.">
     168                                data-content="When you click the button, these three pieces of information will be submitted to the WP Godspeed service, but your information will be safeguarded and will never be shared with any 3rd parties, ever. We hate SPAM and take this very seriously. You may review our <a href='https://wpgodspeed.io/privacy'>Privacy Policy</a> for GDPR specifics or more information in general.">
    167169                            </i>
    168170                    </form>
     
    182184                </tbody> -->
    183185            </table>
    184             <p>Before you can enable the Godspeed CDN for your site, we'll need to create the distribution.</p>
     186            <p>Before you can enable the Godspeed CDN for your site, we'll need to setup the CDN.</p>
    185187            <form id="create_distribution" action="" method="POST">
    186                 <button type="button" id="submit_create_dist" class="btn btn-primary btn-lg">Create CDN Distribution</button>
     188                <button type="button" id="submit_create_dist" class="btn btn-primary btn-lg">Setup the CDN</button>
    187189                    <i class="fa fa-lg fa-info-circle"
    188190                    aria-hidden="true"
     
    190192                    data-toggle="popover"
    191193                    title="FYI"
    192                     data-content="This process usually takes about 30 minutes to complete. You'll get an admin notification just as soon as it's ready."></i>
     194                    data-content="The setup process usually takes about 30 minutes to complete. You'll get an admin notification just as soon as it's ready."></i>
    193195            </form>
    194196            <div id="dist_result" style="display:none;">
  • wp-godspeed/trunk/readme.txt

    r1891718 r1891744  
    1 === WP Godspeed - One click CDN ===
     1=== Instant WordPress CDN - WP Godspeed ===
    22
    33Contributors: wpgodspeed
     
    2828
    2929**Using The WordPress Dashboard**
    30 
    31301. Navigate to **Add New** in the Plugins dashboard menu
    32312. In the search field, type **WP Godspeed** and press enter
     
    3433
    3534**Uploading in WordPress Dashboard**
    36 
    37351. Navigate to **Add New** in the Plugins dashboard menu
    38362. Click the **Upload Plugin** button
     
    4240
    4341**Using FTP**
    44 
    45421. Download **wp-godspeed.zip**
    46432. Extract the **wp-godspeed** directory to your computer
     
    128125We have enabled additional services to assist with auditing purposes.
    129126
     127= Does the plugin support Multisite? =
     128
     129Sorry, the plugin does not support Multisite at this time.
     130
    130131== Screenshots ==
    131132
Note: See TracChangeset for help on using the changeset viewer.