Changeset 3200001
- Timestamp:
- 11/30/2024 05:23:28 PM (16 months ago)
- Location:
- simple-photo-feed
- Files:
-
- 34 added
- 3 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/LICENSE.txt (added)
-
tags/1.3.2/README.txt (added)
-
tags/1.3.2/admin (added)
-
tags/1.3.2/admin/class-simple-photo-feed-admin.php (added)
-
tags/1.3.2/admin/css (added)
-
tags/1.3.2/admin/css/simple-photo-feed-admin.css (added)
-
tags/1.3.2/admin/index.php (added)
-
tags/1.3.2/admin/js (added)
-
tags/1.3.2/admin/js/simple-photo-feed-admin.js (added)
-
tags/1.3.2/admin/partials (added)
-
tags/1.3.2/admin/partials/simple-photo-feed-admin-display.php (added)
-
tags/1.3.2/includes (added)
-
tags/1.3.2/includes/class-simple-photo-feed-activator.php (added)
-
tags/1.3.2/includes/class-simple-photo-feed-api.php (added)
-
tags/1.3.2/includes/class-simple-photo-feed-deactivator.php (added)
-
tags/1.3.2/includes/class-simple-photo-feed-i18n.php (added)
-
tags/1.3.2/includes/class-simple-photo-feed-loader.php (added)
-
tags/1.3.2/includes/class-simple-photo-feed.php (added)
-
tags/1.3.2/includes/index.php (added)
-
tags/1.3.2/index.php (added)
-
tags/1.3.2/languages (added)
-
tags/1.3.2/languages/simple-photo-feed.pot (added)
-
tags/1.3.2/public (added)
-
tags/1.3.2/public/class-simple-photo-feed-public.php (added)
-
tags/1.3.2/public/css (added)
-
tags/1.3.2/public/css/simple-photo-feed-public.css (added)
-
tags/1.3.2/public/index.php (added)
-
tags/1.3.2/public/js (added)
-
tags/1.3.2/public/js/simple-photo-feed-public.js (added)
-
tags/1.3.2/public/partials (added)
-
tags/1.3.2/public/partials/simple-photo-feed-public-display.php (added)
-
tags/1.3.2/simple-photo-feed.php (added)
-
tags/1.3.2/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-simple-photo-feed.php (modified) (1 diff)
-
trunk/simple-photo-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-photo-feed/trunk/README.txt
r3163760 r3200001 4 4 Tags: photo gallery, instagram, feed, social, embed 5 5 Requires at least: 5.3.0 6 Tested up to: 6. 6.26 Tested up to: 6.7.1 7 7 Requires PHP: 7.2 8 Stable tag: 1.3. 18 Stable tag: 1.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.3.2 = 93 * Compatibility with WordPress 6.7 94 92 95 = 1.3.1 = 93 96 * Remove the phrase "for Instagram" from plugin's name -
simple-photo-feed/trunk/includes/class-simple-photo-feed.php
r3163760 r3200001 68 68 $this->version = SPF_VERSION; 69 69 } else { 70 $this->version = '1.3. 1';70 $this->version = '1.3.2'; 71 71 } 72 72 $this->plugin_name = 'simple-photo-feed'; -
simple-photo-feed/trunk/simple-photo-feed.php
r3163760 r3200001 14 14 * Plugin URI: https://wordpress.org/plugins/simple-photo-feed/ 15 15 * Description: Simple Photo Feed provides an easy way to connect to your Instagram account and display your photos in your WordPress site. 16 * Version: 1.3. 116 * Version: 1.3.2 17 17 * Requires at least: 5.3.0 18 * Tested up to: 6. 6.218 * Tested up to: 6.7.1 19 19 * Requires PHP: 7.2 20 20 * Author: George Pattichis … … 34 34 * Current plugin version 35 35 */ 36 define( 'SPF_VERSION', '1.3. 1' );36 define( 'SPF_VERSION', '1.3.2' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.