Version Description
Download this release
Release Info
Developer | brainstormworg |
Plugin | Astra Starter Sites |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- astra-sites.php +2 -2
- inc/importers/class-astra-sites-helper.php +2 -3
- inc/lib/astra-notices/class-astra-notices.php +1 -1
- inc/lib/astra-notices/notices.js +1 -0
- languages/astra-sites.pot +82 -82
- readme.txt +5 -1
astra-sites.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Astra Starter Sites
|
4 |
* Plugin URI: http://www.wpastra.com/pro/
|
5 |
* Description: Import free sites build with Astra theme.
|
6 |
-
* Version: 1.4.
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: http://www.brainstormforce.com
|
9 |
* Text Domain: astra-sites
|
@@ -19,7 +19,7 @@ if ( ! defined( 'ASTRA_SITES_NAME' ) ) {
|
|
19 |
}
|
20 |
|
21 |
if ( ! defined( 'ASTRA_SITES_VER' ) ) {
|
22 |
-
define( 'ASTRA_SITES_VER', '1.4.
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
3 |
* Plugin Name: Astra Starter Sites
|
4 |
* Plugin URI: http://www.wpastra.com/pro/
|
5 |
* Description: Import free sites build with Astra theme.
|
6 |
+
* Version: 1.4.2
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: http://www.brainstormforce.com
|
9 |
* Text Domain: astra-sites
|
19 |
}
|
20 |
|
21 |
if ( ! defined( 'ASTRA_SITES_VER' ) ) {
|
22 |
+
define( 'ASTRA_SITES_VER', '1.4.2' );
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
inc/importers/class-astra-sites-helper.php
CHANGED
@@ -159,15 +159,14 @@ if ( ! class_exists( 'Astra_Sites_Helper' ) ) :
|
|
159 |
* Download File Into Uploads Directory
|
160 |
*
|
161 |
* @param string $file Download File URL.
|
|
|
162 |
* @return array Downloaded file data.
|
163 |
*/
|
164 |
-
public static function download_file( $file = '' ) {
|
165 |
|
166 |
// Gives us access to the download_url() and wp_handle_sideload() functions.
|
167 |
require_once( ABSPATH . 'wp-admin/includes/file.php' );
|
168 |
|
169 |
-
$timeout_seconds = 5;
|
170 |
-
|
171 |
// Download file to temp dir.
|
172 |
$temp_file = download_url( $file, $timeout_seconds );
|
173 |
|
159 |
* Download File Into Uploads Directory
|
160 |
*
|
161 |
* @param string $file Download File URL.
|
162 |
+
* @param int $timeout_seconds Timeout in downloading the XML file in seconds.
|
163 |
* @return array Downloaded file data.
|
164 |
*/
|
165 |
+
public static function download_file( $file = '', $timeout_seconds = 300 ) {
|
166 |
|
167 |
// Gives us access to the download_url() and wp_handle_sideload() functions.
|
168 |
require_once( ABSPATH . 'wp-admin/includes/file.php' );
|
169 |
|
|
|
|
|
170 |
// Download file to temp dir.
|
171 |
$temp_file = download_url( $file, $timeout_seconds );
|
172 |
|
inc/lib/astra-notices/class-astra-notices.php
CHANGED
@@ -117,7 +117,7 @@ if ( ! class_exists( 'Astra_Notices' ) ) :
|
|
117 |
$nonce = ( isset( $_POST['nonce'] ) ) ? sanitize_key( $_POST['nonce'] ) : '';
|
118 |
|
119 |
if ( false === wp_verify_nonce( $nonce, 'astra-notices' ) ) {
|
120 |
-
wp_send_json_error( _e( 'WordPress Nonce not validated.', 'astra-
|
121 |
}
|
122 |
|
123 |
// Valid inputs?
|
117 |
$nonce = ( isset( $_POST['nonce'] ) ) ? sanitize_key( $_POST['nonce'] ) : '';
|
118 |
|
119 |
if ( false === wp_verify_nonce( $nonce, 'astra-notices' ) ) {
|
120 |
+
wp_send_json_error( _e( 'WordPress Nonce not validated.', 'astra-sites' ) );
|
121 |
}
|
122 |
|
123 |
// Valid inputs?
|
inc/lib/astra-notices/notices.js
CHANGED
@@ -82,6 +82,7 @@
|
|
82 |
action : 'astra-notice-dismiss',
|
83 |
notice_id : notice_id,
|
84 |
repeat_notice_after : parseInt( repeat_notice_after ),
|
|
|
85 |
},
|
86 |
});
|
87 |
|
82 |
action : 'astra-notice-dismiss',
|
83 |
notice_id : notice_id,
|
84 |
repeat_notice_after : parseInt( repeat_notice_after ),
|
85 |
+
nonce : astraNotices._notice_nonce
|
86 |
},
|
87 |
});
|
88 |
|
languages/astra-sites.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Astra Starter Sites package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Astra Starter Sites 1.4.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -22,7 +22,7 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-Bookmarks: \n"
|
24 |
"X-Textdomain-Support: yes\n"
|
25 |
-
"X-Generator: grunt-wp-
|
26 |
|
27 |
#: astra-sites.php:18
|
28 |
msgid "Astra Sites"
|
@@ -173,121 +173,121 @@ msgstr ""
|
|
173 |
msgid "%1$s Branding"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
177 |
msgid "No sites found! Try another query."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
181 |
msgid "Are you sure you want to import the site?"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
185 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
186 |
msgid "Invalid Site ID,"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
190 |
#. Translators: %s is the error message.
|
191 |
msgid "Site Import failed due to error: %s"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
195 |
msgid "This is Agency site. Please activate the \"Astra Premium Sites\" license!"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
199 |
msgid ""
|
200 |
"Use `wp plugin deactivate astra-sites` and then `wp plugin activate "
|
201 |
"astra-pro-sites`"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
205 |
#. translators: %s is the activate plugin license link.
|
206 |
msgid ""
|
207 |
"Use CLI command `wp brainstormforce license activate astra-pro-sites "
|
208 |
"{YOUR_LICENSE_KEY}`"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
212 |
msgid "Installing Plugins.."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
216 |
msgid "Activating Plugins.."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
220 |
#. translators: %s is the XML file URL.
|
221 |
msgid "Downloading %s"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
225 |
msgid "Importing WXR.."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
229 |
#. translators: %s is error message.
|
230 |
msgid "WXR file Download Failed. Error %s"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
234 |
-
#: inc/classes/class-astra-sites.php:
|
235 |
msgid "Importing Site Options.."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
239 |
-
#: inc/classes/class-astra-sites.php:
|
240 |
msgid "Importing Widgets.."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
244 |
#. translators: %s is the site URL.
|
245 |
msgid ""
|
246 |
"Site Imported Successfully!\n"
|
247 |
"Visit: %s"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
251 |
msgid "Are you sure you want to delete imported site data?"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
255 |
msgid "Reseting Posts.."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
259 |
msgid "Reseting Terms.."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
263 |
msgid "Resting WP Forms..."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
267 |
msgid "Importing customizer settings.."
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
271 |
msgid "Please add valid parameter."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
275 |
#. translators: %s is the current page builder name.
|
276 |
msgid "Default page builder is \"%s\"."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
280 |
#. translators: %s is the page builder name.
|
281 |
msgid "\"%s\" is set as default page builder."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
285 |
msgid ""
|
286 |
"Invalid page builder slug. \n"
|
287 |
"Check all page builder slugs with command `wp astra-sites page_builder list`"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/classes/class-astra-sites-wp-cli.php:
|
291 |
msgid ""
|
292 |
"Invalid parameter! \n"
|
293 |
"Please use `list` or `set` parameter."
|
@@ -329,23 +329,23 @@ msgstr ""
|
|
329 |
msgid "Installing.."
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: inc/classes/class-astra-sites.php:
|
333 |
msgid "Page Builder"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: inc/classes/class-astra-sites.php:
|
337 |
msgid "Categories"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: inc/classes/class-astra-sites.php:
|
341 |
msgid "Get Agency Bundle"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: inc/classes/class-astra-sites.php:
|
345 |
msgid "Upgrade"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: inc/classes/class-astra-sites.php:
|
349 |
#. translators: %s are HTML tags.
|
350 |
msgid ""
|
351 |
"%1$sRequired XMLReader PHP extension is missing on your server!%2$sAstra "
|
@@ -354,189 +354,189 @@ msgid ""
|
|
354 |
"XMLReader PHP extension."
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: inc/classes/class-astra-sites.php:
|
358 |
msgid ""
|
359 |
"Warning! Astra Site Import process is not complete. Don't close the window "
|
360 |
"until import process complete. Do you still want to leave the window?"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/classes/class-astra-sites.php:
|
364 |
msgid "Error!"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: inc/classes/class-astra-sites.php:
|
368 |
msgid "Error! Read Possibilities."
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: inc/classes/class-astra-sites.php:
|
372 |
msgid "Done! View Site"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: inc/classes/class-astra-sites.php:
|
376 |
msgid "Activating"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: inc/classes/class-astra-sites.php:
|
380 |
msgid "Active"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: inc/classes/class-astra-sites.php:
|
384 |
msgid "Import failed."
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: inc/classes/class-astra-sites.php:
|
388 |
msgid "Import This Site"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: inc/classes/class-astra-sites.php:
|
392 |
msgid "Importing.."
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: inc/classes/class-astra-sites.php:
|
396 |
msgid "Read more"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: inc/classes/class-astra-sites.php:
|
400 |
msgid "Hide"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: inc/classes/class-astra-sites.php:
|
404 |
msgid "There was a problem receiving a response from server."
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: inc/classes/class-astra-sites.php:
|
408 |
msgid "No Demos found, Try a different search."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: inc/classes/class-astra-sites.php:
|
412 |
msgid "Installing plugin "
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: inc/classes/class-astra-sites.php:
|
416 |
msgid "Plugin installed!"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: inc/classes/class-astra-sites.php:
|
420 |
msgid "Activating plugin "
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: inc/classes/class-astra-sites.php:
|
424 |
msgid "Plugin activated "
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: inc/classes/class-astra-sites.php:
|
428 |
msgid "Bulk plugin activation..."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: inc/classes/class-astra-sites.php:
|
432 |
msgid "Plugin activate - "
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: inc/classes/class-astra-sites.php:
|
436 |
msgid "Error! While activating plugin - "
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: inc/classes/class-astra-sites.php:
|
440 |
msgid "Bulk plugin installation..."
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: inc/classes/class-astra-sites.php:
|
444 |
msgid "Site API "
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: inc/classes/class-astra-sites.php:
|
448 |
msgid "Processing requests..."
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: inc/classes/class-astra-sites.php:
|
452 |
msgid "Importing \"Customizer Settings\"..."
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: inc/classes/class-astra-sites.php:
|
456 |
msgid "Imported customizer settings!"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: inc/classes/class-astra-sites.php:
|
460 |
msgid "Importing \"Contact Forms\"..."
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: inc/classes/class-astra-sites.php:
|
464 |
msgid "Imported Contact Forms!"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: inc/classes/class-astra-sites.php:
|
468 |
msgid "Preparing \"XML\" Data..."
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: inc/classes/class-astra-sites.php:
|
472 |
msgid "Set XML data!"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: inc/classes/class-astra-sites.php:
|
476 |
msgid "Importing \"XML\"..."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: inc/classes/class-astra-sites.php:
|
480 |
msgid "Imported XML!"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: inc/classes/class-astra-sites.php:
|
484 |
msgid "Importing \"Options\"..."
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: inc/classes/class-astra-sites.php:
|
488 |
msgid "Imported Options!"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: inc/classes/class-astra-sites.php:
|
492 |
msgid "Importing \"Widgets\"..."
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/classes/class-astra-sites.php:
|
496 |
msgid "Imported Widgets!"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/classes/class-astra-sites.php:
|
500 |
msgid "View site: "
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: inc/classes/class-astra-sites.php:
|
504 |
msgid "Getting Site Information.."
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: inc/classes/class-astra-sites.php:
|
508 |
msgid "Importing Customizer Settings.."
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/classes/class-astra-sites.php:
|
512 |
msgid "Importing Contact Forms.."
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: inc/classes/class-astra-sites.php:
|
516 |
msgid "Setting up import data.."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: inc/classes/class-astra-sites.php:
|
520 |
msgid "Importing Content.."
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: inc/classes/class-astra-sites.php:
|
524 |
msgid "Import Complete.."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: inc/classes/class-astra-sites.php:
|
528 |
msgid "Previewing "
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: inc/classes/class-astra-sites.php:
|
532 |
msgid "See Error Log →"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: inc/classes/class-astra-sites.php:
|
536 |
msgid "User have not plugin install permissions."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: inc/classes/class-astra-sites.php:
|
540 |
msgid "Plugin Activated"
|
541 |
msgstr ""
|
542 |
|
2 |
# This file is distributed under the same license as the Astra Starter Sites package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Astra Starter Sites 1.4.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
|
7 |
+
"POT-Creation-Date: 2019-11-04 09:57:18+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-Bookmarks: \n"
|
24 |
"X-Textdomain-Support: yes\n"
|
25 |
+
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
26 |
|
27 |
#: astra-sites.php:18
|
28 |
msgid "Astra Sites"
|
173 |
msgid "%1$s Branding"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/classes/class-astra-sites-wp-cli.php:99
|
177 |
msgid "No sites found! Try another query."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/classes/class-astra-sites-wp-cli.php:134
|
181 |
msgid "Are you sure you want to import the site?"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/classes/class-astra-sites-wp-cli.php:140
|
185 |
+
#: inc/classes/class-astra-sites-wp-cli.php:345
|
186 |
msgid "Invalid Site ID,"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: inc/classes/class-astra-sites-wp-cli.php:150
|
190 |
#. Translators: %s is the error message.
|
191 |
msgid "Site Import failed due to error: %s"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: inc/classes/class-astra-sites-wp-cli.php:162
|
195 |
msgid "This is Agency site. Please activate the \"Astra Premium Sites\" license!"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: inc/classes/class-astra-sites-wp-cli.php:163
|
199 |
msgid ""
|
200 |
"Use `wp plugin deactivate astra-sites` and then `wp plugin activate "
|
201 |
"astra-pro-sites`"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/classes/class-astra-sites-wp-cli.php:167
|
205 |
#. translators: %s is the activate plugin license link.
|
206 |
msgid ""
|
207 |
"Use CLI command `wp brainstormforce license activate astra-pro-sites "
|
208 |
"{YOUR_LICENSE_KEY}`"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: inc/classes/class-astra-sites-wp-cli.php:180
|
212 |
msgid "Installing Plugins.."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: inc/classes/class-astra-sites-wp-cli.php:190
|
216 |
msgid "Activating Plugins.."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: inc/classes/class-astra-sites-wp-cli.php:238
|
220 |
#. translators: %s is the XML file URL.
|
221 |
msgid "Downloading %s"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/classes/class-astra-sites-wp-cli.php:242
|
225 |
msgid "Importing WXR.."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/classes/class-astra-sites-wp-cli.php:246
|
229 |
#. translators: %s is error message.
|
230 |
msgid "WXR file Download Failed. Error %s"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: inc/classes/class-astra-sites-wp-cli.php:254
|
234 |
+
#: inc/classes/class-astra-sites.php:443
|
235 |
msgid "Importing Site Options.."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/classes/class-astra-sites-wp-cli.php:262
|
239 |
+
#: inc/classes/class-astra-sites.php:444
|
240 |
msgid "Importing Widgets.."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/classes/class-astra-sites-wp-cli.php:272
|
244 |
#. translators: %s is the site URL.
|
245 |
msgid ""
|
246 |
"Site Imported Successfully!\n"
|
247 |
"Visit: %s"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/classes/class-astra-sites-wp-cli.php:291
|
251 |
msgid "Are you sure you want to delete imported site data?"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: inc/classes/class-astra-sites-wp-cli.php:299
|
255 |
msgid "Reseting Posts.."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: inc/classes/class-astra-sites-wp-cli.php:306
|
259 |
msgid "Reseting Terms.."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: inc/classes/class-astra-sites-wp-cli.php:313
|
263 |
msgid "Resting WP Forms..."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: inc/classes/class-astra-sites-wp-cli.php:350
|
267 |
msgid "Importing customizer settings.."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/classes/class-astra-sites-wp-cli.php:386
|
271 |
msgid "Please add valid parameter."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: inc/classes/class-astra-sites-wp-cli.php:403
|
275 |
#. translators: %s is the current page builder name.
|
276 |
msgid "Default page builder is \"%s\"."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/classes/class-astra-sites-wp-cli.php:411
|
280 |
#. translators: %s is the page builder name.
|
281 |
msgid "\"%s\" is set as default page builder."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: inc/classes/class-astra-sites-wp-cli.php:414
|
285 |
msgid ""
|
286 |
"Invalid page builder slug. \n"
|
287 |
"Check all page builder slugs with command `wp astra-sites page_builder list`"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: inc/classes/class-astra-sites-wp-cli.php:417
|
291 |
msgid ""
|
292 |
"Invalid parameter! \n"
|
293 |
"Please use `list` or `set` parameter."
|
329 |
msgid "Installing.."
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: inc/classes/class-astra-sites.php:340
|
333 |
msgid "Page Builder"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: inc/classes/class-astra-sites.php:345
|
337 |
msgid "Categories"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: inc/classes/class-astra-sites.php:386
|
341 |
msgid "Get Agency Bundle"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: inc/classes/class-astra-sites.php:388
|
345 |
msgid "Upgrade"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: inc/classes/class-astra-sites.php:395
|
349 |
#. translators: %s are HTML tags.
|
350 |
msgid ""
|
351 |
"%1$sRequired XMLReader PHP extension is missing on your server!%2$sAstra "
|
354 |
"XMLReader PHP extension."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: inc/classes/class-astra-sites.php:396
|
358 |
msgid ""
|
359 |
"Warning! Astra Site Import process is not complete. Don't close the window "
|
360 |
"until import process complete. Do you still want to leave the window?"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: inc/classes/class-astra-sites.php:397
|
364 |
msgid "Error!"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: inc/classes/class-astra-sites.php:398
|
368 |
msgid "Error! Read Possibilities."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: inc/classes/class-astra-sites.php:400
|
372 |
msgid "Done! View Site"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: inc/classes/class-astra-sites.php:401
|
376 |
msgid "Activating"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: inc/classes/class-astra-sites.php:402
|
380 |
msgid "Active"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: inc/classes/class-astra-sites.php:403 inc/classes/class-astra-sites.php:404
|
384 |
msgid "Import failed."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: inc/classes/class-astra-sites.php:405
|
388 |
msgid "Import This Site"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: inc/classes/class-astra-sites.php:406 inc/classes/class-astra-sites.php:422
|
392 |
msgid "Importing.."
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: inc/classes/class-astra-sites.php:407 inc/includes/admin-page.php:178
|
396 |
msgid "Read more"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: inc/classes/class-astra-sites.php:408
|
400 |
msgid "Hide"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: inc/classes/class-astra-sites.php:409
|
404 |
msgid "There was a problem receiving a response from server."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: inc/classes/class-astra-sites.php:410 inc/includes/admin-page.php:408
|
408 |
msgid "No Demos found, Try a different search."
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: inc/classes/class-astra-sites.php:413
|
412 |
msgid "Installing plugin "
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: inc/classes/class-astra-sites.php:414
|
416 |
msgid "Plugin installed!"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: inc/classes/class-astra-sites.php:415
|
420 |
msgid "Activating plugin "
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: inc/classes/class-astra-sites.php:416
|
424 |
msgid "Plugin activated "
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: inc/classes/class-astra-sites.php:417
|
428 |
msgid "Bulk plugin activation..."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: inc/classes/class-astra-sites.php:418
|
432 |
msgid "Plugin activate - "
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: inc/classes/class-astra-sites.php:419
|
436 |
msgid "Error! While activating plugin - "
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: inc/classes/class-astra-sites.php:420
|
440 |
msgid "Bulk plugin installation..."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: inc/classes/class-astra-sites.php:421
|
444 |
msgid "Site API "
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: inc/classes/class-astra-sites.php:423
|
448 |
msgid "Processing requests..."
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: inc/classes/class-astra-sites.php:424
|
452 |
msgid "Importing \"Customizer Settings\"..."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: inc/classes/class-astra-sites.php:425
|
456 |
msgid "Imported customizer settings!"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: inc/classes/class-astra-sites.php:426
|
460 |
msgid "Importing \"Contact Forms\"..."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: inc/classes/class-astra-sites.php:427
|
464 |
msgid "Imported Contact Forms!"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: inc/classes/class-astra-sites.php:428
|
468 |
msgid "Preparing \"XML\" Data..."
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: inc/classes/class-astra-sites.php:429
|
472 |
msgid "Set XML data!"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: inc/classes/class-astra-sites.php:430
|
476 |
msgid "Importing \"XML\"..."
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: inc/classes/class-astra-sites.php:431
|
480 |
msgid "Imported XML!"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: inc/classes/class-astra-sites.php:432
|
484 |
msgid "Importing \"Options\"..."
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: inc/classes/class-astra-sites.php:433
|
488 |
msgid "Imported Options!"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: inc/classes/class-astra-sites.php:434
|
492 |
msgid "Importing \"Widgets\"..."
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/classes/class-astra-sites.php:435
|
496 |
msgid "Imported Widgets!"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/classes/class-astra-sites.php:437
|
500 |
msgid "View site: "
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/classes/class-astra-sites.php:438
|
504 |
msgid "Getting Site Information.."
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/classes/class-astra-sites.php:439
|
508 |
msgid "Importing Customizer Settings.."
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/classes/class-astra-sites.php:440
|
512 |
msgid "Importing Contact Forms.."
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: inc/classes/class-astra-sites.php:441
|
516 |
msgid "Setting up import data.."
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: inc/classes/class-astra-sites.php:442
|
520 |
msgid "Importing Content.."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: inc/classes/class-astra-sites.php:445
|
524 |
msgid "Import Complete.."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: inc/classes/class-astra-sites.php:446
|
528 |
msgid "Previewing "
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: inc/classes/class-astra-sites.php:447
|
532 |
msgid "See Error Log →"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: inc/classes/class-astra-sites.php:490
|
536 |
msgid "User have not plugin install permissions."
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: inc/classes/class-astra-sites.php:528
|
540 |
msgid "Plugin Activated"
|
541 |
msgstr ""
|
542 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Elementor,Beaver Builder,Templates,Gutenberg,Astra Starter Sites
|
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.2
|
8 |
-
Stable tag: 1.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -117,6 +117,10 @@ We are open to suggestions and would love to work on topics that our users are l
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
|
|
120 |
v1.4.1 - 31-October-2019
|
121 |
- Fix: PHP Error on PHP Versions below 7.0 due to usage of a PHP reserved function name.
|
122 |
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.2
|
8 |
+
Stable tag: 1.4.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
v1.4.2 - 4-November-2019
|
121 |
+
- Fix: Correctly added nonce to allow notice to be dismissed.
|
122 |
+
- Fix: Restore the timeout time to be 300 seconds which is the default for `download_url()`
|
123 |
+
|
124 |
v1.4.1 - 31-October-2019
|
125 |
- Fix: PHP Error on PHP Versions below 7.0 due to usage of a PHP reserved function name.
|
126 |
|