All-in-One Event Calendar - Version 2.5.42

Version Description

Download this release

Release Info

Developer calvinyeh
Plugin Icon 128x128 All-in-One Event Calendar
Version 2.5.42
Comparing to
See all releases

Code changes from version 2.5.41 to 2.5.42

all-in-one-event-calendar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
6
  * Author: Time.ly Network Inc.
7
  * Author URI: https://time.ly/
8
- * Version: 2.5.41
9
  * Text Domain: all-in-one-event-calendar
10
  * Domain Path: /language
11
  */
5
  * Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
6
  * Author: Time.ly Network Inc.
7
  * Author URI: https://time.ly/
8
+ * Version: 2.5.42
9
  * Text Domain: all-in-one-event-calendar
10
  * Domain Path: /language
11
  */
app/config/constants.php CHANGED
@@ -50,7 +50,7 @@ function ai1ec_initiate_constants( $ai1ec_base_dir, $ai1ec_base_url ) {
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
- define( 'AI1EC_VERSION', '2.5.41' );
54
  }
55
 
56
  // ================
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
+ define( 'AI1EC_VERSION', '2.5.42' );
54
  }
55
 
56
  // ================
app/view/admin/samples.php CHANGED
@@ -21,14 +21,6 @@ class Ai1ec_View_Samples extends Ai1ec_View_Admin_Abstract {
21
  // =======================
22
  // = Calendar Add Ons Page =
23
  // =======================
24
- add_submenu_page(
25
- AI1EC_ADMIN_BASE_URL,
26
- Ai1ec_I18n::__( 'Samples' ),
27
- Ai1ec_I18n::__( 'Samples' ),
28
- 'manage_ai1ec_options',
29
- AI1EC_PLUGIN_NAME . '-samples',
30
- array( $this, 'display_page' )
31
- );
32
  }
33
  /**
34
  * Display Add Ons list page.
21
  // =======================
22
  // = Calendar Add Ons Page =
23
  // =======================
 
 
 
 
 
 
 
 
24
  }
25
  /**
26
  * Display Add Ons list page.
app/view/admin/settings.php CHANGED
@@ -152,14 +152,18 @@ class Ai1ec_View_Admin_Settings extends Ai1ec_View_Admin_Abstract {
152
  'cache' => Ai1ec_I18n::__( 'Cache Report' ),
153
  )
154
  ),
155
- 'extensions' => array(
156
- 'name' => Ai1ec_I18n::__( 'Add-ons' ),
157
- 'items' => array(
158
- 'twittertab' => Ai1ec_I18n::__( 'Twitter' ),
159
- )
160
- ),
161
  );
162
 
 
 
 
 
 
 
 
 
 
163
  // let other extensions add tabs.
164
  $tabs = apply_filters( 'ai1ec_add_setting_tabs', $tabs );
165
  $settings = $this->_registry->get( 'model.settings' );
152
  'cache' => Ai1ec_I18n::__( 'Cache Report' ),
153
  )
154
  ),
155
+ 'extensions' => array()
 
 
 
 
 
156
  );
157
 
158
+ if ( is_plugin_active( 'all-in-one-event-calendar-twitter-integration/all-in-one-event-calendar-twitter-integration.php' ) ) {
159
+ $tabs['extensions'] = array(
160
+ 'name' => Ai1ec_I18n::__( 'Add-ons' ),
161
+ 'items' => array(
162
+ 'twittertab' => Ai1ec_I18n::__( 'Twitter' ),
163
+ )
164
+ );
165
+ }
166
+
167
  // let other extensions add tabs.
168
  $tabs = apply_filters( 'ai1ec_add_setting_tabs', $tabs );
169
  $settings = $this->_registry->get( 'model.settings' );
language/all-in-one-event-calendar.mo CHANGED
Binary file
language/all-in-one-event-calendar.po CHANGED
@@ -2,18 +2,18 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.41\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2019-05-23 19:08:56+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2019-05-23 19:08+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
15
  #: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
16
- #: app/view/admin/add-ons.php:27 app/view/admin/settings.php:156
17
  msgid "Add-ons"
18
  msgstr "Add-ons"
19
 
@@ -1263,10 +1263,6 @@ msgstr "<a href=\"%s\">Check for updates</a>"
1263
  msgid "Organize Events"
1264
  msgstr "Organize Events"
1265
 
1266
- #: app/view/admin/samples.php:26 app/view/admin/samples.php:27
1267
- msgid "Samples"
1268
- msgstr "Samples"
1269
-
1270
  #: app/view/admin/settings.php:30
1271
  msgid "All-in-One Event Calendar: Settings"
1272
  msgstr "All-in-One Event Calendar: Settings"
@@ -1318,15 +1314,15 @@ msgstr "External Services"
1318
  msgid "Cache Report"
1319
  msgstr "Cache Report"
1320
 
1321
- #: app/view/admin/settings.php:158
1322
  msgid "Twitter"
1323
  msgstr "Twitter"
1324
 
1325
- #: app/view/admin/settings.php:178
1326
  msgid "Please, Sign In to Timely Network."
1327
  msgstr "Please, Sign In to Timely Network."
1328
 
1329
- #: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
1330
  #: public/admin/box_ask_customer_review.php:113
1331
  #: public/admin/box_ask_customer_review.php:127
1332
  #: public/admin/box_ask_customer_review.php:141
@@ -1336,47 +1332,47 @@ msgstr "Please, Sign In to Timely Network."
1336
  msgid "This field is required."
1337
  msgstr "This field is required."
1338
 
1339
- #: app/view/admin/settings.php:190 app/view/event/ticket.php:25
1340
  msgid "Register"
1341
  msgstr "Register"
1342
 
1343
- #: app/view/admin/settings.php:191
1344
  msgid "Sign in"
1345
  msgstr "Sign in"
1346
 
1347
- #: app/view/admin/settings.php:195
1348
  msgid "Sign out"
1349
  msgstr "Sign out"
1350
 
1351
- #: app/view/admin/settings.php:197
1352
  msgid "Full Name:"
1353
  msgstr "Full Name:"
1354
 
1355
- #: app/view/admin/settings.php:198
1356
  msgid "Hide form"
1357
  msgstr "Hide form"
1358
 
1359
- #: app/view/admin/settings.php:199
1360
  msgid "Show form"
1361
  msgstr "Show form"
1362
 
1363
- #: app/view/admin/settings.php:200
1364
  msgid "Email:"
1365
  msgstr "Email:"
1366
 
1367
- #: app/view/admin/settings.php:201
1368
  msgid "Password:"
1369
  msgstr "Password:"
1370
 
1371
- #: app/view/admin/settings.php:202
1372
  msgid "Confirm Password:"
1373
  msgstr "Confirm Password:"
1374
 
1375
- #: app/view/admin/settings.php:203
1376
  msgid "Phone Number:"
1377
  msgstr "Phone Number:"
1378
 
1379
- #: app/view/admin/settings.php:204
1380
  msgid ""
1381
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1382
  "time.ly/tos\">terms of service</a>."
@@ -1384,7 +1380,7 @@ msgstr ""
1384
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1385
  "time.ly/tos\">terms of service</a>."
1386
 
1387
- #: app/view/admin/settings.php:207
1388
  msgid ""
1389
  "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
1390
  "Network this will close all the created tickets and remove user access to "
@@ -1396,68 +1392,68 @@ msgstr ""
1396
  "them. In this case, on the event page, users will see the status “Event "
1397
  "closed”."
1398
 
1399
- #: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
1400
  #: public/admin/plugins/ics/import_feed.php:127
1401
  msgid "Cancel"
1402
  msgstr "Cancel"
1403
 
1404
- #: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
1405
  msgid "Sign Out"
1406
  msgstr "Sign Out"
1407
 
1408
- #: app/view/admin/settings.php:212
1409
  msgid "Sign Up"
1410
  msgstr "Sign Up"
1411
 
1412
- #: app/view/admin/settings.php:213
1413
  msgid "Sign In"
1414
  msgstr "Sign In"
1415
 
1416
- #: app/view/admin/settings.php:214
1417
  msgid "Calendar Type:"
1418
  msgstr "Calendar Type:"
1419
 
1420
- #: app/view/admin/settings.php:216
1421
  msgid "Tourism"
1422
  msgstr "Tourism"
1423
 
1424
- #: app/view/admin/settings.php:217
1425
  msgid "Media"
1426
  msgstr "Media"
1427
 
1428
- #: app/view/admin/settings.php:218
1429
  msgid "Community Hubs"
1430
  msgstr "Community Hubs"
1431
 
1432
- #: app/view/admin/settings.php:219
1433
  msgid "Education"
1434
  msgstr "Education"
1435
 
1436
- #: app/view/admin/settings.php:220
1437
  msgid "Venue/Business"
1438
  msgstr "Venue/Business"
1439
 
1440
- #: app/view/admin/settings.php:221
1441
  msgid "Artist/Performer"
1442
  msgstr "Artist/Performer"
1443
 
1444
- #: app/view/admin/settings.php:222
1445
  msgid "Church/Spiritual"
1446
  msgstr "Church/Spiritual"
1447
 
1448
- #: app/view/admin/settings.php:223
1449
  msgid "Association/Group"
1450
  msgstr "Association/Group"
1451
 
1452
- #: app/view/admin/settings.php:224
1453
  msgid "Other"
1454
  msgstr "Other"
1455
 
1456
- #: app/view/admin/settings.php:236
1457
  msgid "Save Settings"
1458
  msgstr "Save Settings"
1459
 
1460
- #: app/view/admin/settings.php:243
1461
  msgid ""
1462
  "If the form below is not working please follow <a href=\"%s\">this link</a>."
1463
  msgstr ""
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.42\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2019-08-08 19:58:42+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2019-08-08 19:58+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
15
  #: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
16
+ #: app/view/admin/add-ons.php:27 app/view/admin/settings.php:160
17
  msgid "Add-ons"
18
  msgstr "Add-ons"
19
 
1263
  msgid "Organize Events"
1264
  msgstr "Organize Events"
1265
 
 
 
 
 
1266
  #: app/view/admin/settings.php:30
1267
  msgid "All-in-One Event Calendar: Settings"
1268
  msgstr "All-in-One Event Calendar: Settings"
1314
  msgid "Cache Report"
1315
  msgstr "Cache Report"
1316
 
1317
+ #: app/view/admin/settings.php:162
1318
  msgid "Twitter"
1319
  msgstr "Twitter"
1320
 
1321
+ #: app/view/admin/settings.php:182
1322
  msgid "Please, Sign In to Timely Network."
1323
  msgstr "Please, Sign In to Timely Network."
1324
 
1325
+ #: app/view/admin/settings.php:193 app/view/admin/tickets.php:125
1326
  #: public/admin/box_ask_customer_review.php:113
1327
  #: public/admin/box_ask_customer_review.php:127
1328
  #: public/admin/box_ask_customer_review.php:141
1332
  msgid "This field is required."
1333
  msgstr "This field is required."
1334
 
1335
+ #: app/view/admin/settings.php:194 app/view/event/ticket.php:25
1336
  msgid "Register"
1337
  msgstr "Register"
1338
 
1339
+ #: app/view/admin/settings.php:195
1340
  msgid "Sign in"
1341
  msgstr "Sign in"
1342
 
1343
+ #: app/view/admin/settings.php:199
1344
  msgid "Sign out"
1345
  msgstr "Sign out"
1346
 
1347
+ #: app/view/admin/settings.php:201
1348
  msgid "Full Name:"
1349
  msgstr "Full Name:"
1350
 
1351
+ #: app/view/admin/settings.php:202
1352
  msgid "Hide form"
1353
  msgstr "Hide form"
1354
 
1355
+ #: app/view/admin/settings.php:203
1356
  msgid "Show form"
1357
  msgstr "Show form"
1358
 
1359
+ #: app/view/admin/settings.php:204
1360
  msgid "Email:"
1361
  msgstr "Email:"
1362
 
1363
+ #: app/view/admin/settings.php:205
1364
  msgid "Password:"
1365
  msgstr "Password:"
1366
 
1367
+ #: app/view/admin/settings.php:206
1368
  msgid "Confirm Password:"
1369
  msgstr "Confirm Password:"
1370
 
1371
+ #: app/view/admin/settings.php:207
1372
  msgid "Phone Number:"
1373
  msgstr "Phone Number:"
1374
 
1375
+ #: app/view/admin/settings.php:208
1376
  msgid ""
1377
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1378
  "time.ly/tos\">terms of service</a>."
1380
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1381
  "time.ly/tos\">terms of service</a>."
1382
 
1383
+ #: app/view/admin/settings.php:211
1384
  msgid ""
1385
  "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
1386
  "Network this will close all the created tickets and remove user access to "
1392
  "them. In this case, on the event page, users will see the status “Event "
1393
  "closed”."
1394
 
1395
+ #: app/view/admin/settings.php:214 public/admin/box_repeat.php:116
1396
  #: public/admin/plugins/ics/import_feed.php:127
1397
  msgid "Cancel"
1398
  msgstr "Cancel"
1399
 
1400
+ #: app/view/admin/settings.php:215 app/view/admin/tickets.php:134
1401
  msgid "Sign Out"
1402
  msgstr "Sign Out"
1403
 
1404
+ #: app/view/admin/settings.php:216
1405
  msgid "Sign Up"
1406
  msgstr "Sign Up"
1407
 
1408
+ #: app/view/admin/settings.php:217
1409
  msgid "Sign In"
1410
  msgstr "Sign In"
1411
 
1412
+ #: app/view/admin/settings.php:218
1413
  msgid "Calendar Type:"
1414
  msgstr "Calendar Type:"
1415
 
1416
+ #: app/view/admin/settings.php:220
1417
  msgid "Tourism"
1418
  msgstr "Tourism"
1419
 
1420
+ #: app/view/admin/settings.php:221
1421
  msgid "Media"
1422
  msgstr "Media"
1423
 
1424
+ #: app/view/admin/settings.php:222
1425
  msgid "Community Hubs"
1426
  msgstr "Community Hubs"
1427
 
1428
+ #: app/view/admin/settings.php:223
1429
  msgid "Education"
1430
  msgstr "Education"
1431
 
1432
+ #: app/view/admin/settings.php:224
1433
  msgid "Venue/Business"
1434
  msgstr "Venue/Business"
1435
 
1436
+ #: app/view/admin/settings.php:225
1437
  msgid "Artist/Performer"
1438
  msgstr "Artist/Performer"
1439
 
1440
+ #: app/view/admin/settings.php:226
1441
  msgid "Church/Spiritual"
1442
  msgstr "Church/Spiritual"
1443
 
1444
+ #: app/view/admin/settings.php:227
1445
  msgid "Association/Group"
1446
  msgstr "Association/Group"
1447
 
1448
+ #: app/view/admin/settings.php:228
1449
  msgid "Other"
1450
  msgstr "Other"
1451
 
1452
+ #: app/view/admin/settings.php:240
1453
  msgid "Save Settings"
1454
  msgstr "Save Settings"
1455
 
1456
+ #: app/view/admin/settings.php:247
1457
  msgid ""
1458
  "If the form below is not working please follow <a href=\"%s\">this link</a>."
1459
  msgstr ""
language/all-in-one-event-calendar.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.41\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2019-05-23 19:08:56+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
  #: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
16
- #: app/view/admin/add-ons.php:27 app/view/admin/settings.php:156
17
  msgid "Add-ons"
18
  msgstr ""
19
 
@@ -1115,10 +1115,6 @@ msgstr ""
1115
  msgid "Organize Events"
1116
  msgstr ""
1117
 
1118
- #: app/view/admin/samples.php:26 app/view/admin/samples.php:27
1119
- msgid "Samples"
1120
- msgstr ""
1121
-
1122
  #: app/view/admin/settings.php:30
1123
  msgid "All-in-One Event Calendar: Settings"
1124
  msgstr ""
@@ -1170,15 +1166,15 @@ msgstr ""
1170
  msgid "Cache Report"
1171
  msgstr ""
1172
 
1173
- #: app/view/admin/settings.php:158
1174
  msgid "Twitter"
1175
  msgstr ""
1176
 
1177
- #: app/view/admin/settings.php:178
1178
  msgid "Please, Sign In to Timely Network."
1179
  msgstr ""
1180
 
1181
- #: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
1182
  #: public/admin/box_ask_customer_review.php:113
1183
  #: public/admin/box_ask_customer_review.php:127
1184
  #: public/admin/box_ask_customer_review.php:141
@@ -1188,53 +1184,53 @@ msgstr ""
1188
  msgid "This field is required."
1189
  msgstr ""
1190
 
1191
- #: app/view/admin/settings.php:190 app/view/event/ticket.php:25
1192
  msgid "Register"
1193
  msgstr ""
1194
 
1195
- #: app/view/admin/settings.php:191
1196
  msgid "Sign in"
1197
  msgstr ""
1198
 
1199
- #: app/view/admin/settings.php:195
1200
  msgid "Sign out"
1201
  msgstr ""
1202
 
1203
- #: app/view/admin/settings.php:197
1204
  msgid "Full Name:"
1205
  msgstr ""
1206
 
1207
- #: app/view/admin/settings.php:198
1208
  msgid "Hide form"
1209
  msgstr ""
1210
 
1211
- #: app/view/admin/settings.php:199
1212
  msgid "Show form"
1213
  msgstr ""
1214
 
1215
- #: app/view/admin/settings.php:200
1216
  msgid "Email:"
1217
  msgstr ""
1218
 
1219
- #: app/view/admin/settings.php:201
1220
  msgid "Password:"
1221
  msgstr ""
1222
 
1223
- #: app/view/admin/settings.php:202
1224
  msgid "Confirm Password:"
1225
  msgstr ""
1226
 
1227
- #: app/view/admin/settings.php:203
1228
  msgid "Phone Number:"
1229
  msgstr ""
1230
 
1231
- #: app/view/admin/settings.php:204
1232
  msgid ""
1233
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1234
  "time.ly/tos\">terms of service</a>."
1235
  msgstr ""
1236
 
1237
- #: app/view/admin/settings.php:207
1238
  msgid ""
1239
  "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
1240
  "Network this will close all the created tickets and remove user access to "
@@ -1242,68 +1238,68 @@ msgid ""
1242
  "closed”."
1243
  msgstr ""
1244
 
1245
- #: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
1246
  #: public/admin/plugins/ics/import_feed.php:127
1247
  msgid "Cancel"
1248
  msgstr ""
1249
 
1250
- #: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
1251
  msgid "Sign Out"
1252
  msgstr ""
1253
 
1254
- #: app/view/admin/settings.php:212
1255
  msgid "Sign Up"
1256
  msgstr ""
1257
 
1258
- #: app/view/admin/settings.php:213
1259
  msgid "Sign In"
1260
  msgstr ""
1261
 
1262
- #: app/view/admin/settings.php:214
1263
  msgid "Calendar Type:"
1264
  msgstr ""
1265
 
1266
- #: app/view/admin/settings.php:216
1267
  msgid "Tourism"
1268
  msgstr ""
1269
 
1270
- #: app/view/admin/settings.php:217
1271
  msgid "Media"
1272
  msgstr ""
1273
 
1274
- #: app/view/admin/settings.php:218
1275
  msgid "Community Hubs"
1276
  msgstr ""
1277
 
1278
- #: app/view/admin/settings.php:219
1279
  msgid "Education"
1280
  msgstr ""
1281
 
1282
- #: app/view/admin/settings.php:220
1283
  msgid "Venue/Business"
1284
  msgstr ""
1285
 
1286
- #: app/view/admin/settings.php:221
1287
  msgid "Artist/Performer"
1288
  msgstr ""
1289
 
1290
- #: app/view/admin/settings.php:222
1291
  msgid "Church/Spiritual"
1292
  msgstr ""
1293
 
1294
- #: app/view/admin/settings.php:223
1295
  msgid "Association/Group"
1296
  msgstr ""
1297
 
1298
- #: app/view/admin/settings.php:224
1299
  msgid "Other"
1300
  msgstr ""
1301
 
1302
- #: app/view/admin/settings.php:236
1303
  msgid "Save Settings"
1304
  msgstr ""
1305
 
1306
- #: app/view/admin/settings.php:243
1307
  msgid ""
1308
  "If the form below is not working please follow <a href=\"%s\">this link</a>."
1309
  msgstr ""
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.42\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2019-08-08 19:58:42+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
  #: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
16
+ #: app/view/admin/add-ons.php:27 app/view/admin/settings.php:160
17
  msgid "Add-ons"
18
  msgstr ""
19
 
1115
  msgid "Organize Events"
1116
  msgstr ""
1117
 
 
 
 
 
1118
  #: app/view/admin/settings.php:30
1119
  msgid "All-in-One Event Calendar: Settings"
1120
  msgstr ""
1166
  msgid "Cache Report"
1167
  msgstr ""
1168
 
1169
+ #: app/view/admin/settings.php:162
1170
  msgid "Twitter"
1171
  msgstr ""
1172
 
1173
+ #: app/view/admin/settings.php:182
1174
  msgid "Please, Sign In to Timely Network."
1175
  msgstr ""
1176
 
1177
+ #: app/view/admin/settings.php:193 app/view/admin/tickets.php:125
1178
  #: public/admin/box_ask_customer_review.php:113
1179
  #: public/admin/box_ask_customer_review.php:127
1180
  #: public/admin/box_ask_customer_review.php:141
1184
  msgid "This field is required."
1185
  msgstr ""
1186
 
1187
+ #: app/view/admin/settings.php:194 app/view/event/ticket.php:25
1188
  msgid "Register"
1189
  msgstr ""
1190
 
1191
+ #: app/view/admin/settings.php:195
1192
  msgid "Sign in"
1193
  msgstr ""
1194
 
1195
+ #: app/view/admin/settings.php:199
1196
  msgid "Sign out"
1197
  msgstr ""
1198
 
1199
+ #: app/view/admin/settings.php:201
1200
  msgid "Full Name:"
1201
  msgstr ""
1202
 
1203
+ #: app/view/admin/settings.php:202
1204
  msgid "Hide form"
1205
  msgstr ""
1206
 
1207
+ #: app/view/admin/settings.php:203
1208
  msgid "Show form"
1209
  msgstr ""
1210
 
1211
+ #: app/view/admin/settings.php:204
1212
  msgid "Email:"
1213
  msgstr ""
1214
 
1215
+ #: app/view/admin/settings.php:205
1216
  msgid "Password:"
1217
  msgstr ""
1218
 
1219
+ #: app/view/admin/settings.php:206
1220
  msgid "Confirm Password:"
1221
  msgstr ""
1222
 
1223
+ #: app/view/admin/settings.php:207
1224
  msgid "Phone Number:"
1225
  msgstr ""
1226
 
1227
+ #: app/view/admin/settings.php:208
1228
  msgid ""
1229
  "I confirm that I have read, understand and agree with the <a href=\"https://"
1230
  "time.ly/tos\">terms of service</a>."
1231
  msgstr ""
1232
 
1233
+ #: app/view/admin/settings.php:211
1234
  msgid ""
1235
  "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
1236
  "Network this will close all the created tickets and remove user access to "
1238
  "closed”."
1239
  msgstr ""
1240
 
1241
+ #: app/view/admin/settings.php:214 public/admin/box_repeat.php:116
1242
  #: public/admin/plugins/ics/import_feed.php:127
1243
  msgid "Cancel"
1244
  msgstr ""
1245
 
1246
+ #: app/view/admin/settings.php:215 app/view/admin/tickets.php:134
1247
  msgid "Sign Out"
1248
  msgstr ""
1249
 
1250
+ #: app/view/admin/settings.php:216
1251
  msgid "Sign Up"
1252
  msgstr ""
1253
 
1254
+ #: app/view/admin/settings.php:217
1255
  msgid "Sign In"
1256
  msgstr ""
1257
 
1258
+ #: app/view/admin/settings.php:218
1259
  msgid "Calendar Type:"
1260
  msgstr ""
1261
 
1262
+ #: app/view/admin/settings.php:220
1263
  msgid "Tourism"
1264
  msgstr ""
1265
 
1266
+ #: app/view/admin/settings.php:221
1267
  msgid "Media"
1268
  msgstr ""
1269
 
1270
+ #: app/view/admin/settings.php:222
1271
  msgid "Community Hubs"
1272
  msgstr ""
1273
 
1274
+ #: app/view/admin/settings.php:223
1275
  msgid "Education"
1276
  msgstr ""
1277
 
1278
+ #: app/view/admin/settings.php:224
1279
  msgid "Venue/Business"
1280
  msgstr ""
1281
 
1282
+ #: app/view/admin/settings.php:225
1283
  msgid "Artist/Performer"
1284
  msgstr ""
1285
 
1286
+ #: app/view/admin/settings.php:226
1287
  msgid "Church/Spiritual"
1288
  msgstr ""
1289
 
1290
+ #: app/view/admin/settings.php:227
1291
  msgid "Association/Group"
1292
  msgstr ""
1293
 
1294
+ #: app/view/admin/settings.php:228
1295
  msgid "Other"
1296
  msgstr ""
1297
 
1298
+ #: app/view/admin/settings.php:240
1299
  msgid "Save Settings"
1300
  msgstr ""
1301
 
1302
+ #: app/view/admin/settings.php:247
1303
  msgid ""
1304
  "If the form below is not working please follow <a href=\"%s\">this link</a>."
1305
  msgstr ""
public/admin/img/timely-logo.png CHANGED
Binary file
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: uchu, calvinyeh, raquelleira, renatotbueno, domanb, elirenato, hubrik, vtowel, yani.iliev, nicolapeluchetti, jbutkus, lpawlik, bangelov
3
  Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
4
  Requires at least: 3.5
5
- Tested up to: 5.2
6
- Stable tag: 2.5.41
7
  Requires PHP: 5.4
8
  License: GNU General Public License, version 3 (GPL-3.0)
9
 
@@ -15,16 +15,16 @@ The [All-in-One Event Calendar](https://time.ly/) from [Timely](https://time.ly/
15
 
16
  Our events calendar is easy to manage. Combines clean visual design with a powerful set of features to create the most advanced website calendar system available for WordPress.
17
 
18
- = Get Add-ons =
19
 
20
- Download add-ons at [Time.ly](https://time.ly) to get more features, like:
21
 
22
- * [Extended Views](https://time.ly/downloads/extended-views/)
23
- * [Frontend Submission form](https://time.ly/downloads/front-end-event-form/)
24
- * [Super Widget](https://time.ly/downloads/superwidget/)
25
- * [Venues](https://time.ly/downloads/venues/)
26
- * [Twitter integration](https://time.ly/downloads/twitter/)
27
- * and [more](https://time.ly/wordpress-calendar-plugin/addons/)...
28
 
29
  = Import and Export Events =
30
 
@@ -83,7 +83,6 @@ You can help translate by going to [https://translate.time.ly](https://translate
83
  = Helpful Links =
84
 
85
  * [**Access our User Guide**](https://time.ly/document/user-guide/).
86
- * [**Raise feature ideas**](https://ideas.time.ly/).
87
 
88
  == Frequently Asked Questions ==
89
 
@@ -124,6 +123,9 @@ You can help translate by going to [https://translate.time.ly](https://translate
124
 
125
  == Changelog ==
126
 
 
 
 
127
  = Version 2.5.41 =
128
  * Google reCAPTCHA script URL has been updated.
129
 
2
  Contributors: uchu, calvinyeh, raquelleira, renatotbueno, domanb, elirenato, hubrik, vtowel, yani.iliev, nicolapeluchetti, jbutkus, lpawlik, bangelov
3
  Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
4
  Requires at least: 3.5
5
+ Tested up to: 5.2.2
6
+ Stable tag: 2.5.42
7
  Requires PHP: 5.4
8
  License: GNU General Public License, version 3 (GPL-3.0)
9
 
15
 
16
  Our events calendar is easy to manage. Combines clean visual design with a powerful set of features to create the most advanced website calendar system available for WordPress.
17
 
18
+ = Get the add-on =
19
 
20
+ Download the add-on at [Time.ly](https://time.ly/wordpress-calendar-plugins-addons) to get more features, like:
21
 
22
+ * [Extended Views](https://time.ly/wordpress-calendar-plugins-addons)
23
+ * [Frontend Submission form](https://time.ly/wordpress-calendar-plugins-addons)
24
+ * [Ticketing](https://time.ly/wordpress-calendar-plugins-addons)
25
+ * [Venues](https://time.ly/wordpress-calendar-plugins-addons)
26
+ * [Twitter integration](https://time.ly/wordpress-calendar-plugins-addons)
27
+ * and [more](https://time.ly/wordpress-calendar-plugins-addons)...
28
 
29
  = Import and Export Events =
30
 
83
  = Helpful Links =
84
 
85
  * [**Access our User Guide**](https://time.ly/document/user-guide/).
 
86
 
87
  == Frequently Asked Questions ==
88
 
123
 
124
  == Changelog ==
125
 
126
+ = Version 2.5.42 =
127
+ * Removed "Samples" from menu.
128
+
129
  = Version 2.5.41 =
130
  * Google reCAPTCHA script URL has been updated.
131