Version Description
- Fixing contributor list format.
Download this release
Release Info
Developer | Marios Alexandrou |
Plugin | Real-Time Find and Replace |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.4.2
- js/jquery.dynamicfields.js +0 -1
- js/jquery.highlightFade.js +1 -1
- readme.txt +13 -4
- real-time-find-and-replace.php +1 -1
js/jquery.dynamicfields.js
CHANGED
@@ -9,4 +9,3 @@ function addFormField() {
|
|
9 |
}
|
10 |
function removeFormField(id) {
|
11 |
jQuery(id).highlightFade({color:'rgb(255,0,0)',complete:function() { jQuery(id).remove() },iterator:'sinusoidal'});}
|
12 |
-
|
9 |
}
|
10 |
function removeFormField(id) {
|
11 |
jQuery(id).highlightFade({color:'rgb(255,0,0)',complete:function() { jQuery(id).remove() },iterator:'sinusoidal'});}
|
|
js/jquery.highlightFade.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/**
|
2 |
* jQuery Plugin highlightFade (jquery.offput.ca/highlightFade)
|
3 |
-
* (c) 2006 Blair Mitchelmore (offput.ca) blair@offput.ca
|
4 |
*/
|
5 |
/**
|
6 |
* This is version 0.7 of my highlightFade plugin. It follows the yellow fade technique of Web 2.0 fame
|
1 |
/**
|
2 |
* jQuery Plugin highlightFade (jquery.offput.ca/highlightFade)
|
3 |
+
* (c) 2006 Blair Mitchelmore (offput.ca) blair@offput.ca
|
4 |
*/
|
5 |
/**
|
6 |
* This is version 0.7 of my highlightFade plugin. It follows the yellow fade technique of Web 2.0 fame
|
readme.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
=== Real-Time Find and Replace ===
|
2 |
-
Contributors:
|
|
|
3 |
Tags: find, replace
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 3.
|
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 |
|
@@ -70,4 +73,10 @@ http://wordpress.org/extend/plugins/rss-includes-pages/
|
|
70 |
* Missing files in version 1.1 added back into distribution.
|
71 |
|
72 |
= 1.3 =
|
73 |
-
* Confirm that plugin works fine with WordPress 3.2 despite reports to the contrary.
|
|
|
|
|
|
|
|
|
|
|
|
1 |
=== Real-Time Find and Replace ===
|
2 |
+
Contributors: Marios Alexandrou
|
3 |
+
Donate link: http://infolific.com/technology/software-worth-using/real-time-find-and-replace-for-wordpress/
|
4 |
Tags: find, replace
|
5 |
Requires at least: 2.7
|
6 |
+
Tested up to: 3.4
|
7 |
+
Stable tag: 1.4.2
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
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.
|
12 |
|
73 |
* Missing files in version 1.1 added back into distribution.
|
74 |
|
75 |
= 1.3 =
|
76 |
+
* Confirm that plugin works fine with WordPress 3.2 despite reports to the contrary.
|
77 |
+
|
78 |
+
= 1.3.1 =
|
79 |
+
* Missing files in 1.3 distribution.
|
80 |
+
|
81 |
+
= 1.4.2 =
|
82 |
+
* Fixing contributor list format.
|
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.
|
5 |
Plugin URI: http://infolific.com/technology/software-worth-using/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.4.2
|
5 |
Plugin URI: http://infolific.com/technology/software-worth-using/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
|