Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixkaito/post-branch
https://github.com/ixkaito/post-branch
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixkaito/post-branch
- Owner: ixkaito
- Created: 2019-12-03T06:26:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T05:52:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T18:10:38.252Z (about 1 month ago)
- Language: PHP
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=== WP Post Branches ===
Contributors: horike,amimotoami,webnist,wokamoto,gatespace,mt8biz
Tags: post, post type, branch
Requires at least: 3.7.1
Tested up to: 4.6.1
Stable tag: 2.3.4WP Post Branches will create a private branch of an post in public. When you publish a branch, overwrite the original post.
== Description ==
WP Post Branches will create a private branch of an post in public. When you publish a branch, overwrite the original post.
= Translators =
* Japanese(ja) - [Horike Takahiro](http://twitter.com/horike37)You can send your own language pack to me.
= Contributors =
* [Horike Takahiro](http://twitter.com/horike37)== Installation ==
1. Upload `wp-post-branches` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.== Screenshots ==
1. Push Create Branch.
2. Create the branch.== Changelog ==
= 1.0 =
* first release.= 1.2 =
* stopped using WP_PLUGIN_URL, to use plugins_url()= 2.0 =
* I've added a feature of future to publish.= 2.2 =
* apply post_type page.= 2.3 =
* apply custom post_type= 2.3.1 =
* Skip redirect when defined DOING_CRON= 2.3.2 =
* Add branch message in posts list= 2.3.4 =
* Bug fix