Real-Time Find and Replace - Version 1.2

Version Description

  • Missing files in version 1.1 added back into distribution.
Download this release

Release Info

Developer Marios Alexandrou
Plugin Icon 128x128 Real-Time Find and Replace
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

Files changed (2) hide show
  1. readme.txt +5 -2
  2. real-time-find-and-replace.php +1 -1
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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
 
@@ -60,4 +60,7 @@ http://wordpress.org/extend/plugins/rss-includes-pages/
60
  * Initial release.
61
 
62
  = 1.1 =
63
- * FAQ updates and confirming plugin works with WordPress 2.9.2.
 
 
 
3
  Tags: find, replace
4
  Requires at least: 2.7
5
  Tested up to: 2.9.2
6
+ Stable tag: 1.2
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
 
60
  * Initial release.
61
 
62
  = 1.1 =
63
+ * FAQ updates and confirming plugin works with WordPress 2.9.2.
64
+
65
+ = 1.2 =
66
+ * Missing files in version 1.1 added back into distribution.
real-time-find-and-replace.php CHANGED
@@ -1,7 +1,7 @@
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
1
  <?php
2
  /*
3
  Plugin Name: Real-Time Find and Replace
4
+ Version: 1.2
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