Plugin Directory

Changeset 1909725


Ignore:
Timestamp:
07/16/2018 10:25:12 AM (8 years ago)
Author:
themespond
Message:

update and fix conflict

Location:
tp-framework
Files:
187 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-framework/trunk/readme.txt

    r1876293 r1909725  
    55Requires at least: 4.5   
    66Tested up to: 4.9
    7 Stable tag: 1.0.15
     7Stable tag: 1.0.16
    88License: GPLv3   
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html   
     
    4343The plugin also provides a manual import by uploading from computer with some popular extensions (XML, JSON, WIE, DAT).
    4444For theme developers, if you want to provide more dummy data options to your users, you can use some available hooks in the plugin. Dummy data files can come from anywhere on the Internet, of course you can push those files to your theme or plugin.
     45Document of Plugin : http://docs.themespond.com/tp-framework
    4546
    4647== Installation ==
     
    8283
    8384== Changelog ==
     85= 1.0.15 (July 16, 2018): =
     86* Fix conflict with different plugin of ThemesPond
     87
    8488= 1.0.15 (February 12, 2018): =
    8589* Add admin notice
  • tp-framework/trunk/tp-framework.php

    r1876293 r1909725  
    66  Description: Create Admin fields, metabox, widget, taxonomy, menu meta, customizer fields quickly and friendly.
    77  Author: themespond
    8   Version: 1.0.15
     8  Version: 1.0.16
    99  Author URI: https://themespond.com
    1010  Text Domain: tp-framework
     
    2222     * @var string
    2323     */
    24     public $version = '1.0.15';
     24    public $version = '1.0.16';
    2525
    2626    /**
Note: See TracChangeset for help on using the changeset viewer.