Changeset 2144911
- Timestamp:
- 08/24/2019 05:18:08 PM (7 years ago)
- Location:
- wp-rate-and-review
- Files:
-
- 4 edited
-
tags/1.0.3/include/view/welcome.php (modified) (1 diff)
-
tags/1.0.3/readme.txt (modified) (1 diff)
-
trunk/include/view/welcome.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-rate-and-review/tags/1.0.3/include/view/welcome.php
r2144906 r2144911 2 2 <h1><?php esc_html_e('Welcome to WP Rate And Review','wp-rate-and-review-products'); ?></h1> 3 3 <div class="about-text"><?php esc_html_e('Thank you for Installing!','wp-rate-and-review-products');?></div> 4 <div class="wphp-badge"><?php esc_html_e('Version 1.0. 0','wp-rate-and-review-products');?></div>4 <div class="wphp-badge"><?php esc_html_e('Version 1.0.3','wp-rate-and-review-products');?></div> 5 5 <div class="wphp_container"> 6 6 <div class="wphp_plugin_features"> -
wp-rate-and-review/tags/1.0.3/readme.txt
r2144906 r2144911 43 43 44 44 = 1.0.3 = 45 * Show product summary using shortcode.45 * Show product review summary using shortcode. 46 46 47 47 = 1.0.2 = -
wp-rate-and-review/trunk/include/view/welcome.php
r2144906 r2144911 2 2 <h1><?php esc_html_e('Welcome to WP Rate And Review','wp-rate-and-review-products'); ?></h1> 3 3 <div class="about-text"><?php esc_html_e('Thank you for Installing!','wp-rate-and-review-products');?></div> 4 <div class="wphp-badge"><?php esc_html_e('Version 1.0. 0','wp-rate-and-review-products');?></div>4 <div class="wphp-badge"><?php esc_html_e('Version 1.0.3','wp-rate-and-review-products');?></div> 5 5 <div class="wphp_container"> 6 6 <div class="wphp_plugin_features"> -
wp-rate-and-review/trunk/readme.txt
r2144906 r2144911 44 44 45 45 = 1.0.3 = 46 * Show product summary using shortcode.46 * Show product review summary using shortcode. 47 47 48 48 = 1.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.