Plugin Directory

Changeset 836574


Ignore:
Timestamp:
01/11/2014 08:46:27 AM (12 years ago)
Author:
thangnv27
Message:

commit version 0.1.3

Location:
wp-multitasking/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-multitasking/trunk/readme.txt

    r831074 r836574  
    72723. Welcome popup settings.
    73734. Exit popup settings.
     745. Remove base slug from custom post type
    7475
    7576== Changelog ==
     77
     78= 0.1.3 =
     79* Remove base slug from custom post type
     80* Only display AddQuickTag menu when AddQuickTag plugin is actived
    7681
    7782= 0.1.2 =
     
    8994== Upgrade Notice ==
    9095
    91 = 0.1.1 =
    92 There is a new version - WP MultiTasking Plugin for WordPress available.
     96= 0.1.3 =
     97Remove slug from custom post type
  • wp-multitasking/trunk/wp-multitasking.php

    r831074 r836574  
    44Plugin URI:  http://wordpress.org/plugins/wp-multitasking/
    55Description: This plugin is synthetic utility for your WordPress site
    6 Version:     0.1.2
     6Version:     0.1.3
    77Author:      thangnv27
    88Author URI:  http://ppo.vn/
     
    131131require_once WPMT_PLUGIN_DIR . '/includes/shortcode_markid.php';
    132132require_once WPMT_PLUGIN_DIR . '/includes/addquicktag_cpt.php';
     133require_once WPMT_PLUGIN_DIR . '/includes/permalinks.php';
    133134require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/welcome-popup.php';
    134135require_once WPMT_PLUGIN_DIR . '/includes/floating-popup/exit-popup.php';
Note: See TracChangeset for help on using the changeset viewer.