Changeset 2010267
- Timestamp:
- 01/10/2019 10:37:57 PM (7 years ago)
- Location:
- wc-shortcodes/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
public/class-vars.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-shortcodes/trunk/README.md
r1943173 r2010267 4 4 **Tags:** shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, post slider, slider, font awesome, icons, fontawesome, fa, box, heading, inline code, divider, spacing, grid, center content, center, icons, image flag, image flags 5 5 **Requires at least:** 3.7 6 **Tested up to:** 4.7.36 **Tested up to:** 5.0.3 7 7 **Stable tag:** trunk 8 8 **License:** GPLv2 or later … … 106 106 107 107 ## Changelog ## 108 109 ### Version 3.45 ### 110 111 * Updated readme. 108 112 109 113 ### Version 3.44 ### -
wc-shortcodes/trunk/public/class-vars.php
r1943173 r2010267 9 9 * @var string 10 10 */ 11 const VERSION = '3.4 4';11 const VERSION = '3.45'; 12 12 const DB_VERSION = '1.0'; 13 13 -
wc-shortcodes/trunk/readme.txt
r1943173 r2010267 4 4 Tags: shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, post slider, slider, font awesome, icons, fontawesome, fa, box, heading, inline code, divider, spacing, grid, center content, center, icons, image flag, image flags 5 5 Requires at least: 3.7 6 Tested up to: 4.7.36 Tested up to: 5.0.3 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 113 113 114 114 == Changelog == 115 116 = Version 3.45 = 117 118 * Updated readme. 115 119 116 120 = Version 3.44 = -
wc-shortcodes/trunk/wc-shortcodes.php
r1943173 r2010267 6 6 Author: Chris Baldelomar 7 7 Author URI: http://angiemakes.com/ 8 Version: 3.4 48 Version: 3.45 9 9 License: GPLv2 or later 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.