Enhanced Media Library - Version 2.8.2

Version Description

Download this release

Release Info

Developer webbistro
Plugin Icon 128x128 Enhanced Media Library
Version 2.8.2
Comparing to
See all releases

Code changes from version 2.8.1 to 2.8.2

core/mime-types.php CHANGED
@@ -178,7 +178,7 @@ add_filter( 'wp_check_filetype_and_ext', 'wpuxss_eml_check_filetype_and_ext', 10
178
 
179
  if ( ! function_exists( 'wpuxss_eml_check_filetype_and_ext' ) ) {
180
 
181
- function wpuxss_eml_check_filetype_and_ext( $types, $file, $filename, $mimes, $real_mime ) {
182
 
183
  $wpuxss_eml_mimes = get_option('wpuxss_eml_mimes');
184
 
178
 
179
  if ( ! function_exists( 'wpuxss_eml_check_filetype_and_ext' ) ) {
180
 
181
+ function wpuxss_eml_check_filetype_and_ext( $types, $file, $filename, $mimes, $real_mime = false ) {
182
 
183
  $wpuxss_eml_mimes = get_option('wpuxss_eml_mimes');
184
 
core/options-pages.php CHANGED
@@ -2559,15 +2559,18 @@ if ( ! function_exists( 'wpuxss_eml_settings_link' ) ) {
2559
 
2560
  $settings_page = is_network_admin() ? 'settings.php' : 'options-general.php';
2561
 
2562
- $settings_link = is_network_admin() ? array() : array(
2563
- 'settings' => '<a href="' . self_admin_url($settings_page.'?page=media') . '">' . __( 'Media Settings', 'enhanced-media-library' ) . '</a>'
2564
- );
2565
 
2566
- $utility_link = array(
2567
- 'utility' => '<a href="' . self_admin_url($settings_page.'?page=eml-settings') . '">' . __( 'Utilities', 'enhanced-media-library' ) . '</a>'
2568
- );
2569
 
2570
- return array_merge( $settings_link, $utility_link, $links );
 
 
 
 
 
2571
  }
2572
  }
2573
 
@@ -2589,12 +2592,7 @@ if ( ! function_exists( 'wpuxss_eml_plugin_row_meta' ) ) {
2589
  return $links;
2590
  }
2591
 
2592
- if ( ! EML_PRO ) {
2593
-
2594
- $links[] = '<a href="https://wpuxsolutions.com/plugins/enhanced-media-library-pro" target="_blank"><strong>' . __( 'Go PRO ', 'enhanced-media-library' ) . '</strong></a>';
2595
- }
2596
-
2597
- $links[] = __( 'Rate us:', 'enhanced-media-library' ) . " <span class='rating-stars'><a href='//wordpress.org/support/plugin/enhanced-media-library/reviews/?rate=1#new-post' target='_blank' data-rating='1' title='" . __('Poor', 'enhanced-media-library') . "'><span class='dashicons dashicons-star-filled' style='color:#ffb900 !important;'></span></a><a href='//wordpress.org/support/plugin/enhanced-media-library/reviews/?rate=2#new-post' target='_blank' data-rating='2' title='" . __('Works', 'enhanced-media-library') . "'><span class='dashicons dashicons-star-filled' style='color:#ffb900 !important;'></span></a><a href='//wordpress.org/support/plugin/enhanced-media-library/reviews/?rate=3#new-post' target='_blank' data-rating='3' title='" . __('Good', 'enhanced-media-library') . "'><span class='dashicons dashicons-star-filled' style='color:#ffb900 !important;'></span></a><a href='//wordpress.org/support/plugin/enhanced-media-library/reviews/?rate=4#new-post' target='_blank' data-rating='4' title='" . __('Great', 'enhanced-media-library') . "'><span class='dashicons dashicons-star-filled' style='color:#ffb900 !important;'></span></a><a href='//wordpress.org/support/plugin/enhanced-media-library/reviews/?rate=5#new-post' target='_blank' data-rating='5' title='" . __('Fantastic!', 'enhanced-media-library') . "'><span class='dashicons dashicons-star-filled' style='color:#ffb900 !important;'></span></a><span>";
2598
 
2599
  return $links;
2600
  }
2559
 
2560
  $settings_page = is_network_admin() ? 'settings.php' : 'options-general.php';
2561
 
2562
+ if ( ! is_network_admin() ) {
2563
+ $custom_links['settings'] = '<a href="' . self_admin_url($settings_page.'?page=media') . '">' . __( 'Media Settings', 'enhanced-media-library' ) . '</a>';
2564
+ }
2565
 
2566
+ $custom_links['utility'] = '<a href="' . self_admin_url($settings_page.'?page=eml-settings') . '">' . __( 'Utilities', 'enhanced-media-library' ) . '</a>';
 
 
2567
 
2568
+ if ( ! EML_PRO ) {
2569
+
2570
+ $custom_links['go_pro'] = '<a href="https://wpuxsolutions.com/plugins/enhanced-media-library-pro" class="eml-pro" target="_blank">' . __( 'Go PRO', 'enhanced-media-library' ) . '</a>';
2571
+ }
2572
+
2573
+ return array_merge( $custom_links, $links );
2574
  }
2575
  }
2576
 
2592
  return $links;
2593
  }
2594
 
2595
+ $links[] = '<a href="https://wordpress.org/support/plugin/enhanced-media-library/reviews/" target="_blank">' . __( 'Rate plugin', 'enhanced-media-library' ) . '</a>';
 
 
 
 
 
2596
 
2597
  return $links;
2598
  }
css/eml-admin-rtl.css CHANGED
@@ -7,17 +7,13 @@
7
 
8
 
9
 
10
- /* == Rating Star Styles == */
11
 
12
- .rating-stars a .dashicons {
13
- font-size: 16px;
14
- width: 16px;
15
- height: 16px;
16
- vertical-align: text-bottom;
17
  }
18
 
19
 
20
-
21
  /* == Buttons Styles == */
22
 
23
  .wpuxss-eml-button-remove {
7
 
8
 
9
 
10
+ /* == Go PRO Styles == */
11
 
12
+ a.eml-pro {
13
+ font-weight: 700;
 
 
 
14
  }
15
 
16
 
 
17
  /* == Buttons Styles == */
18
 
19
  .wpuxss-eml-button-remove {
css/eml-admin.css CHANGED
@@ -7,17 +7,13 @@
7
 
8
 
9
 
10
- /* == Rating Star Styles == */
11
 
12
- .rating-stars a .dashicons {
13
- font-size: 16px;
14
- width: 16px;
15
- height: 16px;
16
- vertical-align: text-bottom;
17
  }
18
 
19
 
20
-
21
  /* == Buttons Styles == */
22
 
23
  .wpuxss-eml-button-remove {
7
 
8
 
9
 
10
+ /* == Go PRO Styles == */
11
 
12
+ a.eml-pro {
13
+ font-weight: 700;
 
 
 
14
  }
15
 
16
 
 
17
  /* == Buttons Styles == */
18
 
19
  .wpuxss-eml-button-remove {
enhanced-media-library.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
  Plugin Name: Enhanced Media Library
4
- Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.8.1
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
@@ -26,7 +26,7 @@ global $wp_version,
26
 
27
 
28
 
29
- if ( ! defined('EML_VERSION') ) define( 'EML_VERSION', '2.8.1' );
30
  if ( ! defined('EML_PRO') ) define( 'EML_PRO', false );
31
 
32
 
1
  <?php
2
  /*
3
  Plugin Name: Enhanced Media Library
4
+ Plugin URI: https://wpUXsolutions.com/plugins/enhanced-media-library
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
+ Version: 2.8.2
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
26
 
27
 
28
 
29
+ if ( ! defined('EML_VERSION') ) define( 'EML_VERSION', '2.8.2' );
30
  if ( ! defined('EML_PRO') ) define( 'EML_PRO', false );
31
 
32
 
languages/enhanced-media-library.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
- "POT-Creation-Date: 2020-10-29 15:29+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.4.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: enhanced-media-library.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -93,7 +93,6 @@ msgstr ""
93
  msgid "EML Utilities"
94
  msgstr ""
95
 
96
- #. Plugin Name of the plugin/theme
97
  #: core/options-pages.php:194 core/options-pages.php:195
98
  msgid "Enhanced Media Library"
99
  msgstr ""
@@ -189,7 +188,7 @@ msgstr ""
189
  msgid "Edit"
190
  msgstr ""
191
 
192
- #: core/options-pages.php:561
193
  msgid "Close"
194
  msgstr ""
195
 
@@ -225,7 +224,7 @@ msgstr ""
225
  #: core/options-pages.php:568 core/options-pages.php:862
226
  #: core/options-pages.php:1084 core/options-pages.php:2050
227
  #: core/options-pages.php:2113 core/taxonomies.php:381
228
- #: enhanced-media-library.php:563
229
  msgid "All"
230
  msgstr ""
231
 
@@ -321,6 +320,7 @@ msgstr ""
321
 
322
  #: core/options-pages.php:596 core/options-pages.php:601
323
  #: core/options-pages.php:645 core/options-pages.php:690
 
324
  msgid "Cancel"
325
  msgstr ""
326
 
@@ -578,7 +578,8 @@ msgstr ""
578
  #: core/options-pages.php:1900 core/options-pages.php:1944
579
  #: core/options-pages.php:2152 core/options-pages.php:2240
580
  #: core/options-pages.php:2278 core/options-pages.php:2310
581
- #: core/options-pages.php:2479 enhanced-media-library.php:572
 
582
  msgid "Save Changes"
583
  msgstr ""
584
 
@@ -713,7 +714,8 @@ msgid ""
713
  "WordPress looks into filenames, titles, captions, and descriptions."
714
  msgstr ""
715
 
716
- #: core/options-pages.php:1819
 
717
  msgid "Order"
718
  msgstr ""
719
 
@@ -721,15 +723,18 @@ msgstr ""
721
  msgid "Order media items by"
722
  msgstr ""
723
 
724
- #: core/options-pages.php:1831
 
725
  msgid "Date"
726
  msgstr ""
727
 
728
  #: core/options-pages.php:1832 core/options-pages.php:1892
 
729
  msgid "Title"
730
  msgstr ""
731
 
732
- #: core/options-pages.php:1833
 
733
  msgid "Custom Order"
734
  msgstr ""
735
 
@@ -746,11 +751,13 @@ msgstr ""
746
  msgid "Sort order"
747
  msgstr ""
748
 
749
- #: core/options-pages.php:1844
 
750
  msgid "Ascending"
751
  msgstr ""
752
 
753
- #: core/options-pages.php:1845
 
754
  msgid "Descending"
755
  msgstr ""
756
 
@@ -969,7 +976,8 @@ msgid ""
969
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
970
  msgstr ""
971
 
972
- #: core/options-pages.php:2291
 
973
  msgid "Bulk Edit"
974
  msgstr ""
975
 
@@ -1075,36 +1083,16 @@ msgstr ""
1075
  msgid "Other plugins you may find useful"
1076
  msgstr ""
1077
 
1078
- #: core/options-pages.php:2567
1079
  msgid "Utilities"
1080
  msgstr ""
1081
 
1082
- #: core/options-pages.php:2594
1083
- msgid "Go PRO "
1084
- msgstr ""
1085
-
1086
- #: core/options-pages.php:2597
1087
- msgid "Rate us:"
1088
- msgstr ""
1089
-
1090
- #: core/options-pages.php:2597
1091
- msgid "Poor"
1092
- msgstr ""
1093
-
1094
- #: core/options-pages.php:2597
1095
- msgid "Works"
1096
- msgstr ""
1097
-
1098
- #: core/options-pages.php:2597
1099
- msgid "Good"
1100
- msgstr ""
1101
-
1102
- #: core/options-pages.php:2597
1103
- msgid "Great"
1104
  msgstr ""
1105
 
1106
- #: core/options-pages.php:2597
1107
- msgid "Fantastic!"
1108
  msgstr ""
1109
 
1110
  #: core/taxonomies.php:101
@@ -1124,11 +1112,11 @@ msgid "All Authors"
1124
  msgstr ""
1125
 
1126
  #: core/taxonomies.php:374 core/taxonomies.php:380
1127
- #: enhanced-media-library.php:562
1128
  msgid "Filter by"
1129
  msgstr ""
1130
 
1131
- #: core/taxonomies.php:382 enhanced-media-library.php:564
1132
  msgid "Not in"
1133
  msgstr ""
1134
 
@@ -1136,101 +1124,317 @@ msgstr ""
1136
  msgid "Add some"
1137
  msgstr ""
1138
 
1139
- #: enhanced-media-library.php:360 enhanced-media-library.php:561
1140
  msgid "All Uncategorized"
1141
  msgstr ""
1142
 
1143
- #: enhanced-media-library.php:361 enhanced-media-library.php:565
1144
  msgid "Reset All Filters"
1145
  msgstr ""
1146
 
1147
- #: enhanced-media-library.php:392
1148
  msgid "More Details"
1149
  msgstr ""
1150
 
1151
- #: enhanced-media-library.php:393
1152
  msgid "Less Details"
1153
  msgstr ""
1154
 
1155
- #: enhanced-media-library.php:566
1156
  msgid "author"
1157
  msgstr ""
1158
 
1159
- #: enhanced-media-library.php:567
1160
  msgid "authors"
1161
  msgstr ""
1162
 
1163
- #: enhanced-media-library.php:570
1164
  msgid "Saved."
1165
  msgstr ""
1166
 
1167
- #: enhanced-media-library.php:571
1168
  msgid "Something went wrong."
1169
  msgstr ""
1170
 
1171
- #: enhanced-media-library.php:574
1172
  msgid "Select All"
1173
  msgstr ""
1174
 
1175
- #: enhanced-media-library.php:575
1176
  msgid "Deselect "
1177
  msgstr ""
1178
 
1179
- #: enhanced-media-library.php:604
1180
  msgid "Uploaded to post #"
1181
  msgstr ""
1182
 
1183
- #: enhanced-media-library.php:605
1184
  msgid "Based On"
1185
  msgstr ""
1186
 
1187
- #: enhanced-media-library.php:674 enhanced-media-library.php:676
1188
  msgid "Media Categories"
1189
  msgstr ""
1190
 
1191
- #: enhanced-media-library.php:675
1192
  msgid "Media Category"
1193
  msgstr ""
1194
 
1195
- #: enhanced-media-library.php:677
1196
  msgid "All Media Categories"
1197
  msgstr ""
1198
 
1199
- #: enhanced-media-library.php:678
1200
  msgid "Edit Media Category"
1201
  msgstr ""
1202
 
1203
- #: enhanced-media-library.php:679
1204
  msgid "View Media Category"
1205
  msgstr ""
1206
 
1207
- #: enhanced-media-library.php:680
1208
  msgid "Update Media Category"
1209
  msgstr ""
1210
 
1211
- #: enhanced-media-library.php:681
1212
  msgid "Add New Media Category"
1213
  msgstr ""
1214
 
1215
- #: enhanced-media-library.php:682
1216
  msgid "New Media Category Name"
1217
  msgstr ""
1218
 
1219
- #: enhanced-media-library.php:683
1220
  msgid "Parent Media Category"
1221
  msgstr ""
1222
 
1223
- #: enhanced-media-library.php:684
1224
  msgid "Parent Media Category:"
1225
  msgstr ""
1226
 
1227
- #: enhanced-media-library.php:685
1228
  msgid "Search Media Categories"
1229
  msgstr ""
1230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1231
  #. Plugin URI of the plugin/theme
1232
- #. Author URI of the plugin/theme
1233
- msgid "http://wpUXsolutions.com"
1234
  msgstr ""
1235
 
1236
  #. Description of the plugin/theme
@@ -1241,3 +1445,7 @@ msgstr ""
1241
  #. Author of the plugin/theme
1242
  msgid "wpUXsolutions"
1243
  msgstr ""
 
 
 
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Enhanced Media Library\n"
6
+ "POT-Creation-Date: 2020-12-09 21:13+0200\n"
7
  "PO-Revision-Date: 2016-04-14 21:02+0300\n"
8
  "Last-Translator: wpUXsolutions <wpUXsolutions@gmail.com>\n"
9
  "Language-Team: wpUXsolutions <wpUXsolutions@gmail.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.4.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: enhanced-media-library.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
93
  msgid "EML Utilities"
94
  msgstr ""
95
 
 
96
  #: core/options-pages.php:194 core/options-pages.php:195
97
  msgid "Enhanced Media Library"
98
  msgstr ""
188
  msgid "Edit"
189
  msgstr ""
190
 
191
+ #: core/options-pages.php:561 pro/enhanced-media-library-pro.php:120
192
  msgid "Close"
193
  msgstr ""
194
 
224
  #: core/options-pages.php:568 core/options-pages.php:862
225
  #: core/options-pages.php:1084 core/options-pages.php:2050
226
  #: core/options-pages.php:2113 core/taxonomies.php:381
227
+ #: enhanced-media-library.php:571
228
  msgid "All"
229
  msgstr ""
230
 
320
 
321
  #: core/options-pages.php:596 core/options-pages.php:601
322
  #: core/options-pages.php:645 core/options-pages.php:690
323
+ #: pro/enhanced-media-library-pro.php:128
324
  msgid "Cancel"
325
  msgstr ""
326
 
578
  #: core/options-pages.php:1900 core/options-pages.php:1944
579
  #: core/options-pages.php:2152 core/options-pages.php:2240
580
  #: core/options-pages.php:2278 core/options-pages.php:2310
581
+ #: core/options-pages.php:2479 enhanced-media-library.php:580
582
+ #: pro/core/options-pages.php:305
583
  msgid "Save Changes"
584
  msgstr ""
585
 
714
  "WordPress looks into filenames, titles, captions, and descriptions."
715
  msgstr ""
716
 
717
+ #: core/options-pages.php:1819 pro/core/medialist.php:44
718
+ #: pro/core/medialist.php:94
719
  msgid "Order"
720
  msgstr ""
721
 
723
  msgid "Order media items by"
724
  msgstr ""
725
 
726
+ #: core/options-pages.php:1831 pro/core/medialist.php:28
727
+ #: pro/core/medialist.php:78
728
  msgid "Date"
729
  msgstr ""
730
 
731
  #: core/options-pages.php:1832 core/options-pages.php:1892
732
+ #: pro/core/medialist.php:31 pro/core/medialist.php:81
733
  msgid "Title"
734
  msgstr ""
735
 
736
+ #: core/options-pages.php:1833 pro/core/medialist.php:34
737
+ #: pro/core/medialist.php:84
738
  msgid "Custom Order"
739
  msgstr ""
740
 
751
  msgid "Sort order"
752
  msgstr ""
753
 
754
+ #: core/options-pages.php:1844 pro/core/medialist.php:48
755
+ #: pro/core/medialist.php:98
756
  msgid "Ascending"
757
  msgstr ""
758
 
759
+ #: core/options-pages.php:1845 pro/core/medialist.php:51
760
+ #: pro/core/medialist.php:101
761
  msgid "Descending"
762
  msgstr ""
763
 
976
  "Show non-hierarchical taxonomies like hierarchical in Grid View / Media Popup"
977
  msgstr ""
978
 
979
+ #: core/options-pages.php:2291 pro/core/bulk-edit.php:398
980
+ #: pro/enhanced-media-library-pro.php:122
981
  msgid "Bulk Edit"
982
  msgstr ""
983
 
1083
  msgid "Other plugins you may find useful"
1084
  msgstr ""
1085
 
1086
+ #: core/options-pages.php:2566
1087
  msgid "Utilities"
1088
  msgstr ""
1089
 
1090
+ #: core/options-pages.php:2570
1091
+ msgid "Go PRO"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1092
  msgstr ""
1093
 
1094
+ #: core/options-pages.php:2595
1095
+ msgid "Rate plugin"
1096
  msgstr ""
1097
 
1098
  #: core/taxonomies.php:101
1112
  msgstr ""
1113
 
1114
  #: core/taxonomies.php:374 core/taxonomies.php:380
1115
+ #: enhanced-media-library.php:570
1116
  msgid "Filter by"
1117
  msgstr ""
1118
 
1119
+ #: core/taxonomies.php:382 enhanced-media-library.php:572
1120
  msgid "Not in"
1121
  msgstr ""
1122
 
1124
  msgid "Add some"
1125
  msgstr ""
1126
 
1127
+ #: enhanced-media-library.php:368 enhanced-media-library.php:569
1128
  msgid "All Uncategorized"
1129
  msgstr ""
1130
 
1131
+ #: enhanced-media-library.php:369 enhanced-media-library.php:573
1132
  msgid "Reset All Filters"
1133
  msgstr ""
1134
 
1135
+ #: enhanced-media-library.php:400
1136
  msgid "More Details"
1137
  msgstr ""
1138
 
1139
+ #: enhanced-media-library.php:401
1140
  msgid "Less Details"
1141
  msgstr ""
1142
 
1143
+ #: enhanced-media-library.php:574
1144
  msgid "author"
1145
  msgstr ""
1146
 
1147
+ #: enhanced-media-library.php:575
1148
  msgid "authors"
1149
  msgstr ""
1150
 
1151
+ #: enhanced-media-library.php:578
1152
  msgid "Saved."
1153
  msgstr ""
1154
 
1155
+ #: enhanced-media-library.php:579
1156
  msgid "Something went wrong."
1157
  msgstr ""
1158
 
1159
+ #: enhanced-media-library.php:582 pro/core/media-templates.php:78
1160
  msgid "Select All"
1161
  msgstr ""
1162
 
1163
+ #: enhanced-media-library.php:583
1164
  msgid "Deselect "
1165
  msgstr ""
1166
 
1167
+ #: enhanced-media-library.php:612
1168
  msgid "Uploaded to post #"
1169
  msgstr ""
1170
 
1171
+ #: enhanced-media-library.php:613
1172
  msgid "Based On"
1173
  msgstr ""
1174
 
1175
+ #: enhanced-media-library.php:682 enhanced-media-library.php:684
1176
  msgid "Media Categories"
1177
  msgstr ""
1178
 
1179
+ #: enhanced-media-library.php:683
1180
  msgid "Media Category"
1181
  msgstr ""
1182
 
1183
+ #: enhanced-media-library.php:685
1184
  msgid "All Media Categories"
1185
  msgstr ""
1186
 
1187
+ #: enhanced-media-library.php:686
1188
  msgid "Edit Media Category"
1189
  msgstr ""
1190
 
1191
+ #: enhanced-media-library.php:687
1192
  msgid "View Media Category"
1193
  msgstr ""
1194
 
1195
+ #: enhanced-media-library.php:688
1196
  msgid "Update Media Category"
1197
  msgstr ""
1198
 
1199
+ #: enhanced-media-library.php:689
1200
  msgid "Add New Media Category"
1201
  msgstr ""
1202
 
1203
+ #: enhanced-media-library.php:690
1204
  msgid "New Media Category Name"
1205
  msgstr ""
1206
 
1207
+ #: enhanced-media-library.php:691
1208
  msgid "Parent Media Category"
1209
  msgstr ""
1210
 
1211
+ #: enhanced-media-library.php:692
1212
  msgid "Parent Media Category:"
1213
  msgstr ""
1214
 
1215
+ #: enhanced-media-library.php:693
1216
  msgid "Search Media Categories"
1217
  msgstr ""
1218
 
1219
+ #: pro/core/media-templates.php:24
1220
+ msgid "Attachments Details"
1221
+ msgstr ""
1222
+
1223
+ #: pro/core/media-templates.php:79
1224
+ msgid "Deselect All"
1225
+ msgstr ""
1226
+
1227
+ #: pro/core/media-templates.php:80 pro/core/media-templates.php:83
1228
+ msgid "Delete Selected"
1229
+ msgstr ""
1230
+
1231
+ #: pro/core/media-templates.php:81
1232
+ msgid "Trash Selected"
1233
+ msgstr ""
1234
+
1235
+ #: pro/core/media-templates.php:82
1236
+ msgid "Untrash Selected"
1237
+ msgstr ""
1238
+
1239
+ #: pro/core/medialist.php:24 pro/core/medialist.php:74
1240
+ msgid "Order By"
1241
+ msgstr ""
1242
+
1243
+ #: pro/core/medialist.php:37 pro/core/medialist.php:87
1244
+ msgid "Random"
1245
+ msgstr ""
1246
+
1247
+ #: pro/core/medialist.php:62 pro/core/medialist.php:108
1248
+ msgid "Limit"
1249
+ msgstr ""
1250
+
1251
+ #: pro/core/options-pages.php:80
1252
+ msgid "Your license has been network deactivated."
1253
+ msgstr ""
1254
+
1255
+ #: pro/core/options-pages.php:80
1256
+ msgid "Your license has been deactivated."
1257
+ msgstr ""
1258
+
1259
+ #: pro/core/options-pages.php:103
1260
+ msgid "Please check if your license key is correct and try again."
1261
+ msgstr ""
1262
+
1263
+ #: pro/core/options-pages.php:124
1264
+ #, php-format
1265
+ msgid ""
1266
+ "Activation failed with the error: %s. Please <a href=\"%s\">contact plugin "
1267
+ "authors</a>."
1268
+ msgstr ""
1269
+
1270
+ #: pro/core/options-pages.php:142
1271
+ #, php-format
1272
+ msgid ""
1273
+ "Your license key is incorrect or canceled. Please <a href=\"%s\">contact "
1274
+ "plugin authors</a>."
1275
+ msgstr ""
1276
+
1277
+ #: pro/core/options-pages.php:151
1278
+ msgid "Your license has been network activated."
1279
+ msgstr ""
1280
+
1281
+ #: pro/core/options-pages.php:151
1282
+ msgid "Your license has been activated."
1283
+ msgstr ""
1284
+
1285
+ #. Plugin Name of the plugin/theme
1286
+ #: pro/core/options-pages.php:212
1287
+ msgid "Enhanced Media Library PRO"
1288
+ msgstr ""
1289
+
1290
+ #: pro/core/options-pages.php:217
1291
+ msgid "Updates"
1292
+ msgstr ""
1293
+
1294
+ #: pro/core/options-pages.php:224
1295
+ msgid "to check if your license key is correct"
1296
+ msgstr ""
1297
+
1298
+ #: pro/core/options-pages.php:224 pro/core/update.php:223
1299
+ msgid "to check if an update is available"
1300
+ msgstr ""
1301
+
1302
+ #: pro/core/options-pages.php:228 pro/core/update.php:221
1303
+ #, php-format
1304
+ msgid ""
1305
+ "%s could not establish a secure connection %s. An error occurred: %s. Please "
1306
+ "<a href=\"%s\">contact plugin authors</a>."
1307
+ msgstr ""
1308
+
1309
+ #: pro/core/options-pages.php:251
1310
+ msgid "Your license is active!"
1311
+ msgstr ""
1312
+
1313
+ #: pro/core/options-pages.php:255
1314
+ msgid "Deactivate License"
1315
+ msgstr ""
1316
+
1317
+ #: pro/core/options-pages.php:260
1318
+ #, php-format
1319
+ msgid ""
1320
+ "To unlock updates please enter your license key below. You can get your "
1321
+ "license key in <a href=\"%s\">Your Account</a>. If you do not have a "
1322
+ "license, you are welcome to <a href=\"%s\">purchase it</a>."
1323
+ msgstr ""
1324
+
1325
+ #: pro/core/options-pages.php:267
1326
+ msgid "License Key"
1327
+ msgstr ""
1328
+
1329
+ #: pro/core/options-pages.php:270
1330
+ msgid "Activate License"
1331
+ msgstr ""
1332
+
1333
+ #: pro/core/options-pages.php:293 pro/core/options-pages.php:296
1334
+ msgid "Turn off SSL verification"
1335
+ msgstr ""
1336
+
1337
+ #: pro/core/options-pages.php:297
1338
+ msgid "Try this if you see the error message above."
1339
+ msgstr ""
1340
+
1341
+ #: pro/core/options-pages.php:299
1342
+ #, php-format
1343
+ msgid ""
1344
+ "This will turn off SSL verification for the update requests that %s sends to "
1345
+ "its server %s only."
1346
+ msgstr ""
1347
+
1348
+ #: pro/core/update.php:192
1349
+ #, php-format
1350
+ msgid "Auto-updates disabled for %s."
1351
+ msgstr ""
1352
+
1353
+ #: pro/core/update.php:200 pro/core/update.php:346
1354
+ #, php-format
1355
+ msgid ""
1356
+ "To unlock updates, please <a href=\"%s\">activate your license</a>. You can "
1357
+ "get your license key in <a href=\"%s\">Your Account</a>. If you do not have "
1358
+ "a license, you are welcome to <a href=\"%s\">purchase it</a>."
1359
+ msgstr ""
1360
+
1361
+ #: pro/core/update.php:277 pro/core/update.php:283 pro/core/update.php:289
1362
+ msgid ""
1363
+ "An unexpected error occurred. Something may be wrong with WordPress.org or "
1364
+ "this server&#8217;s configuration. If you continue to have problems, please "
1365
+ "try the <a href=\"https://wordpress.org/support/\">support forums</a>."
1366
+ msgstr ""
1367
+
1368
+ #: pro/core/update.php:277
1369
+ msgid ""
1370
+ "(WordPress could not establish a secure connection to WordPress.org. Please "
1371
+ "contact your server administrator.)"
1372
+ msgstr ""
1373
+
1374
+ #: pro/enhanced-media-library-pro.php:117
1375
+ msgid "ALL files belong to this item"
1376
+ msgstr ""
1377
+
1378
+ #: pro/enhanced-media-library-pro.php:118
1379
+ msgid "SOME files belong to this item"
1380
+ msgstr ""
1381
+
1382
+ #: pro/enhanced-media-library-pro.php:119
1383
+ msgid "NO files belong to this item"
1384
+ msgstr ""
1385
+
1386
+ #: pro/enhanced-media-library-pro.php:121
1387
+ msgid "Edit Media Files"
1388
+ msgstr ""
1389
+
1390
+ #: pro/enhanced-media-library-pro.php:124
1391
+ msgid "Selecting"
1392
+ msgstr ""
1393
+
1394
+ #: pro/enhanced-media-library-pro.php:125
1395
+ msgid "Delete Selected Permanently"
1396
+ msgstr ""
1397
+
1398
+ #: pro/enhanced-media-library-pro.php:126
1399
+ msgid "You are about to permanently delete all selected items."
1400
+ msgstr ""
1401
+
1402
+ #: pro/enhanced-media-library-pro.php:127
1403
+ msgid "Delete"
1404
+ msgstr ""
1405
+
1406
+ #: pro/enhanced-media-library-pro.php:129
1407
+ msgid "Moving to Trash"
1408
+ msgstr ""
1409
+
1410
+ #: pro/enhanced-media-library-pro.php:130
1411
+ msgid "Restoring"
1412
+ msgstr ""
1413
+
1414
+ #: pro/enhanced-media-library-pro.php:131
1415
+ msgid "Deleting"
1416
+ msgstr ""
1417
+
1418
+ #: pro/enhanced-media-library-pro.php:155
1419
+ msgid "Create a filter-based gallery"
1420
+ msgstr ""
1421
+
1422
+ #: pro/enhanced-media-library-pro.php:156
1423
+ msgid "Create a filter-based playlist"
1424
+ msgstr ""
1425
+
1426
+ #: pro/enhanced-media-library-pro.php:157
1427
+ msgid "Create a filter-based video playlist"
1428
+ msgstr ""
1429
+
1430
+ #: pro/enhanced-media-library-pro.php:335
1431
+ msgid ""
1432
+ "Only one version of <strong>Enhanced Media Library</strong> should be active "
1433
+ "at a time."
1434
+ msgstr ""
1435
+
1436
  #. Plugin URI of the plugin/theme
1437
+ msgid "https://wpUXsolutions.com/plugins/enhanced-media-library"
 
1438
  msgstr ""
1439
 
1440
  #. Description of the plugin/theme
1445
  #. Author of the plugin/theme
1446
  msgid "wpUXsolutions"
1447
  msgstr ""
1448
+
1449
+ #. Author URI of the plugin/theme
1450
+ msgid "http://wpUXsolutions.com"
1451
+ msgstr ""
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: webbistro
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 5.0
5
- Tested up to: 5.5.1
6
  Requires PHP: 5.6
7
- Stable tag: 2.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -137,6 +137,7 @@ Please notice that you use Enhanced Media Library with other plugins that add me
137
  * [Contribute to Translation](https://www.wpuxsolutions.com/l10n/projects/enhanced-media-library)
138
 
139
 
 
140
  ## Installation ##
141
 
142
  1. Upload plugin folder to '/wp-content/plugins/' directory
@@ -148,11 +149,13 @@ Please notice that you use Enhanced Media Library with other plugins that add me
148
  4. Enjoy Enhanced Media Library!
149
 
150
 
 
151
  ## Frequently Asked Questions ==
152
 
153
  > [FAQs](https://www.wpuxsolutions.com/documents/enhanced-media-library/faqs/) | [Documentation](https://www.wpuxsolutions.com/documents/enhanced-media-library/)
154
 
155
 
 
156
  ## Screenshots ##
157
 
158
  1. Plugin Settings: WordPress General Media Settings
@@ -178,8 +181,16 @@ Please notice that you use Enhanced Media Library with other plugins that add me
178
  11. Filter-based image gallery
179
 
180
 
 
181
  ## Changelog ##
182
 
 
 
 
 
 
 
 
183
  ### 2.8.1 ###
184
  *Release Date - October 29, 2020*
185
 
2
  Contributors: webbistro
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 5.0
5
+ Tested up to: 5.6
6
  Requires PHP: 5.6
7
+ Stable tag: 2.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
137
  * [Contribute to Translation](https://www.wpuxsolutions.com/l10n/projects/enhanced-media-library)
138
 
139
 
140
+
141
  ## Installation ##
142
 
143
  1. Upload plugin folder to '/wp-content/plugins/' directory
149
  4. Enjoy Enhanced Media Library!
150
 
151
 
152
+
153
  ## Frequently Asked Questions ==
154
 
155
  > [FAQs](https://www.wpuxsolutions.com/documents/enhanced-media-library/faqs/) | [Documentation](https://www.wpuxsolutions.com/documents/enhanced-media-library/)
156
 
157
 
158
+
159
  ## Screenshots ##
160
 
161
  1. Plugin Settings: WordPress General Media Settings
181
  11. Filter-based image gallery
182
 
183
 
184
+
185
  ## Changelog ##
186
 
187
+ ### 2.8.2 ###
188
+ *Release Date - December 9, 2020*
189
+
190
+ = Compatibility =
191
+ * WordPress 5.0 - 5.6 minor compatibility issues resolved
192
+
193
+
194
  ### 2.8.1 ###
195
  *Release Date - October 29, 2020*
196