Changeset 2097410
- Timestamp:
- 05/29/2019 06:19:47 PM (7 years ago)
- Location:
- storefront-visual-guide/trunk
- Files:
-
- 3 edited
-
inc/storefront-visual-guide-init.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
storefront-visual-guide.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storefront-visual-guide/trunk/inc/storefront-visual-guide-init.php
r1923656 r2097410 35 35 $storefront_theme = array( 36 36 'storefront', 37 'Storefront', 37 38 ); 38 39 -
storefront-visual-guide/trunk/readme.txt
r2084713 r2097410 72 72 == Changelog == 73 73 74 = 2.0.1 = 75 * Fixed problem with Template name in Uppercase 76 74 77 = 2.0 = 75 78 * Added display Storefront filters lists. -
storefront-visual-guide/trunk/storefront-visual-guide.php
r2084713 r2097410 3 3 Plugin Name: Storefront Visual Hook Guide 4 4 Description: Find Storefront and Woocommerce action hooks quick and easily by seeing their actual locations inside your theme. 5 Version: 2.0 6 Author: Antonio S ánchez (ARCHTKT)5 Version: 2.0.1 6 Author: Antonio Sanchez (ARCHTKT) 7 7 Author URI: https://archtkt.com 8 8 Text Domain: storefront-visual-guide … … 39 39 // Define plugin version: SVG_PLUGIN_VERSION. 40 40 if ( ! defined( 'SVG_PLUGIN_VERSION' ) ) { 41 define( 'SVG_PLUGIN_VERSION', ' 1.2.1' );41 define( 'SVG_PLUGIN_VERSION', '2.0.1' ); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.