Version Description
- Added minor doc tweaks.
Download this release
Release Info
Developer | sewmyheadon |
Plugin | Posts in Page |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- posts_in_page.php +10 -10
- readme.txt +8 -2
posts_in_page.php
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
------------------------------------------------------------------------
|
14 |
-
IvyCat Posts in Page, Copyright
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License as published by
|
1 |
<?php
|
2 |
|
3 |
+
/*
|
4 |
+
Plugin Name: Posts in Page
|
5 |
+
Plugin URI: http://www.ivycat.com/wordpress/wordpress-plugins/posts-in-page/
|
6 |
+
Description: Easily add one or more posts to any page using simple shortcodes. Supports categories, tags, custom post types, custom taxonomies, and more.
|
7 |
+
Author: IvyCat Web Services
|
8 |
+
Author URI: http://www.ivycat.com
|
9 |
+
version: 1.2.3
|
10 |
+
License: GNU General Public License v2.0
|
11 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
13 |
------------------------------------------------------------------------
|
14 |
+
IvyCat Posts in Page, Copyright 2013 IvyCat, Inc. (admins@ivycat.com)
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License as published by
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Posts in Page ===
|
2 |
-
Contributors:
|
3 |
Donate link: http://www.ivycat.com/contribute/
|
4 |
Tags: shortcode, pages, posts, custom post types
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -127,6 +127,9 @@ Not likely, but let us know if it does; then we'll know we have something specia
|
|
127 |
|
128 |
== Changelog ==
|
129 |
|
|
|
|
|
|
|
130 |
= 1.2.2 =
|
131 |
* Added pagination, tweaked to turn off by default.
|
132 |
* Bug fixes.
|
@@ -170,6 +173,9 @@ Not likely, but let us know if it does; then we'll know we have something specia
|
|
170 |
|
171 |
== Upgrade Notice ==
|
172 |
|
|
|
|
|
|
|
173 |
= 1.2.2 =
|
174 |
* Small bug fixes for tags, pagination; not critical.
|
175 |
|
1 |
=== Posts in Page ===
|
2 |
+
Contributors: sewmyheadon, ivycat, dgilfoy
|
3 |
Donate link: http://www.ivycat.com/contribute/
|
4 |
Tags: shortcode, pages, posts, custom post types
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 1.2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
127 |
|
128 |
== Changelog ==
|
129 |
|
130 |
+
= 1.2.3 =
|
131 |
+
* Added minor doc tweaks.
|
132 |
+
|
133 |
= 1.2.2 =
|
134 |
* Added pagination, tweaked to turn off by default.
|
135 |
* Bug fixes.
|
173 |
|
174 |
== Upgrade Notice ==
|
175 |
|
176 |
+
= 1.2.3 =
|
177 |
+
* Housekeeping only; not urgent.
|
178 |
+
|
179 |
= 1.2.2 =
|
180 |
* Small bug fixes for tags, pagination; not critical.
|
181 |
|