Changeset 2150883
- Timestamp:
- 09/04/2019 12:48:51 PM (7 years ago)
- Location:
- ect-social-share
- Files:
-
- 2 deleted
- 4 edited
-
tags/1.4/index.php (modified) (2 diffs)
-
tags/1.4/readme.txt (modified) (2 diffs)
-
tags/1.4/vsadmin/incectsocialshare.php (deleted)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vsadmin/incectsocialshare.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ect-social-share/tags/1.4/index.php
r1821429 r2150883 4 4 Plugin URI: http://www.ecommercetemplates.com/wordpress/wp-plugins.asp 5 5 Description:This plugin will share your purchase to social media sites like facebook, twitter, google plus etc. 6 Author: Andy Chapman6 Author:Ecommerce Templates 7 7 Author URI:http://www.ecommercetemplates.com 8 Version:1. 38 Version:1.4 9 9 */ 10 10 … … 108 108 'pimg' => '', 109 109 'pname' => '' 110 ), $att s, 'ect_socialshare' );110 ), $attrs, 'ect_socialshare' ); 111 111 112 112 $GetSocial=get_option('ect_social_share1'); -
ect-social-share/tags/1.4/readme.txt
r1987608 r2150883 4 4 Tags: 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 5 5 Requires at least: 3 6 Tested up to: 5. 06 Tested up to: 5.2.2 7 7 Stable tag: 1.3 8 8 License: GPLv2 or later … … 84 84 85 85 == Changelog == 86 = 1.4 = 87 * Bug fix and moved incectsocialshare.php to the vsadmin/inc folder 86 88 = 1.3 = 87 89 * Version change and PHP 7.1 compatibility fix February 13 2018. -
ect-social-share/trunk/index.php
r1821429 r2150883 4 4 Plugin URI: http://www.ecommercetemplates.com/wordpress/wp-plugins.asp 5 5 Description:This plugin will share your purchase to social media sites like facebook, twitter, google plus etc. 6 Author: Andy Chapman6 Author:Ecommerce Templates 7 7 Author URI:http://www.ecommercetemplates.com 8 Version:1. 38 Version:1.4 9 9 */ 10 10 … … 108 108 'pimg' => '', 109 109 'pname' => '' 110 ), $att s, 'ect_socialshare' );110 ), $attrs, 'ect_socialshare' ); 111 111 112 112 $GetSocial=get_option('ect_social_share1'); -
ect-social-share/trunk/readme.txt
r1987608 r2150883 4 4 Tags: 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 5 5 Requires at least: 3 6 Tested up to: 5. 06 Tested up to: 5.2.2 7 7 Stable tag: 1.3 8 8 License: GPLv2 or later … … 84 84 85 85 == Changelog == 86 = 1.4 = 87 * Bug fix and moved incectsocialshare.php to the vsadmin/inc folder 86 88 = 1.3 = 87 89 * Version change and PHP 7.1 compatibility fix February 13 2018.
Note: See TracChangeset
for help on using the changeset viewer.