Plugin Directory

Changeset 1288141


Ignore:
Timestamp:
11/17/2015 06:06:15 PM (9 years ago)
Author:
aruljayarajs
Message:

For Text update

Location:
delivery-countdown-timer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • delivery-countdown-timer/tags/1.0/countdown-timer.php

    r1288128 r1288141  
    11<?php
    22/**
    3 * Plugin Name: Woocommerce Countdown Timer
     3* Plugin Name: Delivery Countdown Timer
    44* Version:1.0
    55* Author: Arul Jayaraj
    66* Author URI: http://www.aruljayaraj.com/
    7 * Description: Showing the nextday delivery timer with text based on our cut off time.
     7* Description: Showing the nextday delivery timer with text based on cut off time.
    88**/
    99if (!defined('WP_CONTENT_URL')){
     
    2020}
    2121if (!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');
    2323}
    2424if (!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');
    2626}
    2727if (!defined('DS') ){
  • delivery-countdown-timer/tags/1.0/readme.txt

    r1288134 r1288141  
    2323== Installation ==
    2424
    25 1. Upload `woocommerce-countdown-timer` folder to the `/wp-content/plugins/` directory
     251. Upload `delivery-countdown-timer` folder to the `/wp-content/plugins/` directory
    26262. Activate the plugin through the 'Plugins' menu in WordPress
    27273. 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  
    11<?php
    22/**
    3 * Plugin Name: Woocommerce Countdown Timer
     3* Plugin Name: Delivery Countdown Timer
    44* Version:1.0
    55* Author: Arul Jayaraj
    66* Author URI: http://www.aruljayaraj.com/
    7 * Description: Showing the nextday delivery timer with text based on our cut off time.
     7* Description: Showing the nextday delivery timer with text based on cut off time.
    88**/
    99if (!defined('WP_CONTENT_URL')){
     
    2020}
    2121if (!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');
    2323}
    2424if (!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');
    2626}
    2727if (!defined('DS') ){
  • delivery-countdown-timer/trunk/readme.txt

    r1288134 r1288141  
    2323== Installation ==
    2424
    25 1. Upload `woocommerce-countdown-timer` folder to the `/wp-content/plugins/` directory
     251. Upload `delivery-countdown-timer` folder to the `/wp-content/plugins/` directory
    26262. Activate the plugin through the 'Plugins' menu in WordPress
    27273. 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.