Changeset 2281734
- Timestamp:
- 04/12/2020 07:32:43 AM (6 years ago)
- Location:
- wp-my-instagram
- Files:
-
- 24 added
- 3 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/css (added)
-
tags/1.3.2/css/.sassbuilder-config.json (added)
-
tags/1.3.2/css/style.css (added)
-
tags/1.3.2/css/style.css.map (added)
-
tags/1.3.2/css/style.min.css (added)
-
tags/1.3.2/css/style.scss (added)
-
tags/1.3.2/inc (added)
-
tags/1.3.2/inc/public (added)
-
tags/1.3.2/inc/public/main.php (added)
-
tags/1.3.2/inc/public/shortcode.php (added)
-
tags/1.3.2/inc/public/widget.php (added)
-
tags/1.3.2/inc/templates (added)
-
tags/1.3.2/inc/templates/item.php (added)
-
tags/1.3.2/index.php (added)
-
tags/1.3.2/js (added)
-
tags/1.3.2/js/script.js (added)
-
tags/1.3.2/js/script.min.js (added)
-
tags/1.3.2/langs (added)
-
tags/1.3.2/langs/wp-my-instagram.pot (added)
-
tags/1.3.2/license.txt (added)
-
tags/1.3.2/readme.txt (added)
-
tags/1.3.2/task.txt (added)
-
tags/1.3.2/wp-my-instagram.php (added)
-
trunk/inc/public/main.php (modified) (2 diffs)
-
trunk/langs/wp-my-instagram.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-my-instagram/trunk/inc/public/main.php
r2269604 r2281734 156 156 * Make items 157 157 * @since 1.0.2 158 * @version 1.2 158 * @version 1.2.1 159 159 */ 160 160 static function make_items( $media_array = array(), $args = array() ){ … … 166 166 } 167 167 168 if( empty( $media_array ) ) 169 return; 170 168 171 foreach ( $media_array as $item ) { 172 $item = wp_parse_args( $item, array( 173 'url' => '', 174 'type' => '', 175 'description' => '', 176 'time' => '', 177 'comments' => '', 178 'likes' => '', 179 'thumbnail' => '', 180 'xsmall' => '', 181 'small' => '', 182 'medium' => '', 183 'large' => '', 184 'original' => '', 185 186 ) ); 169 187 include( $use_template ); 170 188 } -
wp-my-instagram/trunk/langs/wp-my-instagram.pot
r2268880 r2281734 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Instant Feeds 1.3. 0\n"5 "Project-Id-Version: WP Instant Feeds 1.3.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-my-instagram\n" 7 "POT-Creation-Date: 2020-0 3-27 07:14:58+00:00\n"7 "POT-Creation-Date: 2020-04-11 08:43:59+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 13 13 "Language-Team: LANGUAGE <LL@li.org>\n" 14 14 15 #: inc/public/main.php:12 215 #: inc/public/main.php:124 16 16 msgid "You need to input your username or hashtag." 17 17 msgstr "" 18 18 19 #: inc/public/main.php:2 2019 #: inc/public/main.php:240 20 20 msgid "Unable to communicate with Instagram." 21 21 msgstr "" 22 22 23 #: inc/public/main.php:2 2323 #: inc/public/main.php:243 24 24 msgid "Instagram did not return a 200." 25 25 msgstr "" 26 26 27 #: inc/public/main.php:2 31 inc/public/main.php:254 inc/public/main.php:25827 #: inc/public/main.php:251 inc/public/main.php:274 inc/public/main.php:278 28 28 msgid "Instagram has returned invalid data." 29 29 msgstr "" 30 30 31 #: inc/public/main.php:3 7131 #: inc/public/main.php:399 32 32 msgid "Instagram did not return any images." 33 33 msgstr "" 34 34 35 #: inc/public/main.php: 38236 msgid "This param must be a rray."35 #: inc/public/main.php:410 36 msgid "This param must be an array." 37 37 msgstr "" 38 38 -
wp-my-instagram/trunk/readme.txt
r2269600 r2281734 4 4 Tags: instagram, widget 5 5 Requires at least: 3.9 6 Tested up to: 5. 3.37 Stable tag: 1.3. 16 Tested up to: 5.4.x 7 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 65 65 == Changelog == 66 67 = 1.3.2 - Apr 12 2020 = 68 * improvements 66 69 67 70 = 1.3.1 - Mar 27 2020 =
Note: See TracChangeset
for help on using the changeset viewer.