Changeset 1288141
- Timestamp:
- 11/17/2015 06:06:15 PM (9 years ago)
- Location:
- delivery-countdown-timer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
delivery-countdown-timer/tags/1.0/countdown-timer.php
r1288128 r1288141 1 1 <?php 2 2 /** 3 * Plugin Name: WoocommerceCountdown Timer3 * Plugin Name: Delivery Countdown Timer 4 4 * Version:1.0 5 5 * Author: Arul Jayaraj 6 6 * Author URI: http://www.aruljayaraj.com/ 7 * Description: Showing the nextday delivery timer with text based on ourcut off time.7 * Description: Showing the nextday delivery timer with text based on cut off time. 8 8 **/ 9 9 if (!defined('WP_CONTENT_URL')){ … … 20 20 } 21 21 if (!defined('CT_PLUGIN_URL') ){ 22 define('CT_PLUGIN_URL', WP_CONTENT_URL. '/plugins/ woocommerce-countdown-timer');22 define('CT_PLUGIN_URL', WP_CONTENT_URL. '/plugins/delivery-countdown-timer'); 23 23 } 24 24 if (!defined('CT_PLUGIN_DIR') ){ 25 define('CT_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/ woocommerce-countdown-timer');25 define('CT_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/delivery-countdown-timer'); 26 26 } 27 27 if (!defined('DS') ){ -
delivery-countdown-timer/tags/1.0/readme.txt
r1288134 r1288141 23 23 == Installation == 24 24 25 1. Upload ` woocommerce-countdown-timer` folder to the `/wp-content/plugins/` directory25 1. Upload `delivery-countdown-timer` folder to the `/wp-content/plugins/` directory 26 26 2. Activate the plugin through the 'Plugins' menu in WordPress 27 27 3. Go to Settings -> Countdown Timer in admin end / Go to Single Product page to see the timer -
delivery-countdown-timer/trunk/countdown-timer.php
r1288128 r1288141 1 1 <?php 2 2 /** 3 * Plugin Name: WoocommerceCountdown Timer3 * Plugin Name: Delivery Countdown Timer 4 4 * Version:1.0 5 5 * Author: Arul Jayaraj 6 6 * Author URI: http://www.aruljayaraj.com/ 7 * Description: Showing the nextday delivery timer with text based on ourcut off time.7 * Description: Showing the nextday delivery timer with text based on cut off time. 8 8 **/ 9 9 if (!defined('WP_CONTENT_URL')){ … … 20 20 } 21 21 if (!defined('CT_PLUGIN_URL') ){ 22 define('CT_PLUGIN_URL', WP_CONTENT_URL. '/plugins/ woocommerce-countdown-timer');22 define('CT_PLUGIN_URL', WP_CONTENT_URL. '/plugins/delivery-countdown-timer'); 23 23 } 24 24 if (!defined('CT_PLUGIN_DIR') ){ 25 define('CT_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/ woocommerce-countdown-timer');25 define('CT_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins/delivery-countdown-timer'); 26 26 } 27 27 if (!defined('DS') ){ -
delivery-countdown-timer/trunk/readme.txt
r1288134 r1288141 23 23 == Installation == 24 24 25 1. Upload ` woocommerce-countdown-timer` folder to the `/wp-content/plugins/` directory25 1. Upload `delivery-countdown-timer` folder to the `/wp-content/plugins/` directory 26 26 2. Activate the plugin through the 'Plugins' menu in WordPress 27 27 3. Go to Settings -> Countdown Timer in admin end / Go to Single Product page to see the timer
Note: See TracChangeset
for help on using the changeset viewer.