Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions woothemes-features.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Features
* Plugin URI: http://woothemes.com/
* Plugin URI: https://woocommerce.com/
* Description: Hi, I'm your feature showcase plugin for WordPress. Show off what features your company, product or service offers, using our shortcode, widget or template tag.
* Author: WooThemes
* Version: 1.5.0
* Author URI: http://woothemes.com/
* Author URI: https://woocommerce.com/
* Text Domain: features-by-woothemes
*
* @package WordPress
Expand All @@ -20,4 +20,4 @@
require_once( 'classes/class-woothemes-widget-features.php' );
global $woothemes_features;
$woothemes_features = new Woothemes_Features( __FILE__ );
$woothemes_features->version = '1.5.0';
$woothemes_features->version = '1.5.0';