Changeset 1484253
- Timestamp:
- 08/26/2016 05:06:21 PM (10 years ago)
- Location:
- sharespring
- Files:
-
- 9 added
- 3 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/_inc (added)
-
tags/1.0.4/_inc/functions.php (added)
-
tags/1.0.4/_inc/settings.php (added)
-
tags/1.0.4/_inc/shortcode.php (added)
-
tags/1.0.4/_inc/widget.php (added)
-
tags/1.0.4/composer.json (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/sharespring.php (added)
-
trunk/_inc/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sharespring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sharespring/trunk/_inc/functions.php
r1484249 r1484253 43 43 44 44 // Find values that match the correct format 45 preg_match_all('/[\w-]+="[\w -]+"/', $value, $matches);45 preg_match_all('/[\w-]+="[\w#-]+"/', $value, $matches); 46 46 $matches = $matches[0]; 47 47 -
sharespring/trunk/readme.txt
r1484249 r1484253 4 4 Requires at least: 3.7 5 5 Tested up to: 4.6 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.0.4 = 45 * Fix sanitization for hex color codes 46 44 47 = 1.0.3 = 45 48 * Fix sanitization for hex color codes -
sharespring/trunk/sharespring.php
r1484249 r1484253 4 4 * Plugin URI: https://github.com/ShareSpring/ShareSpring-WordPress-Plugin 5 5 * Description: Add ShareSpring to your WordPress site with a shortcode or widget. You'll need an active account at https://sharespring.com/ to use this plugin. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: ShareSpring, Inc. 8 8 * Author URI: https://sharespring.com/
Note: See TracChangeset
for help on using the changeset viewer.