Changeset 1754305
- Timestamp:
- 10/28/2017 09:04:55 AM (8 years ago)
- Location:
- checklist-in-post
- Files:
-
- 20 added
- 1 deleted
- 1 edited
-
tags/1.1 (added)
-
tags/1.1/admin (added)
-
tags/1.1/admin/options.php (added)
-
tags/1.1/checklist_in_post.js (added)
-
tags/1.1/checklist_in_post.php (added)
-
tags/1.1/checklist_in_post_frontend.js (added)
-
tags/1.1/css (added)
-
tags/1.1/css/checklist_in_post.css (added)
-
tags/1.1/css/checklist_in_post_frontend.css (added)
-
tags/1.1/readme.txt (added)
-
trunk/checklist-in-post (added)
-
trunk/checklist-in-post/admin (added)
-
trunk/checklist-in-post/admin/options.php (added)
-
trunk/checklist-in-post/checklist_in_post.js (added)
-
trunk/checklist-in-post/checklist_in_post.php (added)
-
trunk/checklist-in-post/checklist_in_post_frontend.js (added)
-
trunk/checklist-in-post/css (added)
-
trunk/checklist-in-post/css/checklist_in_post.css (added)
-
trunk/checklist-in-post/css/checklist_in_post_frontend.css (added)
-
trunk/checklist-in-post/readme.txt (added)
-
trunk/checklist_in_post (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checklist-in-post/trunk/readme.txt
r1713362 r1754305 4 4 Requires at least: 3.0 5 5 Tested up to: 4.8 6 Stable tag: 1. 0.46 Stable tag: 1.1 7 7 License: #GNUGPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl.html … … 13 13 Allow creating checklists in posts based on bulleted list. 14 14 15 Usage: 16 17 Create / Edit Post and add classic Visual Editor bulleted list to it. 18 Select list in Visual Editor an click button \"Add Checklist\". 19 Shortcodes [checklist_in_post] [/checklist_in_post] will appear. 15 *Usage:* 16 * Create / Edit Post and add classic Visual Editor bulleted list to it. 17 * Select list in Visual Editor and click button `"Add Checklist"`. 18 * Shortcodes `[checklist_in_post] [/checklist_in_post]` will appear. 20 19 21 20 == Installation == 22 21 EN: 23 22 24 Upload the directory wordpresschecklistinpost in /wp-content/plugins/ or install the plugin over the plugin manager of WordPress.25 Activate the plugin over the plugin manager of WordPress.23 * Upload the directory wordpresschecklistinpost in /wp-content/plugins/ or install the plugin over the plugin manager of WordPress. 24 * Activate the plugin over the plugin manager of WordPress. 26 25 27 Usage: 28 Create / Edit Post and add classic Visual Editor bulleted list to it.29 Select list in Visual Editor an click button \"Add Checklist\".30 Shortcodes [checklist_in_post] [/checklist_in_post]will appear.26 *Usage:* 27 * Create / Edit Post and add classic Visual Editor bulleted list to it. 28 * Select list in Visual Editor and click button `"Add Checklist"`. 29 * Shortcodes `[checklist_in_post] [/checklist_in_post]` will appear. 31 30 32 31 == Changelog == 32 1.1.0 33 New : Changed way how checked elements are build, changed classes 34 New : Cookie support - settings page into WordPress Admin. 365 days period. 33 35 1.0.4 34 36 Fixed: Contact Form conflict resolved (Thanks to @tdper)
Note: See TracChangeset
for help on using the changeset viewer.