Version Description
- FAQ updates and confirming plugin works with WordPress 2.9.2.
Download this release
Release Info
Developer | Marios Alexandrou |
Plugin | Real-Time Find and Replace |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.1
- readme.txt +11 -3
- real-time-find-and-replace.php +2 -2
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: find, replace
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 2.9.
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
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.
|
9 |
|
@@ -52,4 +52,12 @@ http://wordpress.org/extend/plugins/social-media-email-alerts/
|
|
52 |
|
53 |
RSS Includes Pages
|
54 |
Modifies RSS feeds so that they include pages and not just posts.
|
55 |
-
http://wordpress.org/extend/plugins/rss-includes-pages/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Contributors: marios-alexandrou
|
3 |
Tags: find, replace
|
4 |
Requires at least: 2.7
|
5 |
+
Tested up to: 2.9.2
|
6 |
+
Stable tag: 1.1
|
7 |
|
8 |
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.
|
9 |
|
52 |
|
53 |
RSS Includes Pages
|
54 |
Modifies RSS feeds so that they include pages and not just posts.
|
55 |
+
http://wordpress.org/extend/plugins/rss-includes-pages/
|
56 |
+
|
57 |
+
== Changelog ==
|
58 |
+
|
59 |
+
= 1.0 =
|
60 |
+
* Initial release.
|
61 |
+
|
62 |
+
= 1.1 =
|
63 |
+
* FAQ updates and confirming plugin works with WordPress 2.9.2.
|
real-time-find-and-replace.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Real-Time Find and Replace
|
4 |
-
Version: 1.
|
5 |
-
Plugin URI: http://www.mariosalexandrou.com/
|
6 |
Description: 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.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Real-Time Find and Replace
|
4 |
+
Version: 1.1
|
5 |
+
Plugin URI: http://www.mariosalexandrou.com/blog/real-time-find-and-replace-for-wordpress/
|
6 |
Description: 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.
|
7 |
Author: Marios Alexandrou
|
8 |
Author URI: http://www.mariosalexandrou.com/
|