Changeset 1891744
- Timestamp:
- 06/12/2018 05:36:10 PM (8 years ago)
- Location:
- wp-godspeed/trunk
- Files:
-
- 4 edited
-
admin/css/wp-godspeed-admin.css (modified) (1 diff)
-
admin/js/wp-godspeed-admin.js (modified) (1 diff)
-
admin/partials/wp-godspeed-admin-setup.php (modified) (3 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-godspeed/trunk/admin/css/wp-godspeed-admin.css
r1891318 r1891744 95 95 font-weight: bold !important; 96 96 height: 25px !important; 97 width: 2 55px !important;97 width: 225px !important; 98 98 margin-top: 15px !important; 99 99 } -
wp-godspeed/trunk/admin/js/wp-godspeed-admin.js
r1891318 r1891744 128 128 if (ajax_vars.hook == 'wp-godspeed_page_wp-godspeed-setup'){ 129 129 $('#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"); 131 131 } 132 132 -
wp-godspeed/trunk/admin/partials/wp-godspeed-admin-setup.php
r1891318 r1891744 163 163 data-trigger="hover" 164 164 data-toggle="popover" 165 data-html="true" 166 data-delay='{"hide": 2500}' 165 167 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."> 167 169 </i> 168 170 </form> … … 182 184 </tbody> --> 183 185 </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> 185 187 <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> 187 189 <i class="fa fa-lg fa-info-circle" 188 190 aria-hidden="true" … … 190 192 data-toggle="popover" 191 193 title="FYI" 192 data-content="Th isprocess 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> 193 195 </form> 194 196 <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 === 2 2 3 3 Contributors: wpgodspeed … … 28 28 29 29 **Using The WordPress Dashboard** 30 31 30 1. Navigate to **Add New** in the Plugins dashboard menu 32 31 2. In the search field, type **WP Godspeed** and press enter … … 34 33 35 34 **Uploading in WordPress Dashboard** 36 37 35 1. Navigate to **Add New** in the Plugins dashboard menu 38 36 2. Click the **Upload Plugin** button … … 42 40 43 41 **Using FTP** 44 45 42 1. Download **wp-godspeed.zip** 46 43 2. Extract the **wp-godspeed** directory to your computer … … 128 125 We have enabled additional services to assist with auditing purposes. 129 126 127 = Does the plugin support Multisite? = 128 129 Sorry, the plugin does not support Multisite at this time. 130 130 131 == Screenshots == 131 132
Note: See TracChangeset
for help on using the changeset viewer.