2017 © Pedro Peláez
 

library tscf

Tarosky's Custom Field manager.

image

tarosky/tscf

Tarosky's Custom Field manager.

  • Monday, June 11, 2018
  • by fumikito
  • Repository
  • 7 Watchers
  • 3 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 8 Versions
  • 12 % Grown

The README.md

TSCF - Tarosky Custom Field manager

Contributors: Takahashi_Fumiki, tarosky
Tags: custom field
Requires at least: 5.9.0
Requires PHP: 7.4
Tested up to: 6.5
Stable tag: 1.2.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt, (*1)

TaroSky's Custom Field manager. Scalable, Well-Structured and Maintainable. Requires PHP5.4 or later., (*2)

Description

Custom fields are stuff box for WordPress. They can store almost everything. Number, Date, CSV and nested array., (*3)

Besides that, custom fields can be used for many purpose., (*4)

  • To display extra information for posts.
  • To sort posts by their event date.
  • To hide posts from unregistered user.

Thus, they can be easily uncontrollable., (*5)

TSCF provides scalable way. A JSON file indicates what custom fields should be and you can get their value., (*6)

You can maintain it on VCS like git or svn., (*7)

Additional features:, (*8)

  • Supports child theme. you can override config file.
  • JSON editor. But we don't recommend it. Don't edit it directly on production environment.

Installation

  1. Upload the plugin files to the /wp-content/plugins/tscf directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. If JSON doesn't exist, put it or create from Appearance > Custom Fields Config.

We also host this plugin on github, build like below. composer and npm are required., (*9)

# Move to your plugin directory.
cd wp-content/plugins
# Clone repo.
git clone git@github.com:tarosky/tscf.git
# Buidl plugin.
cd tscf
composer install
npm install
npm run package
# If you want watch assets, run watch.
npm run watch

Of course, any pull requests are welcomed :), (*10)

Frequently Asked Questions

I founded a bug.

Please make issue on github., (*11)

Screenshots

W.I.P, (*12)

Changelog

1.1.1

  • Fix fatal error on composer loading.

1.1.0

  • Composer ready.

1.0.0

  • Initial release.

The Versions

11/06 2018

dev-master

9999999-dev

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

05/03 2018

1.1.5

1.1.5.0

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

05/03 2018

dev-bugfix/remove_error_log

dev-bugfix/remove_error_log

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

04/02 2018

1.1.4

1.1.4.0

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

04/02 2018

1.1.3

1.1.3.0

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

04/02 2018

1.1.2

1.1.2.0

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.4

 

by Takahashi Fumiki

04/02 2018

1.1.0

1.1.0.0

Tarosky's Custom Field manager.

  Sources   Download

GPL-3.0-or-later.

The Requires

  • php >=5.4

 

by Takahashi Fumiki

23/10 2017

1.0.0

1.0.0.0

Tarosky's Custom Field manager.

  Sources   Download

GPL3.0 or later.

The Requires

  • php >=5.4

 

by Takahashi Fumiki