-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
981 lines (839 loc) · 48.8 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
Release notes for Agora-Nodes (https://agora.xtec.cat/nodes)
More information on each of the fixes can be found in the project
development home at https://github.com/projectestac/agora_nodes
Changes 24.12.23
---------------------------------------------------------------------------------------
- agora-functions: Show links to H5P to role author in custom extensions page
- Customized wp_admin_bar for all roles
- Menus: Mobile menu copies main menu
Changes 24.11.19
---------------------------------------------------------------------------------------
- Nodes 2: Added CSS styles
- Nodes 2: Added link to cookies policy in footer
- Nodes 2: Contacte: Removed target blank
- Nodes 2: Fixed logo being lost the first time the changes in customizer are saved
- Nodes 2: Front page notice: Block the size of the notice and restrict access to background color
- Nodes 2: Header buttons: Fixed size increase when text is too long and removed lowercase being mandatory
- agora-functions: Preserve HTML tags when sending e-mail
- agora-functions: Updated language files
- nodes-theme-switcher: Updated user messages and links
- options-reading.php: Allow administrators to change frontpage page
- pending-submission-notifications: Moved plugin logic to agora-functions
- wordpress-social-login: Improved code of Moodle provider
- XTEC lib: Added operation to register Astra Pro
Changes 24.10.22
---------------------------------------------------------------------------------------
- Nodes 2: Changed images for card and notice demo
- langs: Corrected some catalan strings
- buddypress: Recovered TinyMCE in wall
- google-calendar-events: Fixed bug due to old unnecessary patch
- H5P: agora-functions: Fixed access to H5P activities
- H5P: Fixed access to admin pages
- script_replace_url: Added field for Nodes 2
Changes 24.09.26
---------------------------------------------------------------------------------------
- Nodes 2: Contact information: Show school code, email and phone only if they are set
- Nodes 2: Contact information: Don't show fake school codes in site header
- Nodes 2: Cards: Fixed broken image link when there is no image
- Nodes 2: Cards: Default background colors set according to palette
- Nodes 2: Hide button to change theme in customizer to all users except xtecadmin
- Nodes 2: Header: Display logo using generated URL, not the ID. Improvements in the format
- Nodes 2: Customizer: Improved layout selector
- Nodes 2: Migration: Change admin_color in users metadata when switching themes
- Nodes 2: Migration: Get the category id of the front page
- Nodes 2: Migration: Updated migration parameters for Astra Nodes
- Nodes 2: Remove metaboxes for Astra and custom posts in several post types, including new calendar page
- Nodes 2: Extensions: Added custom page to access to the options of some extensions
- Nodes 2: Customizer: Front page notice | Content: Added TinyMCE to textarea
- Nodes 2: Front page slider: Render text and images only if they are set
- Nodes 2: Accessibility menu hidden, except for xtecadmin
- Nodes 2: Improvements to CSS
- Nodes 2: Show categories and tags in single article view
- Fix for error on logout caused by Apache after fixing CVE-2024-38474
- Gutenberg: Added custom format and behavior for block 'Column'
- langs: Updated translations for pods, astra-sites and wpforms-lite, google-analyticator,
table-of-contents-plus, add-to-any, code-snippets, import-users, accessibility and tinymce-advanced
- astra-addon: Upgraded plugin
- astra-sites: Upgraded plugin
- buddypress: Added TinyMCE editor to activity post form
- code-snippets: Upgraded plugin
- google-calendar-events: Upgraded plugin
- gtranslate: Hidden configuration to all users except xtecadmin
- import-users-from-csv-with-meta: Upgraded plugin
- koko-analytics: Removed time check for the cron
- nodes-inventari: Removed style that blocks access to add-to-any on posts and pages
- nodes-incidencies: Removed style that blocks access to add-to-any on posts and pages
- pods: Upgraded plugin
- table-of-contents-plus: Upgraded plugin
- tinymce-advanced: Upgraded plugin
- wptelegram: Upgraded plugin
- wpforms-lite: Upgraded plugin
- xtec-booking: Fixed implicit type conversion
Changes 24.07.16
---------------------------------------------------------------------------------------
- agora-functions: buddypress-docs: Added patch to fix compatibility with Astra theme
- agora-functions: Improved theme import to nodes-astra
- agora-functions: Moved custom code to force frontpage page from reactor
- astra-nodes: Improved CSS
- astra-nodes: Improved migration of widgets
- astra-nodes: Login screen: Copied from reactor
- Gutenberg editor: Added restrictions to some functionalities
- langs: Updated all translations
- Pages: Improved side menu
- add-to-any: Upgraded plugin
- advanced-nocaptcha-recaptcha: Upgraded plugin
- author-category: Fixed errors in PHP 8.1. Added support for Gutenberg
- email-subscribers: Upgraded plugin
- koko-analytics: Upgraded plugin
- koko-analytics: Moved admin link from Dashboard to Options menu
- nodes-theme-switcher: Upgraded plugin
- pojo-accessibility: Removed advertisements
- polylang: Upgraded plugin
- wordpress-telegram: Upgraded plugin
- XTEC lib: Added operation to change themes
Changes 24.07.01
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 6.5.5
- Nodes 2: Added customization of theme Astra (theme astra-nodes)
- langs: Partial update of translations
- agora-functions: Added code to migrate from theme reactor to astra-nodes
- Astra: Upgraded theme, added customizations for astra-nodes and removed ads
- astra-addon: Removed advertisement messages
- astra-sites: Removed admin notice
- buddypress: Upgraded plugin
- enllacos-educatius: Updated jClic URL
- getwid: Upgraded plugin
- getwid: Unregister new block type getwid/ai-text
- google-analyticator: Removed plugin
- google-calendar-events: Upgraded plugin
- h5p: Upgraded plugin
- nodes-theme-switcher: Added plugin
- pods: Upgraded plugin
- pojo-accessibility: Added plugin
- tabs-responsive: Upgraded plugin
- Theme reactor: Removed TinyMCE editor in buddypress
Changes 24.05.10
---------------------------------------------------------------------------------------
- astra-addon: Allow plugin in all instances
- slideshow: Disable the creation of new slideshows when using Gutenberg editor
- tabs-responsive: Disable the creation of new tabs when using Gutenberg editor
Changes 24.04.30
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 6.3.4
- buddypress: Removed dependency that prevented log in to appear when the plugin is disabled
- enllacos-educatius: Moved images from theme reactor to plugin to remove dependency
- nodes-editor-widget: tinymce-advanced: Removing hybrid_mode on block editor activation
- slideshow: Disable the creation of new slideshows when using Gutenberg editor
- super-emoji-plus: Removed plugin
- tabs-responsive: Disable the creation of new tabs when using Gutenberg editor
- Theme astra: Upgraded version
Changes 24.03.19
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 6.3.3
- blogger-importer: Upgraded plugin
- media: Fixed error 403 Forbidden in search box in media list
- nodes-editor-widget: Updated widget text
- socialmedia: Upgraded to Font Awesome 6.5. Added more icons
- Theme reactor: Upgraded Font Awesome to version 6.5
- Theme reactor: Added rules for the Compatibility between the plugins getwid and tabs-responsive
- widget-visibility-without-jetpack: Removed patches for buddypress
- wordpress-importer: Upgraded plugin
Changes 24.01.25
---------------------------------------------------------------------------------------
- agora-functions: Widgets: Use legacy widgets configuration
- Cookies: Load and execute javascript to show a Cookie consent message
- enllacos-educatius: Updated services to link
- Menu Recursos TAC: Updated menu items
- MU Common: Minor improvements
- langs: Fixed language customization
Changes 23.12.18
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 6.3.2
- Updated custom welcome panel
- Updated translations for all languages (Catalan, Spanish, French, Euskara, Galician and Occitan)
- gtranslate: Added catalan translation
- bbpress: Upgraded plugin
- email-subscribers: Removed style 'body {margin: 0;}' because moves home page content to the left
- Pending Submission Notifications: Added an exception for post type 'calendar_booking'
- Theme reactor: Removed some custom code for Internet Explorer
- xtec-booking: Fixed PHP warnings
Changes 23.11.28
---------------------------------------------------------------------------------------
- advanced-nocaptcha-recaptcha: Upgraded plugin
- google-analyticator: Upgraded plugin
- gtranslate: Added submodule
- H5P: Upgraded plugin
- H5P: Move menu in admin page to submenu in 'Options'
- koko-analytics: Added submodule
- Moved WP Telegram menu option to general options
- email-subscribers: Upgraded plugin
- email-subscribers: Fixed email confirmation not being sent
Changes 23.10.17
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.10
Changes 23.09.27
---------------------------------------------------------------------------------------
- Allow six versions of each post instead of three
- Updated translations for email-subscribers and getwid
- email-subscribers: Customized not-localized string
Changes 23.07.10
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.9
- astra: Upgraded theme
- astra-addon: Upgraded plugin
- BuddyPress: Upgraded plugin
- email-subscribers: Upgraded plugin
- XTEC lib: Compatibility with PHP 8.1
- XTEC scripts: Compatibility with PHP 8.1 and improved code quality
Changes 23.05.23
---------------------------------------------------------------------------------------
- Getwid module available for all sites
- Getwid: Added catalan translation
- agora-functions: Configured Gutenberg view options and disabled some blocks
- alumni-fp: Updated plugin
- nodes-editor-widget: Added submodule
- Theme reactor: Added alt atribute in img tags
Changes 23.03.27
---------------------------------------------------------------------------------------
- alumni-fp: Added plugin
- Fixed general setting for post order. Removed dropdown menu for tags as it was never implemented.
- Theme reactor: Fixed typo error in podcast icon
Changes 22.12.13
---------------------------------------------------------------------------------------
- getwid: Added submodule. Only accessible for sites of type project
- astra: Upgraded theme
- astra-addon: Upgraded plugin
- astra-sites: Upgraded plugin
- pods: Upgraded plugin
- wpforms-lite: Upgraded plugin
Changes 22.11.15
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.8
- enllacos-educatius: Fixed URL for "La meva XTEC"
Changes 22.10.04
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.7
- Fixed PHP warning when checking the list of plugins to exclude
- widget-visibility-without-jetpack: Upgraded plugin
- Theme reactor: Added missing apostrophe
Changes 22.06.30
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.6
- astra-addon: Upgraded plugin. Restricted access to projectes
- astra-sites: Added plugin (only for projectes)
- Carrusel: Several fixes
- polylang: Upgraded plugin
- tabs-responsive: Fixed loading of side menu in category pages
- telegram: Upgraded plugin
- Theme astra: Upgraded theme
- wordpress-php-info: Removed plugin
- wpforms-lite: Added plugin (only for projectes)
- wp-recaptcha: Removed plugin
- xtec-stats: Load javascript only in admin pages
Changes 22.02.22
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.5
- agora-functions.php: Disabled automatic thumbnail generation for images
- tabs-responsive: Disable scrolling on tab change. Fixes error in option 'Tabs Description Animation'
- enllacos-educatius: Added new URL for CESIRE
- Themes XTEC: Added FSE logo and notice
- options-reading: Fixed access to some options for xtecadmin
- Theme reactor: Highlight current element in widget_nav_menu
Changes 21.11.15
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.4
- advanced-nocaptcha-recaptcha: Added plugin
- buddypress: Fixed posting in timeline
- Added dashboard widgets for incidències and inventari
Changes 21.10.08
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.3
- Updated translation of WordPress core
- buddypress: Upgraded plugin to version 9.1.1
- disable-gutenberg: Removed plugin
- nodes-incidencies: Added plugin
- nodes-inventari: Added plugin
- tabs-responsive: Removed call to wp_reset_query() because it breaks the loading of posts in main page
- tabs-responsive: Fixed button to insert shortcodes into posts not being generated
- Added operation to flush rewrite rules
Changes 21.09.02
---------------------------------------------------------------------------------------
- buddypress-docs: Fixed verification issues with links using special chars
- save_stats: Fixed error calculating date when site is configured using manual offsets
- Fixed catalan translation in options-general.php
- xtec-booking: Improved catalan translation
- xtec-booking: Fixed display of events in day view
Changes 21.07.14
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.7.2
- Updated translations
- add-to-any: Upgraded to version 1.7.44
- bbpress: Upgraded to version 2.6.6
- buddypress: Upgraded to version 7.3.0
- buddypress-docs: Upgraded to version 2.1.5
- buddypress-group-email-subscription: Upgraded to version 4.0.0
- code-snippets: Upgraded to version 2.14.1
- disable-gutenberg: Upgraded to version 2.4
- email-subscribers: Upgraded to version 4.7.0
- google-calendar-events to version: Upgraded 3.1.36
- h5p: Upgraded to version 1.15.2
- import-users-from-csv-with-meta: Upgraded to version 1.17.5
- invite-anyone: Upgraded to version 1.4.2
- pods: Upgraded to version 2.7.27
- polylang: Upgraded to version 3.0.3
- email-subscribers: Upgraded to version 4.7.0
- table-of-contents-plus: Upgraded to version 2002
- tabs-responsive: Upgraded to version 2.1.10
- tinymce-advanced: Upgraded to version 5.6.0
- widget-visibility-without-jetpack: Upgraded to version 1.5
- wordpress-importer: Upgraded to version 0.7
- wordpress-social-login: Upgraded to version 3.0.4
- wordpress-telegram: Upgraded to version 3.1.0
- astra theme: Upgraded to version 3.4.2
- astra addon: Upgraded to version 3.4.1
- mu-plugin 'common': Added changes for WordPress 5.7.x
- gif-master: Added plugin
- giphypress: Removed plugin
- Theme reactor-primaria-1: Fixed customization of header font size
- buddypress-like: Removed plugin
Changes 21.03.01
---------------------------------------------------------------------------------------
- Allow xtecadmin change the active theme
- Added theme Astra 3.0.3
- Added plugin Astra Addon 3.0.1
- Fixed codification of email subjects
Changes 21.02.09
---------------------------------------------------------------------------------------
- Fixed codification of email subjects
- email-subscribers: Upgraded to version 4.6.6
- wordpress-social-login: Removed old duplicated translation file
- wp-recaptcha: Fixed missing whitespace between HTML attributes
- Added new dashicons
Changes 20.12.10
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.1.8
- agora-functions: Changed feed_cache_transient lifetime from 12 hours to 1 hour
- Enllacos-educatius: Fixed URL eValisa
Changes 20.10.26
---------------------------------------------------------------------------------------
- WSL: Updated information URLs
Changes 20.09.02
---------------------------------------------------------------------------------------
- xtec-mail: Removed plugin (not used in AWS)
- xtec-ldap-login: Removed plugin (not used in AWS)
- buddypress-activity-plus: Removed plugin
Changes 20.07.27
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.1.6
- email-subscribers: Removed headers that causes e-mail to be blocked in AWS' SES
- agora-functions: Added function to configure e-mail to use SMTP
Changes 20.05.12
---------------------------------------------------------------------------------------
- WSL: Allow login from Moodle in any domain
- wordpress-telegram: Upgraded to version 2.1.15
- add-to-any: Upgraded to version 1.7.40
- email-subscribers: Upgraded to version 4.3.13
- enllacos-educatius: Fixed checkboxes not showing checked after saving changes
- Buddypress: Added href and target as allowed attributes
Changes 20.04.15
---------------------------------------------------------------------------------------
- Added support for new service states: migrated and saturated
Changes 20.02.18
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 5.1.4
- H5P: Upgraded to version 1.15
- Blocked access to file xmlrpc.php
- Enllacos-educatius: Fixed ATRI URL
- mu-plugins: Fixed PHP warnings
- xtec-mail: Fixed apostrophes in e-mail
- BuddyPress: Upgraded to version 5.1.2
- BuddyPress: Fixed change of password in user profile
- GCE: Fixed PHP warnings
- wp-recaptcha: Fixed PHP warnings
- giphypress: Added plugin
- super-emoji-plus: Added plugin
Changes 19.11.14
---------------------------------------------------------------------------------------
- Accessibility improvements in themes
- Email_subscribers: Remove access to email_subscribers' menu if user role is not administrator or editor
- Simple Calendar: Upgraded to version 3.1.22
- xtec-mail: Ensure the email subject starts with the blog name
- xtec-mailer: Fixed compatibility with PHP 7.3
- Code Snippets: Added plugin
- xtec lib: Updated script to replace email subscribers fields
- Grup-classe: Fixed support for new version of email subscribers
Changes 19.09.25
---------------------------------------------------------------------------------------
- WordPress Social Login: Fixed login to WordPress via Moodle
- TOC+: Fixed compatibility with WordPress 5.1
- H5P: Upgraded to version 1.14.1
- Added script to delete duplicated records in email subscribers tables
- Added script to create missing tables in buddypress subscriptions
Changes 19.08.29
---------------------------------------------------------------------------------------
- Removed loading of PWA code to fix cache issues
Changes 19.07.24
---------------------------------------------------------------------------------------
- xtec-booking: Added cron to remove old bookings
- phpinfo: Fixed access restriction to superadmins
- email-subscribers: Hidden technical information to users
- xtec lib: Added action to replace http by https in reactor_options
- Fixed service worker
Changes 19.04.15
---------------------------------------------------------------------------------------
- Upgrade Wordpress to version 5.1.1
- Updates translation binaries for version 5.1.1
- Remove core themes
- Give PWA functionality
- Adjust custom menu for the mobile version
- Add function strip_shortcode_from_excerpt
- Add comment
- Let user admin delete users
- Add Educació logo and rename Ensenyament logo
- Update bbpress
- Update buddypress-doc
- Update buddypress-activity-plus
- Update email-subscribers
- Update import-users-from-csv-with-meta
- Update invite-anyone
- Update polylang
- Update tabs-responsive
- Update tinymce-advanced
- Update wp-recaptcha
- Add dop plugin
- Add disable Gutenberg plugin
Changes 18.11.05
---------------------------------------------------------------------------------------
- Upgrade H5P
- Fix the mail format of Buddypress
- Show url to restart password
- Change type button to image to show images for categories
- Upgrade translation binaries for version 4.9.5
- Non-operating external invitation process
Changes 18.08.13
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.9.5
- Remove bbp_get_forum_doc_permalink_filter funtion because the only accepted protocol is https
- Update core translation binaries for 4.9.5
- Aesthetic improvement in the presentation of the articles #610
- Include "Documents" to the constructor of menus #596
- Send Invitations to one Node #603
- Modifications into widget "Educational Links" #605
- Add Sinapsi to the list of links XTEC (upper bar) #601
- Fixed css styles and url links
- google-analyticator - 6.5.4
- slideshow-jquery-image-gallery - 2.3.0
- tinymce-advanced - 4.7.11
- wordpress-importer - 0.6.4
- wordpress-social-login - 2.3.1
- add-to-any - 1.7.9
- invite-anyone - 1.3.9
- email-subscribers - 3.5.1
- buddypress-docs - 2.0.1
- buddypress-activity-plus - 1.6.4
- import-users-from-csv-with-meta - 1.11.3.4
- buddypress-group-email-subscription - 3.8.2
- buddypress - 3.0.0
- buddypress-like - 0.2.0
- bbpress - 2.5.14
- slideshare - 1.9.2
- polylang - 2.3.6
- wptelegram - 1.8.0
- author-category - 0.8
- Core languages
Changes 18.04.20
---------------------------------------------------------------------------------------
- Update blogger-importer and google-analyticator
- Fixed css styles and url links
- Updated buddypress-group-email-subscription
- Updated slideshow-jquery-image-gallery
- Updated wordpress-social-login
Changes 17.10.27
---------------------------------------------------------------------------------------
- Added H5P plugin
- Added tabs responsive plugin
- Updated translation
Changes 17.06.23
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.7.5
Changes 17.05.23
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.5.9 (Trello #1592)
- mu-common: Hidden options to allow admins to activate pingbacks and trackbacks (Trello #1551)
- mu-common: Customized order posts into homepage and categories (Trello #1579)
- email-subscribers: Upgraded plugin from version 2.9.2 to 3.2.6 (Trello #1444)
- xtec-booking: Added button to calendar view to select and deselect a batch of resources (Trello #1537)
- bp-like: Fixed removal of activity when you like and then unlike your own activity post
- xtec-booking: Increased maximum number of events displayed in calendar view (Trello #1583)
- table-of-contents-plus: Added plugin (Trello #1370)
- agora-functions: Added feature to replace bp-moderation (Trello #1580)
Changes 17.04.24
---------------------------------------------------------------------------------------
- Polylang: Added plugin (Trello #1198)
- bp-moderation: Removed links in BuddyPress index page
Changes 17.03.28
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.5.7 (Trello #1543)
- xtec lib: Remove the visits of the robots older than two months (Trello #1296)
- import-users-from-csv-with-meta: Upgraded plugin from version 1.8.7.2 to 1.10.2 (Trello #1260)
- Added WordPress translation to Basque, Galician, French and Occitan (Trello #1534)
- xtec-booking: Added support for translations to javascript calendar (Trello #1534)
- Themes: In themes list (wp-admin/themes.php), show only the theme already in use in that site (Trello #1538)
- GCE: Fixed hover effect and customized calendar list view (Trello #1547)
- GCE: Fixed access to protected with password and private calendars (Trello #1548)
- GCE: Added loading of JQuery library, required by some themes in XTECBlocs (Trello #1034)
Changes 17.02.13
---------------------------------------------------------------------------------------
- xtec-booking: Fixed color of the right border on mouse over with some colors (Trello #1495)
- mu-common: Fixed access to Comments and Tools for Contributors (Trello #1354)
- mu-common: Expired in session instead of default 10 days the cookie for posts protected with password (Trello #1461)
- Theme reactor: Fixed PHP warning with header icons (Trello #1472 i #1470)
- Theme reactor: Improved catalan translation (Trello #1504)
- Theme reactor-projectes: First version, based on reactor-serveis-educatius (Trello #1512)
- carrusel: Translate roles in configuration tab (Trello #1504)
- carrusel: Fixed catalan translation not being loaded in some cases (Trello #1504)
- google-calendar-events: Improved catalan translation (Trello #1504)
- add-to-any: Upgraded plugin from version 1.7.1 to 1.7.7 (Trello #1487)
- add-to-any: Fixed strings that could not be translated in widgets administration (Trello #1504)
- WordPress translation: Fixed plural translation of Administrator (Trello #1504)
- bp-moderation: Removed plugin due to its incompatibility with the current version of WordPress and BuddyPress (Trello #1486)
- intranet-importer: Removed plugin because it is no longer necessary (Trello #1255)
- buddypress-like: Updated catalan translation (Although the affected string are in database) (Trello #1452)
- google-analyticator: Fixed warning message shown in debug mode (Trello #1372)
Changes 17.01.20
---------------------------------------------------------------------------------------
- xtec-booking: Fixed error that blocked edition of post date
- reactor: Fixed PHP warning
Changes 17.01.16
---------------------------------------------------------------------------------------
- widget-visibility-without-jetpack: Converted into a submodule and grouped commits (Trello #1300)
- widget-visibility-without-jetpack: Fixed styles to avoid overlap of menu and Add and Delete options (Trello #1300)
- add-to-any: Upgraded plugin from version 1.7 to 1.7.1 (Trello #1441)
- add-to-any: Added support for featured image (imatge resum) when sharing to facebook (Trello #1283)
- xtec-booking: Improved colors for spaces and fixed max size of images (Trello #1420)
- xtec-booking: Role teacher can no longer edit posts edited by admins or editors, but can still edit bookings (Trello #1421)
- xtec-booking: Fixed some PHP warnings (Trello #1470)
- xtec-ldap-login: Don't send e-mail when user password is updated
- agora-functions: Moved Automatic creation of featured image (Imatge resum) from mu-common to agora-functions (Trello #1284)
- agora-functions: Don't allow change of bbpress role of xtecadmin. Forced to be keymaster (Trello #1422)
- agora-functions and mu-common: Hidden menu metaboxes for buddypress-docs and gce in Appearance | Menus (Trello #1435)
- mu-common: Allow external requests to gencat.cat from RSS
- google-analyticator: Upgraded plugin from 6.4.9.7 to 6.5.0.0 (Trello #1372)
- google-calendar-events: Upgraded plugin from 3.1.2 to 3.1.9 (Trello #1447 #1488)
- google-calendar-events: In calendar widget, show event information on mouse over (Trello #1462)
- google-calendar-events: Show parameter _default_calendar_expand_multi_day_events for all users (Trello #1352)
- Fixed some debug warnings
- buddypress: Upgraded plugin from 2.5.3 to 2.7.2 (Trello #1446)
- buddypress: Fixed PHP warnings and notices (Trello #1472)
- buddypress-like: Upgraded plugin from 0.2 to 0.3 and converted into a submodule (Trello #1452)
- buddypress-docs: Upgraded plugin from 1.9.0 to 1.9.2 (Trello #1442)
- buddypress-docs: Contributors and Subscribers cannot create documents (Trello #1434)
- reactor: Deleted duplicated favicon (Trello #1419)
- reactor: Allow e-mail in header icons. Changed behaviour when a link is clicked (opening in new window or in current window) (Trello #1437)
- reactor: Changed appearance of widget of Google Calendar Events (Trello #1397)
- reactor-primaria-1 and reactor-serveis-educatius: Added field email to Fitxa del Centre and modified behaviour of links for contact and map (Trello #1459)
- reactor-primaria-1 and reactor-serveis-educatius: Added id attribute to site logo (Trello #1477)
- bbpress: Converted into a submodule (Trello #1454)
- bbpress: Upgraded from version 2.5.8 to 2.5.11 (Trello #1454)
- tinymce-advanced: Upgraded from version 4.2.8 to 4.3.10.1 (Trello #1445)
- slideshare: Converted into a submodule (Trello #1453)
- slideshare: Upgraded from version 1.9.1 to 1.9.2 (Trello #1453)
- invite-anyone: Upgraded from version 1.3.9 to 1.3.12 (Trello #1443)
- xtec-stats: Fixed error in widget when saving data. Moved option to save admin visits to admin pages (Trello #1289)
- wp-recaptcha: Fixed some debug warnings
Changes 16.10.24
---------------------------------------------------------------------------------------
- GCE: Prevent grouped calendars to belong to categories used to create that calendars (Trello #1371)
- GCE: Fixed grouped calendars not showing in dropdown menu in customizer (Trello #1384)
- Dashboard: Reviewed access to menu options in dashboard for roles xtec_teacher and contributor (Trello #1354)
- wordpress-importer: Upgraded plugin from 0.6.1 to 0.6.3
- agora-functions: Translated text to english and added translation to .po file (Trello #1394)
- mu-common: Allow more attributes in embed tag in visual editor (Trello #1297)
- mu-common: Fixed default comment status. Restored default action about comment status parameter (Trello #1365)
- mu-common: Added Automatic creation of featured image (Imatge resum) (Trello #1284)
- xtec-stats: Fixed Javascript error in Safari in statistics page (Trello #1361)
- xtec-booking: Fixed size image in modal window with the booking details (Trello #1399)
- xtec-booking: Fixed styles in day view (Trello #1399)
- buddypress-docs: Tag searches use 'and' as a default condition. Changed text link accordingly (Trello #1368)
- add-to-any: Upgraded plugin from 1.6.17 to 1.7 (Trello #1283)
- buddypress: Corrected translation in register page (Trello #1382)
- buddypress: Removed submenu Appearance | Emails (Trello #1301)
- Role of xtecadmin cannot be changed (Trello #1390)
Changes 16.09.19
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.5.4 (Trello #1345)
- GCE: Updated from 2.2.5 (Legacy Google Calendar Events 2.4) to 3.1.2 (Simple Calendar - Google Calendar Plugin) (Trello #1034)
- GCE: Included fix for grouped calendars (Trello #1371)
- grup-classe: Removed option to select format of the calendar due to the changes in GCE v3.x (Trello #1034)
- New users: Fixed URL to change password, which was not being shown in email sent to new users
- blogger-importer: Fixed import of images (Trello #1340)
- xtec-booking: Added plugin for bookings of spaces or equipment (Trello #1166)
- xtec-booking: Included fix for bookings without start and finish hours (Trello #1373)
- Added role Professor (Trello #1166)
- Role Professor: Removed links to comments and tools (Trello #1354)
- Tools: Added custom tool boxes for timetables and events management. Removed bp and categories boxes (Trello #1342)
- buddypress-docs: Fixed upload of image using editor's menu option when creating a new document (Trello #1229)
Changes 16.09.07
---------------------------------------------------------------------------------------
- buddypress-docs: Fixed bug when uploading files when editing them if protocol it is not HTTPS (Trello #1205)
Changes 16.08.22
---------------------------------------------------------------------------------------
- intranet-importer: Fixed import of images with capital letters in extensions
- intranet-importer: Added import of images uploaded using IWforms
- add-to-any: Show the same options to admins in Nodes and in XTECBlocs (Trello #1031)
- xtec: Added es_c_unsubtext field to fix site name in Email subscribers (Trello #1315)
Changes 16.07.20
---------------------------------------------------------------------------------------
- Fixed removal of users by admins (Trello #1298)
Changes 16.07.04
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.5.3 (Trello #1272)
- Reviewed embed support in kses to let contributors add Picasa web albums (Trello #1182)
- BuddyPress Group Email Subscription: Converted to submodule and updated to 3.6.1 (Trello #1042)
- buddypress-docs: Suggest labels when adding new documents (Trello #1228)
- BuddyPress: Converted to submodule and upgraded to version 2.5.3 (Trello #1057)
- BuddyPress: Added option to disable direct post into general wall (Trello #1264)
- enllacos-educatius: Replaced Ministry of Education link
- add-to-any: Upgraded module to version 1.6.17. Added more options for xtecadmin (Trello #1031)
- wordpress-php-info: Upgraded from version 14.12 to version 15
- widget-visibility-without-jetpack: Added option to show content only in selected groups of buddypress (Trello #1262)
- Translated menu option "Add Media" to catalan (Trello #1254)
- mu-common: Deactivate pingback to avoid attacks to other sites (Trello #1275)
- mu-common: Removed fix for post thumbnails broken due to upgrading to WP 4.4. No longer necessary in WP 4.5
- mu-common: Check script label to only allow Gallery.io scripts to contributor users rol (Trello #1182)
- mu-common: Allow shortcodes into taxonomy description, like categories or tags (Trello #1263)
- XTEC lib: Added a new operation in the portal to fix the Email Subscribers configuration (Trello #1266)
- raw-html: Removed plugin (Trello #568)
- xtec-stats: Let administrators view log information: admin only "deleted" entries; xtecadmin all entries (Trello #627)
- intranet-importer: Fixed import of files in directories that contain blank spaces in its name
- intranet-importer: Import names and surnames of the users
Changes 16.05.03
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.4.3 (Trello #1176)
- Reactor: Fixed bug with right column size if only right column is enabled (Trello #1185)
- Reactor: Fixed bug with icon in last card (Trello #1187)
- Reactor: Fixed bug getting multiple categories posts from URL (Trello #1142)
- Reactor: Minor improvements in CSS
- Reactor: Added three color palettes (GitHub #275)
- Reactor: Fixed line-height in default WordPress formats, used by imported posts (GitHub #412)
- Reactor: Added description link (Trello #1218)
- reactor-serveis-educatius: Options of depth 0 in menu don't break in two lines if they're long
- Disabled asynchronous default cron because there's an hourly system cron (Trello #1112)
- Added embed, iframe and script support in kses (Trello #1182)
- Hidden options in Settings menu (Trello #1219)
- Fixed bug with searching members or groups box (Trello #1216)
- xtec-ldap-login: Any existing user whose e-mail is XTEC, will always log in through LDAP if it is activated (Trello #1105)
- agora-functions: Avoid delete page_on_front because front page is not shown if it doesn't exist (Trello #1178)
- agora-functions: Replace template if front-page page is not using correct one (Trello #1178)
- xtec-mailer: Displayed reply-to parameter for admins to allow them to change it (Trello #1206)
- xtec-mailer: Taken Reply-to from headers if specified (Trello #1206)
- xtec-mailer: Compress log files to zip
- enllacos-educatius: Changed xtec.cat to xtec.gencat.cat (Trello #1207)
- enllacos-educatius: Added links to Google Classroom and to Serveis Educatius (GitHub #241)
- buddypress-activity-plus: Upgraded from version 1.6.2 to 1.6.4 (Trello #1039)
- buddypress + invite-anyone: Reviewed catalan translation (Trello #1209)
- WSL: Upgraded to version 2.3.0 (Trello #1035)
- Grup-Classe: Added Email subscribers integration to Grup-Classe widget (GitHub #193)
- Email Subscribers: Improved widget design (GitHub #193)
- intraweb-importer: Copy and update creation date of content. Import again deleted content (Trello #1236)
- import-users-from-csv-with-meta: Upgraded to version 1.8.7.2 (Trello #1043)
- widget-visibility-without-jetpack: Fixed button "Visibility" not showing in Customizer under WP 4.4 (Trello #1176)
- add-to-any: Upgraded plugin to version 1.6.16
- buddypress-docs: Upgraded plugin to version 1.9.0
- google-analyticator: Upgraded plugin to version 6.4.9.7
- raw-html: Upgraded plugin to version 1.4.16
- Carrusel: Added textarea for album extension content
- tinymce-advanced: Upgraded plugin to version 4.2.8 (Trello #985)
Changes 16.03.30
---------------------------------------------------------------------------------------
- Reactor: Fixed bug with right column size (Trello #1185)
- Reactor: Fixed bug with menu icons with 2-lines text (Trello #1184)
- Reactor: Fixed bug when resizing cards (Trello #1187)
- XTEC lib: Added support for extension Email Subscriber in service activation and in URL replace (Trello #1174)
- Theme reactor-serveis-educatius: Fixed menu options set to _blank not opening in new window (Trello #1175)
- Email Subscribers: Changed default group from Public to Portada (Trello #833)
Changes 16.03.14
---------------------------------------------------------------------------------------
- Reactor: Moved hard coded language strings to po file (Trello #963)
- Reactor: Moved equalization of cards to a file previously loaded to increase speed (Trello #963)
- Reactor: Merged files from primaria and serveis-education to the parent theme (Trello #963)
- mu-common: Improved add category image option to let remove it (Trello #1150)
- xtec-ldap-login: Ensure the user metadata is set, as it is required to create blogs in XTECBlocs (Trello #1105)
- bp-moderation: Fixed bug with incorrect viewing link from inappropriate admin comments page (Trello #1160)
- Themes: Revert changes made to avoid 3 columns (Trello #1173)
- Themes: Merged css files (Trello #1173)
- Themes: Deleted unused functions and fonts (Trello #1173)
- Intraweb Importer: Optimize intranet importer loading (Trello #1173)
- Themes: Merge side-menu template (Trello #1173)
- Themes: Create a grid to display a header properly (Trello #1173)
- GCE: Fixed warning for non-superadmin users
Changes 16.02.22
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.2.7
- Common: Moved edit cat description with HTML editor to common and added also tags (Trello #1129)
- Google Analyticator: Added missing </div> that breaks view in mobile devices (Trello #1134)
- Carrusel: Fixed bug with new Google+ albums (were not working) (Trello #1055)
- Added again some Reading options for XTECBlocs administrators which are hidden in Nodes (Trello #1028)
- mu-common: Added filter to remove content of attribute onerror in images (Trello #1050)
- mu-common: Moved and improved code to remove the field "description" in category edition and in bp-docs tags (Trello #1129)
- BuddyPress Docs: Upgraded to version 1.8.8 and converted to submodule (Trello #1041)
- xtec-ldap-login: Completed support for single site. General improvements (Trello #1105)
- mu-common and reactor: Get multiple categories and filter posts from URL (Trello #1142)
- Grup-classe: changed param to call GCE widget in list view
- bbpress: Fixed upload of images in bbpress using fancy upload when user is not admin nor mod (Trello #1143)
- wp_stats: Added additional stats information when deleting some comments (Trello #627)
- bbpress: Fixed editing time of the posts and comments (Trello #1143)
Changes 16.02.01
---------------------------------------------------------------------------------------
- Added custom image for categories in page header (Trello #1054)
- Themes reactor-primaria-1 and reactor-serveis-educatius: Minor format improvements in code
- Themes: Moved common code to parent theme and done minor improvements (Trello #1094)
- Intraweb Importer: Improved information text for users (Trello #1068)
- Intraweb Importer: Improved import of 'Content' module (Trello #1051)
- Carrusel: Allow loading picasa albums from URL (Trello #1056)
- Carrusel: Fixed bug with new Google+ albums (were not working) (Trello #1055)
- Blogger Importer: Reworked code in repository. Version 0.9 not changed (Trello #936)
- Wordpress Importer: Removed XTEC change that was only used in multisite configuration (XTECBlocs) (Trello #936)
- Mailer lib: Added latest changes
- xtec-mailer: Moved idApp from database to code (Trello #894)
- Google Analyticator: Upgraded to version 6.4.9.6 (Trello #994)
- Email Subscribers: Added version 2.9.2 with first version of XTEC changes (Trello #833)
- xtec-stats: Added register in wp_options to keep the number of visits and get the information from there (Trello #1098)
- xtec-stats: Added option to allow not to count the visits of the administrators (Trello #1098)
- BuddyPress: Updated from version 2.3.2.1 to version 2.4.3 (Trello #1040)
- Invite anyone: Changed activation URL to avoid problems if users_can_register is disabled (Trello #1114)
- GCE: Added default gce_feed_[start/end] default values for admin (Trello #1071)
- xtec-ldap-login: Added first version of the plugin (Trello #1105)
- Enllaços educatius: Replaced aplitic.xtec.cat references for ePergam
Changes 15.12.14
---------------------------------------------------------------------------------------
- XTEC lib: Changed replace_url to support only a single URL (Trello #1027)
- Theme reactor-serveis-educatius: Improved menu and added search option in responsive version (Trello #981)
- Theme reactor: Fixed position of the legends of the images in custom galleries inserted in articles (Trello #1011)
- Theme reactor-primaria-1: Fixed side menu in pages when there are subpages. (Trello #1010)
- BuddyPress: Updated catalan translation (Trello #987)
- XTEC lib Fixed parsing apostrophes when activating a service and add support for table wp_term_taxonomy (Trello #1075)
- Invite Anyone: Upgraded extension to version 1.3.9 (Trello #987)
- Carrusel: Upgraded extension to version 2.3.1 (Trello #986)
Changes 15.11.16
---------------------------------------------------------------------------------------
- Moved activation script of Nodes to WordPress (Trello #996)
- Added support to activation script to serialized data in wp_postmeta (Trello #937)
- Blogger Importer: Upgraded to version 0.9 (Trello #936)
- wordpress-mu-common: Synced code with XTECBlocs. Changes have no effects to Nodes
- Stats widget: Added margin-bottom (Trello #1009)
- Theme reactor-primaria-1: Added new Color Palette "Purple and Green" (GitHub #307)
- Theme reactor-primaria-1: Improvements to CSS styles and moved content from common_css to code (GitHub #303)
- wp-recaptcha: Added default configuration for Nodes when activating plugin (Trello #926)
- Added ability to decide if a client is "Servei Educatiu" (Trello #981)
- Added theme reactor-serveis-educatius (Trello #981)
- Check if the path is absolute or relative to mount the header link (Trello #1008)
- Fixed admin users not being able to delete users (Trello #991)
- Blocked access to install.php (Trello #521)
- Blocked access to bbpress administration to all users but xtecadmin (Trello #980)
Changes 15.10.09
---------------------------------------------------------------------------------------
- Updated catalan translation for WordPress 4.2.2 (Trello #793)
- Avoid deletion of main pages (Trello #909)
- Modified code to check if is xtecadmin or superadmin (Trello #902)
- Prevent the creation of restricted pages (Trello #871)
- Hidden text icon in the mobile version (GitHub #229)
- Grup-Classe: Second HTML box independent of first box (GitHub #228)
- Social Media: Fixed automatic links (GitHub #108)
- Enllaços educatius: Updated URL of edu3 (GitHub #225)
- Changed login form layout (GitHub #79)
- WSL: Hidden some tabs for all users but xtecadmin (GitHub #200)
- WSL: Added access control using black and white lists (GitHub #62)
- BuddyPress-Group-Email-Subscription: Updated module to version 3.5.1 and revised catalan translation (Trello #793)
- BudyyPress-Like: Updated module to version 0.2.0 and improved catalan translation (Trello #793)
- bbPress: Updated module to version 2.5.8 (Trello #793)
- bbPress: Fixed media upload using Fancy Editor (GitHub #130)
- Theme reactor-primaria-1: Added fields for custom CSS (GitHub #268)
- Set default selected image size to large on page and article creation
- BuddyPress Activity Plus: Updated module to version 1.6.2 (Trello #793)
- Raw HTML: Upgraded to version 1.4.15 (Trello #793)
- BuddyPress: Updated module to version 2.3.2.1 (Trello #965)
- AddToAny: Installed version 1.6.6 (Trello #918)
- Added and improved translations (Trello #963)
- Add specific variable for frontpage blog name in order to allow especial chars, like \n (Trello #972)
- Wordpress-Importer: Added spanish translation
- Added recaptcha plugin
Changes 15.08.10
---------------------------------------------------------------------------------------
- Added new function to manage superadmin and xtecadmin
- Updated Mailer WSDL's
Changes 15.07.20
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.2.2 (Trello #793)
- Added submodule of Multisite common functions
- Added message to warn user about quota exceeded in BuddyPress Activity+
- Improved some styles (GCE, buttons, table and image margin with text and code styling) (GitHub #208)
- GCE: Changed default cache duration to 300 seconds (Trello #875)
- GCE: Fixed visualitzation of calendar in list mode (GitHub #219)
- Convert Socialmedia to a plugin (GitHub #64 - Partial fix)
- Convert Enllaços educatius to a plugin (GitHub #213)
- Removed link to Social Articles in BuddyPress admin page
- Updated mailer library
- Added some information to replace URL script, for PORTAL
- Fixed catalan spelling in Appearance | Customize | Colors (GitHub #206)
- XTEC Stats: Added first version which includes just a widget to count visits (Trello #821)
- BP-Docs: Hidden "Associated elements" in document edition (Trello #883)
- Reactor-primaria-1: Deleted unused files for theme colours (GitHub #214)
- Updated mailer library
- Added two colour palettes to theme (GitHub #216)
- Improved visualitzation of Visibility block in Appearance | Customize (GitHub #204)
- Intraweb Importer: Added plugin import data from Intraweb (Trello #732)
- Fixed removal of statistics older than one year (Trello #820)
- Fixed language string in attachment view in Media Library (Trello #898)
Changes 15.06.18
---------------------------------------------------------------------------------------
- Forbidden access to admin-tools and edit-comments for Collaborator user roles (Trello #790)
- Don't allow admins to modify WordPress URL on wp-admin/options-general.php (Trello #797)
- Role names translated in import-users-with-csv (Trello #625)
- Widget Grup-classe: Add navigation buttons to calendar (GitHub #182)
- Widget Grup-classe: Internationalization (GitHub #88)
- Upgraded GCE to version 2.2.5 (Trello #800)
- Added disk quota control (Trello #733)
- Removed plugin Social Articles (Trello #693)
- Improvements in bpdocs styles (Pull request #195)
Changes 15.05.19
---------------------------------------------------------------------------------------
- Upgraded WordPress to version 4.0.5
- CSV: Included first version of the import-users-from-csv-with-meta plugin. #95
- If user is not logged in, redirects at login screen on BuddyPress tabs
- Solved categories error on breadcrumbs #2
- Disabled gravatar requests. #122
- PhpInfo for xtecadmins.
- Avoid upload large images (>2MB).
- Hide full size option post insertion (maximum size width 1024)
- Slideshow: Added proportional mode
- Added proxy support
- Giny Enllaços educatius: added 'ePergam', 'La meva XTEC' and bug fix #111
- Added constant SCHOOL_CODE
- Added shortcode to embed rss into post and page
- Added author link in metadata author post
- Added 'myposts' functions to replace Social Articles
- Added script to massive upgrade of WordPress (script_upgrade.class.php)
- Added Docs page to visibility widget params.
- Empty categories showed also in visibility widget. #103
- Hidden some categories for contributor role (Tools, Google Calendar and Comments). #115
- Reviewed comments translation. #118
- Fixed bug to let users edit its forum messages during specific time interval. #120
Changes 15.03.20
---------------------------------------------------------------------------------------
- Set user priority on the boxes
- Hidden unnecessary boxes
- Added external links for Google Fonts
- Sets the order and the position for the boxes
- GCE: Added default values for hidden parameters and remove some metaboxes to simplify user experience
- GCE: Fixed warning message in list of calendars
- MU-PLUGIN: Created common-functions.php pluggin to include common functions which are not related only with the theme
- Fix: Show left sidebar on mobile version
- Improved header image adjustament
- Improved visualization for high screen sizes
- Add upload images capability to contributor & Restricting contributors to view only media library items they upload
- Enllaços educatius: Added two new icons ("intraweb" and "Portal de centre")
- BPDOCS: Fixed bug when uploading files
- THEME: Show comments in pages when they are enabled
- MU-PLUGIN: Reviewed default position, hiddent and collapsed meta-boxes for pages and posts
- THEME: Added some missing strings to Catalan translation like comments and edit (still is not complete)