Changeset 1943173
- Timestamp:
- 09/18/2018 03:17:36 PM (8 years ago)
- Location:
- wc-shortcodes/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
public/class-register.php (modified) (1 diff)
-
public/class-vars.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-shortcodes/trunk/README.md
r1937722 r1943173 106 106 107 107 ## Changelog ## 108 109 ### Version 3.44 ### 110 111 * Fixed bug with missing closing div 108 112 109 113 ### Version 3.43 ### -
wc-shortcodes/trunk/public/class-register.php
r1937722 r1943173 1788 1788 $classes = $atts['class']; 1789 1789 } 1790 $html = '<div id="wc-shortcodes-image-links" class="'.implode( ' ', $classes ).'"><div class="wc-shortcodes-image-links-wrapper-inner">'.$html.'</div> ';1790 $html = '<div id="wc-shortcodes-image-links" class="'.implode( ' ', $classes ).'"><div class="wc-shortcodes-image-links-wrapper-inner">'.$html.'</div></div>'; 1791 1791 } 1792 1792 -
wc-shortcodes/trunk/public/class-vars.php
r1937722 r1943173 9 9 * @var string 10 10 */ 11 const VERSION = '3.4 3';11 const VERSION = '3.44'; 12 12 const DB_VERSION = '1.0'; 13 13 -
wc-shortcodes/trunk/readme.txt
r1937722 r1943173 113 113 114 114 == Changelog == 115 116 = Version 3.44 = 117 118 * Fixed bug with missing closing div 115 119 116 120 = Version 3.43 = -
wc-shortcodes/trunk/wc-shortcodes.php
r1937722 r1943173 6 6 Author: Chris Baldelomar 7 7 Author URI: http://angiemakes.com/ 8 Version: 3.4 38 Version: 3.44 9 9 License: GPLv2 or later 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.