Changeset 2523375
- Timestamp:
- 04/29/2021 11:12:02 AM (5 years ago)
- Location:
- simple-social-feed/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
simple-social-feed.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-social-feed/trunk/readme.txt
r2514578 r2523375 58 58 == Changelog == 59 59 60 = 0.0.3 = 61 * Fixed broken images issue 62 60 63 = 0.0.2 = 61 64 * Fixed HTML markup … … 68 71 == Upgrade Notice == 69 72 73 = 0.0.3 = 74 Fixed broken images issue 75 70 76 = 0.0.2 = 71 77 Fixed HTML markup -
simple-social-feed/trunk/simple-social-feed.php
r2512066 r2523375 4 4 Plugin Name: Simple Social Feed 5 5 Description: Add Instagram feed to your site without access token. 6 Version: 0.0. 26 Version: 0.0.3 7 7 Author: siddhu09rocks 8 8 Author URI: https://www.phenomcraftstudios.com/ … … 36 36 public function simple_social_feed_css_js() { 37 37 38 $asset_version = '0.0. 2';38 $asset_version = '0.0.3'; 39 39 $deps = array(); 40 40 wp_register_style('simple_social_feed_css', plugin_dir_url( __FILE__ ) . 'css/simple_social_feed.css', $deps, $asset_version ); … … 87 87 'items': ".$limit.", 88 88 'items_per_row': ".$column.", 89 'host': 'https://images' + ~~(Math.random() * 3333) + '-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/', 89 90 'max_tries': ".$max_tries.", 90 91 'cache_time': ".$cache_time.",
Note: See TracChangeset
for help on using the changeset viewer.