Version Description
- FAQ updates and confirming plugin works with WordPress 2.9.2.
Download this release
Release Info
Developer | Marios Alexandrou |
Plugin | RSS Includes Pages |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- readme.txt +14 -3
- rss-includes-pages.php +2 -2
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: rss, feed, feeds, pages
|
4 |
Requires at least: 2.5
|
5 |
-
Tested up to: 2.9.
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
Modifies RSS feeds so that they include pages and not just posts.
|
9 |
|
@@ -46,4 +46,15 @@ http://wordpress.org/extend/plugins/social-media-email-alerts/
|
|
46 |
|
47 |
Real-Time Find and Replace
|
48 |
Set up find and replace rules that are executed AFTER a page is generated by WordPress, but BEFORE it is sent to a user's browser.
|
49 |
-
http://wordpress.org/extend/plugins/real-time-find-and-replace/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: rss, feed, feeds, pages
|
4 |
Requires at least: 2.5
|
5 |
+
Tested up to: 2.9.2
|
6 |
+
Stable tag: 1.2
|
7 |
|
8 |
Modifies RSS feeds so that they include pages and not just posts.
|
9 |
|
46 |
|
47 |
Real-Time Find and Replace
|
48 |
Set up find and replace rules that are executed AFTER a page is generated by WordPress, but BEFORE it is sent to a user's browser.
|
49 |
+
http://wordpress.org/extend/plugins/real-time-find-and-replace/
|
50 |
+
|
51 |
+
== Changelog ==
|
52 |
+
|
53 |
+
= 1.0 =
|
54 |
+
* Initial release.
|
55 |
+
|
56 |
+
= 1.1 =
|
57 |
+
* Fixes for new WordPress release.
|
58 |
+
|
59 |
+
= 1.2 =
|
60 |
+
* FAQ updates and confirming plugin works with WordPress 2.9.2.
|
rss-includes-pages.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: RSS Includes Pages
|
4 |
-
Version: 1.
|
5 |
-
Plugin URI: http://www.mariosalexandrou.com/rss-
|
6 |
Description: Include pages (not just posts) in RSS feeds. Particularly useful to those that use WordPress as a CMS.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: RSS Includes Pages
|
4 |
+
Version: 1.2
|
5 |
+
Plugin URI: http://www.mariosalexandrou.com/blog/include-pages-in-wordpress-rss-feeds/
|
6 |
Description: Include pages (not just posts) in RSS feeds. Particularly useful to those that use WordPress as a CMS.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|