Changeset 1872544
- Timestamp:
- 05/11/2018 08:15:27 AM (8 years ago)
- Location:
- shapely-companion/trunk
- Files:
-
- 3 edited
-
inc/shapely-widgets.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shapely-companion.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shapely-companion/trunk/inc/shapely-widgets.php
r1871529 r1872544 43 43 register_widget( 'Shapely_Page_Content' ); 44 44 45 if ( defined( 'JETPACK__VERSION' ) ) { 46 47 if ( post_type_exists( 'jetpack-portfolio' ) ) { 45 if ( class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'custom-content-types' ) ) { 46 if ( get_option( 'jetpack_portfolio' ) ) { 48 47 register_widget( 'Shapely_Home_Portfolio' ); 49 48 } 50 51 if ( post_type_exists( 'jetpack-testimonial' ) ) { 49 if ( get_option( 'jetpack_testimonial' ) ) { 52 50 register_widget( 'Shapely_Home_Testimonials' ); 53 51 } -
shapely-companion/trunk/readme.txt
r1871529 r1872544 4 4 Requires at least: 3.8 5 5 Tested up to: 4.9 6 Stable tag: trunk6 Stable tag: 1.2.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
shapely-companion/trunk/shapely-companion.php
r1871529 r1872544 4 4 * Plugin URI: https://colorlib.com/wp/themes/shapely/ 5 5 * Description: Shapely Companion is a companion plugin for Shapely theme. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Colorlib 8 8 * Author URI: https://colorlib.com … … 17 17 } 18 18 19 define( 'SHAPELY_COMPANION', '1.2. 1' );19 define( 'SHAPELY_COMPANION', '1.2.3' ); 20 20 21 21 /**
Note: See TracChangeset
for help on using the changeset viewer.