Plugin Directory

Changeset 3228990


Ignore:
Timestamp:
01/27/2025 12:41:57 AM (12 months ago)
Author:
sjregan
Message:

fix: wordpress readme

Location:
instashop
Files:
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • instashop/tags/2.1.2/includes/class-socialshop-settings.php

    r3228984 r3228990  
    294294     * @static
    295295     * @see Instashop()
    296      * @return Main Instashop_Settings instance
     296     * @return self Instashop_Settings instance
    297297     */
    298298    public static function instance ( $parent ) {
  • instashop/tags/2.1.2/readme.txt

    r3228988 r3228990  
    9292== Changelog ==
    9393
     94= 2.1.2 =
     95* Fix: Wordpress readme.
     96
    9497= 2.1.1 =
    9598* Feature: tested up to WordPress 6.7.1 and PHP 8.2.
  • instashop/tags/2.1.2/socialshop.php

    r3228984 r3228990  
    22/*
    33 * Plugin Name: SocialShop
    4  * Version: 2.1.1
     4 * Version: 2.1.2
    55 * Plugin URI: https://instashopapp.com/wordpress/
    66 * Description: Easily embed and manage your SocialShop galleries.
     
    3636 */
    3737function SocialShop () {
    38     $instance = SocialShop::instance( __FILE__, '2.1.0' );
     38    $instance = SocialShop::instance( __FILE__, '2.1.2' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
  • instashop/trunk/includes/class-socialshop-settings.php

    r3228984 r3228990  
    294294     * @static
    295295     * @see Instashop()
    296      * @return Main Instashop_Settings instance
     296     * @return self Instashop_Settings instance
    297297     */
    298298    public static function instance ( $parent ) {
  • instashop/trunk/readme.txt

    r3228988 r3228990  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191
    9292== Changelog ==
     93
     94= 2.1.2 =
     95* Fix: Wordpress readme.
    9396
    9497= 2.1.1 =
  • instashop/trunk/socialshop.php

    r3228984 r3228990  
    22/*
    33 * Plugin Name: SocialShop
    4  * Version: 2.1.1
     4 * Version: 2.1.2
    55 * Plugin URI: https://instashopapp.com/wordpress/
    66 * Description: Easily embed and manage your SocialShop galleries.
     
    3636 */
    3737function SocialShop () {
    38     $instance = SocialShop::instance( __FILE__, '2.1.0' );
     38    $instance = SocialShop::instance( __FILE__, '2.1.2' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
Note: See TracChangeset for help on using the changeset viewer.