﻿=== real.PostImages ===

Contributors: Realist
Donate link:
Tags: real, real., real.postimages, postimages, post images, images, image, thumb, thumbnail, thumbnails, admin, post, media, gallery, реалист, картинка, миниатюра, картинки, миниатюры, админ, пост, запись, медиа, изображения, галерея
Requires at least: 4.1.1
Tested up to: 4.5.2
Stable tag: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Дополнительное поле записей (постов) для изображений. | English read below

== Description ==

*English read below*

Плагин дает возможность прикреплять дополнительные изображения к записям (в отдельной области, как дополнительное поле).

Для получения массива с информацией об изображениях записи, можно использовать функцию `get_post_images($post_id)`. Если параметр `$post_id` не указан, то будет взят ID текущей записи `$post->ID`.

*Machine translation:*

The plugin gives you the possibility to add images to the posts (in separate area, as an custom field).

To get the array with information about the posts images, you can use the function `get_post_images($post_id)`. If the parameter `$post_id` is not specified, it will be taken ID of the current post `$post->ID`.

== Installation ==

Как и любой другой плагин WordPress.

**Machine translation:**

Like any other WordPress plugin.

== Screenshots ==

1. Дополнительная область | Separate area
1. Окно добавления изображений | Window to add images

== Changelog ==

= 1.3 =

* Добавлена поддержка страниц и пользовательских типов записей.

*Machine translation:*

* Added support for Pages and Custom Posts Types.

= 1.2 =

* Изменилась структура архива возвращаемых данных.

*Machine translation:*

* Changed the array structure of the returned data.

= 1.1 =

* Добавлена функция для получения информации об изображениях записи `get_post_images($post_id)`.

*Machine translation:*

* Added function to get information about the posts images `get_post_images($post_id)`.