Title: Release Notes
Author: jordanleven
Published: <strong>26 ກັນຍາ 2017</strong>
Last modified: 29 ເມສາ 2019

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/release-notes/assets/banner-772x250.png?rev=1736489)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://ps.w.org/release-notes/assets/icon-256x256.png?rev=1736474)

# Release Notes

 ໂດຍ [jordanleven](https://profiles.wordpress.org/jordanleven/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/release-notes.1.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/release-notes/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/release-notes/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/release-notes/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/release-notes/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/release-notes/)

## ຄຳອະທິບາຍ

For developers who are deploying multiple themes, it’s useful to have a full version
history that details new features, improvements, and bug fixes. With Release Notes,
this is simpler than ever.

Using the provided .json template and your own style.css main stylesheet, you can
organize your theme deployments in releases (major, minor, and bug fixes).

**Features**

 * Works with single installations and Multisite
 * Works with parent themes and child themes
 * Parses releases notes into easy-to-read sections that show users what features
   are new with each new release

**Feature Requests and Bug Reports**

Please report any feature requests you have or bugs you encounter [under the Support tab](https://wordpress.org/support/plugin/release-notes).
This is a new plugin and I’m hoping to add more user-requested features to make 
this useful to developers.

**Grunt Integration**

Are you a Grunt user? Check out [release-notes-to-readme on npmJS](https://www.npmjs.com/package/grunt-release-notes-to-readme).
This package can be used to parse our your release notes into a nice ReadMe.md format
that can be included in your theme.

## ພາບໜ້າຈໍ

 * [[
 * See the current version of your site in the main Dashboard.
 * [[
 * The release notes for the most current version will show by default.
 * [[
 * Click on any release to see notes for that version.

## ການຕິດຕັ້ງ

Upload the Release Notes plugin to your site, and then simply activate it. You’ll
now see the current theme information on your Dashboard and as a submenu under Dashboard.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  1. What format do my release notes need to be in?

Use the provided `release-notes-sample.json` file for inspiration. They should fall
under the format of an associative array, where the key for each release notes is
the full version (x.x.x).

    ```
    {
        "1.1.0":{
            "release_description" : "Version 1.1 of Release Notes has some new features.",
            "release_date" : "2017-09-01 00:00:00",
            "release_notes" :[
                {
                    "note_title"       : "All da features",
                    "note_description" : null,
                    "note_bullets"     :[
                        "<mark>Mark it up!</mark>"
                    ]
                }
            ]
        },
        "1.0.0":{
            "release_description" : "Version 1.0 of Release Notes is a major release that includes a fun new way to view release notes for themes.",
            "release_date" : "2017-08-01 00:00:00",
            "release_notes" :[
                {
                    "note_title"       : "Initial commit",
                    "note_description" : "You can optionally include descriptions. Otherwise, omit it or make its value null`",
                "note_bullets"     :[
                    "Supports <b>text</b> <i>styles</i>",
                    "And other stuff"
                ]
            },

            {
                "note_title"       : "More features!",
                "note_description" : null,
                "note_bullets"     :[
                    "Do what ya want"
                ]
            }
        ]
    }
    ```

}`

Note that `release_description` and `note_description` are optional fields.

  2. Where is the current version of the site being pulled in from?

The current version of your site will be pulled using what’s in `style.css`. Ideally,
the most recent version in the release notes will match what’s the current version
is style.css

  3. It’s producing an error that says my notes are invalid

Make sure your file is valid! Use a JSON validator like [JSON Lint](https://jsonlint.com)
to validate your notes.

  4. It says it cannot find my release notes

Make sure your file is called `release-notes.json` and is located in the root directory
of your theme.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Release Notes” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ jordanleven ](https://profiles.wordpress.org/jordanleven/)

[ແປ “Release Notes” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/release-notes)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/release-notes/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/release-notes/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/release-notes/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/release-notes/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.1

 * Initial release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **7 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.7 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **5.2.24**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/release-notes/)
 * ແທັກ
 * [notes](https://lo.wordpress.org/plugins/tags/notes/)[release](https://lo.wordpress.org/plugins/tags/release/)
   [themes](https://lo.wordpress.org/plugins/tags/themes/)[versions](https://lo.wordpress.org/plugins/tags/versions/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/release-notes/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](https://wordpress.org/support/plugin/release-notes/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/release-notes/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ jordanleven ](https://profiles.wordpress.org/jordanleven/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/release-notes/)