Changeset 3228990
- Timestamp:
- 01/27/2025 12:41:57 AM (12 months ago)
- Location:
- instashop
- Files:
-
- 3 edited
- 5 copied
-
tags/2.1.2 (copied) (copied from instashop/trunk)
-
tags/2.1.2/includes/class-socialshop-settings.php (copied) (copied from instashop/trunk/includes/class-socialshop-settings.php) (1 diff)
-
tags/2.1.2/includes/class-socialshop.php (copied) (copied from instashop/trunk/includes/class-socialshop.php)
-
tags/2.1.2/readme.txt (copied) (copied from instashop/trunk/readme.txt) (1 diff)
-
tags/2.1.2/socialshop.php (copied) (copied from instashop/trunk/socialshop.php) (2 diffs)
-
trunk/includes/class-socialshop-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/socialshop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
instashop/tags/2.1.2/includes/class-socialshop-settings.php
r3228984 r3228990 294 294 * @static 295 295 * @see Instashop() 296 * @return MainInstashop_Settings instance296 * @return self Instashop_Settings instance 297 297 */ 298 298 public static function instance ( $parent ) { -
instashop/tags/2.1.2/readme.txt
r3228988 r3228990 92 92 == Changelog == 93 93 94 = 2.1.2 = 95 * Fix: Wordpress readme. 96 94 97 = 2.1.1 = 95 98 * Feature: tested up to WordPress 6.7.1 and PHP 8.2. -
instashop/tags/2.1.2/socialshop.php
r3228984 r3228990 2 2 /* 3 3 * Plugin Name: SocialShop 4 * Version: 2.1. 14 * Version: 2.1.2 5 5 * Plugin URI: https://instashopapp.com/wordpress/ 6 6 * Description: Easily embed and manage your SocialShop galleries. … … 36 36 */ 37 37 function SocialShop () { 38 $instance = SocialShop::instance( __FILE__, '2.1. 0' );38 $instance = SocialShop::instance( __FILE__, '2.1.2' ); 39 39 40 40 if ( is_null( $instance->settings ) ) { -
instashop/trunk/includes/class-socialshop-settings.php
r3228984 r3228990 294 294 * @static 295 295 * @see Instashop() 296 * @return MainInstashop_Settings instance296 * @return self Instashop_Settings instance 297 297 */ 298 298 public static function instance ( $parent ) { -
instashop/trunk/readme.txt
r3228988 r3228990 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 92 92 == Changelog == 93 94 = 2.1.2 = 95 * Fix: Wordpress readme. 93 96 94 97 = 2.1.1 = -
instashop/trunk/socialshop.php
r3228984 r3228990 2 2 /* 3 3 * Plugin Name: SocialShop 4 * Version: 2.1. 14 * Version: 2.1.2 5 5 * Plugin URI: https://instashopapp.com/wordpress/ 6 6 * Description: Easily embed and manage your SocialShop galleries. … … 36 36 */ 37 37 function SocialShop () { 38 $instance = SocialShop::instance( __FILE__, '2.1. 0' );38 $instance = SocialShop::instance( __FILE__, '2.1.2' ); 39 39 40 40 if ( is_null( $instance->settings ) ) {
Note: See TracChangeset
for help on using the changeset viewer.