Contact Widgets - Version 1.3.1

Version Description

  • June 3, 2016 =

  • New: Language support for mr.

  • New: Add 500px to social networks.

Props @jonathanbardo, @fjarrett, @salvoventura

Download this release

Release Info

Developer jonathanbardo
Plugin Icon 128x128 Contact Widgets
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

contact-widgets.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Contact Widgets
4
  * Description: Beautifully display social media and contact information on your website with these simple widgets.
5
- * Version: 1.3.0
6
  * Author: GoDaddy
7
  * Author URI: https://godaddy.com
8
  * Text Domain: contact-widgets
2
  /**
3
  * Plugin Name: Contact Widgets
4
  * Description: Beautifully display social media and contact information on your website with these simple widgets.
5
+ * Version: 1.3.1
6
  * Author: GoDaddy
7
  * Author URI: https://godaddy.com
8
  * Text Domain: contact-widgets
includes/social-networks.php CHANGED
@@ -55,6 +55,11 @@ $fields = [
55
  'default' => "https://www.flickr.com/photos/{$username}",
56
  'select' => $username,
57
  ],
 
 
 
 
 
58
  'foursquare' => [
59
  'label' => __( 'Foursquare', 'contact-widgets' ),
60
  'default' => "https://foursquare.com/{$username}",
55
  'default' => "https://www.flickr.com/photos/{$username}",
56
  'select' => $username,
57
  ],
58
+ '500px' => [
59
+ 'label' => __( '500px', 'contact-widgets' ),
60
+ 'default' => "https://www.500px.com/{$username}",
61
+ 'select' => $username,
62
+ ],
63
  'foursquare' => [
64
  'label' => __( 'Foursquare', 'contact-widgets' ),
65
  'default' => "https://foursquare.com/{$username}",
languages/contact-widgets-da_DK.mo CHANGED
Binary file
languages/contact-widgets-de_DE.mo CHANGED
Binary file
languages/contact-widgets-el.mo CHANGED
Binary file
languages/contact-widgets-es_ES.mo CHANGED
Binary file
languages/contact-widgets-es_MX.mo CHANGED
Binary file
languages/contact-widgets-fi.mo CHANGED
Binary file
languages/contact-widgets-fr_FR.mo CHANGED
Binary file
languages/contact-widgets-hi_IN.mo ADDED
Binary file
languages/contact-widgets-id_ID.mo CHANGED
Binary file
languages/contact-widgets-it_IT.mo CHANGED
Binary file
languages/contact-widgets-ja.mo CHANGED
Binary file
languages/contact-widgets-ko_KR.mo CHANGED
Binary file
languages/contact-widgets-mr.mo ADDED
Binary file
languages/contact-widgets-ms_MY.mo CHANGED
Binary file
languages/contact-widgets-nb_NO.mo CHANGED
Binary file
languages/contact-widgets-nl_NL.mo CHANGED
Binary file
languages/contact-widgets-pl_PL.mo CHANGED
Binary file
languages/contact-widgets-pt_BR.mo CHANGED
Binary file
languages/contact-widgets-pt_PT.mo CHANGED
Binary file
languages/contact-widgets-ru_RU.mo CHANGED
Binary file
languages/contact-widgets-sv_SE.mo CHANGED
Binary file
languages/contact-widgets-th.mo CHANGED
Binary file
languages/contact-widgets-tl.mo CHANGED
Binary file
languages/contact-widgets-tr_TR.mo CHANGED
Binary file
languages/contact-widgets-uk.mo CHANGED
Binary file
languages/contact-widgets-vi.mo CHANGED
Binary file
languages/contact-widgets-zh_CN.mo CHANGED
Binary file
languages/contact-widgets-zh_HK.mo CHANGED
Binary file
languages/contact-widgets-zh_TW.mo CHANGED
Binary file
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: godaddy, jonathanbardo, fjarrett
3
  Tags: widget, contact, social, sharing, share button, share buttons, share links, social icons, social media, facebook, twitter, google plus, instagram
4
  Requires at least: 4.4.2
5
  Tested up to: 4.5
6
- Stable tag: 1.3.0
7
 
8
  Beautifully display social media and contact information on your website with these simple widgets.
9
 
@@ -28,10 +28,12 @@ Both widgets are compatible with the WordPress Customizer and will automatically
28
  * Español de México
29
  * Suomi
30
  * Français
 
31
  * Bahasa Indonesia
32
  * Italiano
33
  * 日本語
34
  * 한국어
 
35
  * Bahasa Melayu
36
  * Norsk bokmål
37
  * Nederlands
@@ -41,6 +43,7 @@ Both widgets are compatible with the WordPress Customizer and will automatically
41
  * Русский
42
  * Svenska
43
  * ไทย
 
44
  * Türkçe
45
  * Українська
46
  * Tiếng Việt
@@ -105,23 +108,54 @@ add_filter( 'wpcw_widget_social_custom_fields', function( $fields, $instance ) {
105
  </pre>
106
 
107
  == Changelog ==
 
 
 
 
 
 
 
 
108
  = 1.3.0 - May 19, 2016 =
109
- Add front-end "edit" link to quickly edit widgets in the customizer
 
 
 
 
110
 
111
  = 1.2.0 - April 12, 2016 =
112
- WordPress 4.5 compatibility
113
 
114
- = 1.1.0 - March 9, 2016 =
115
- Add l10n to Google Map embed
 
 
 
 
 
 
116
 
117
- = 1.0.3 - March 9, 2016 =
118
- Update locale ms_MY
 
 
 
 
 
119
 
120
  = 1.0.2 - February 24, 2016 =
121
- Add locales - da_DK de_DE el es_ES es_MX fi fr_FR id_ID it_IT ja ko_KR ms_MY nb_NO nl_NL pl_PL pt_BR pt_PT ru_RU sv_SE th tl tr_TR uk vi zh_CN zh_HK zh_TW
 
 
 
122
 
123
  = 1.0.1 - February 24, 2016 =
124
- Added possibility to add custom fields to contact and social widget
 
 
 
125
 
126
  = 1.0.0 - February 23, 2016 =
127
- Initial release. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
 
 
 
3
  Tags: widget, contact, social, sharing, share button, share buttons, share links, social icons, social media, facebook, twitter, google plus, instagram
4
  Requires at least: 4.4.2
5
  Tested up to: 4.5
6
+ Stable tag: 1.3.1
7
 
8
  Beautifully display social media and contact information on your website with these simple widgets.
9
 
28
  * Español de México
29
  * Suomi
30
  * Français
31
+ * हिन्दी
32
  * Bahasa Indonesia
33
  * Italiano
34
  * 日本語
35
  * 한국어
36
+ * मराठी
37
  * Bahasa Melayu
38
  * Norsk bokmål
39
  * Nederlands
43
  * Русский
44
  * Svenska
45
  * ไทย
46
+ * Tagalog
47
  * Türkçe
48
  * Українська
49
  * Tiếng Việt
108
  </pre>
109
 
110
  == Changelog ==
111
+
112
+ = 1.3.1 - June 3, 2016 =
113
+
114
+ * New: Language support for `mr`.
115
+ * New: Add 500px to social networks.
116
+
117
+ Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett), [@salvoventura](https://github.com/salvoventura)
118
+
119
  = 1.3.0 - May 19, 2016 =
120
+
121
+ * New: Add front-end "Edit" link to quickly edit widgets in the Customizer.
122
+ * Fix: Use WP-CLI nightlies in tests.
123
+
124
+ Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
125
 
126
  = 1.2.0 - April 12, 2016 =
 
127
 
128
+ * New: WordPress 4.5 compatibility.
129
+ * Tweak: Improve widget names.
130
+
131
+ Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
132
+
133
+ = 1.1.0 - March 15, 2016 =
134
+
135
+ * New: Support localization on Google Maps.
136
 
137
+ Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
138
+
139
+ = 1.0.4 - March 9, 2016 =
140
+
141
+ * Tweak: Language updates.
142
+
143
+ Props [@jonathanbardo](https://github.com/jonathanbardo)
144
 
145
  = 1.0.2 - February 24, 2016 =
146
+
147
+ * New: Language support for 27 locales.
148
+
149
+ Props [@jonathanbardo](https://github.com/jonathanbardo)
150
 
151
  = 1.0.1 - February 24, 2016 =
152
+
153
+ * New: Added possibility to add custom fields to contact and social widget.
154
+
155
+ Props [@jonathanbardo](https://github.com/jonathanbardo)
156
 
157
  = 1.0.0 - February 23, 2016 =
158
+
159
+ * Initial release.
160
+
161
+ Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)