Plugin Directory

Changeset 2150883


Ignore:
Timestamp:
09/04/2019 12:48:51 PM (7 years ago)
Author:
etemplates
Message:

Bug fix and moved incectsocialshare.php to the vsadmin/inc folder

Location:
ect-social-share
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • ect-social-share/tags/1.4/index.php

    r1821429 r2150883  
    44    Plugin URI: http://www.ecommercetemplates.com/wordpress/wp-plugins.asp
    55    Description:This plugin will share your purchase to social media sites like facebook, twitter, google plus etc.
    6     Author:Andy Chapman
     6    Author:Ecommerce Templates
    77    Author URI:http://www.ecommercetemplates.com
    8     Version:1.3
     8    Version:1.4
    99*/
    1010
     
    108108        'pimg' => '',
    109109        'pname' => ''
    110     ), $atts, 'ect_socialshare' );
     110    ), $attrs, 'ect_socialshare' );
    111111   
    112112    $GetSocial=get_option('ect_social_share1');
  • ect-social-share/tags/1.4/readme.txt

    r1987608 r2150883  
    44Tags: Wordpress ecommerce, ecommerce, online store, sell products, shopping cart, wordpress store, wordpress shopping cart, ecommerce software, seo, meta description, title tag, search engine friendly, search engine optimization
    55Requires at least: 3
    6 Tested up to: 5.0
     6Tested up to: 5.2.2
    77Stable tag: 1.3
    88License: GPLv2 or later
     
    8484
    8585== Changelog ==
     86= 1.4 =
     87* Bug fix and moved incectsocialshare.php to the vsadmin/inc folder
    8688= 1.3 =
    8789* Version change and PHP 7.1 compatibility fix February 13 2018.
  • ect-social-share/trunk/index.php

    r1821429 r2150883  
    44    Plugin URI: http://www.ecommercetemplates.com/wordpress/wp-plugins.asp
    55    Description:This plugin will share your purchase to social media sites like facebook, twitter, google plus etc.
    6     Author:Andy Chapman
     6    Author:Ecommerce Templates
    77    Author URI:http://www.ecommercetemplates.com
    8     Version:1.3
     8    Version:1.4
    99*/
    1010
     
    108108        'pimg' => '',
    109109        'pname' => ''
    110     ), $atts, 'ect_socialshare' );
     110    ), $attrs, 'ect_socialshare' );
    111111   
    112112    $GetSocial=get_option('ect_social_share1');
  • ect-social-share/trunk/readme.txt

    r1987608 r2150883  
    44Tags: Wordpress ecommerce, ecommerce, online store, sell products, shopping cart, wordpress store, wordpress shopping cart, ecommerce software, seo, meta description, title tag, search engine friendly, search engine optimization
    55Requires at least: 3
    6 Tested up to: 5.0
     6Tested up to: 5.2.2
    77Stable tag: 1.3
    88License: GPLv2 or later
     
    8484
    8585== Changelog ==
     86= 1.4 =
     87* Bug fix and moved incectsocialshare.php to the vsadmin/inc folder
    8688= 1.3 =
    8789* Version change and PHP 7.1 compatibility fix February 13 2018.
Note: See TracChangeset for help on using the changeset viewer.