Changeset 453514
- Timestamp:
- 10/20/2011 06:01:34 PM (14 years ago)
- Location:
- wp-smushit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-smushit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-smushit/trunk/readme.txt
r452660 r453514 Β 8 8 Requires at least: 2.9 9 9 Tested up to: 3.2.1 10 Β Stable tag: 1.4. 2Β 10 Stable tag: 1.4.3 11 11 12 12 Reduce image file sizes and improve performance using the <a href="http://smush.it/">Smush.it</a> API within WordPress. β¦ β¦ Β 49 49 50 50 == Changelog == Β 51 Β 52 = 1.4.3 = Β 53 * cleaner handling of file paths 51 54 52 55 = 1.4.2 = -
wp-smushit/trunk/wp-smushit.php
r452660 r453514 Β 29 29 30 30 define('WP_SMUSHIT_DOMAIN', 'wp_smushit'); 31 Β define('WP_SMUSHIT_UA', 'WP Smush.it/1.4. 2(+http://dialect.ca/code/wp-smushit)');Β 31 define('WP_SMUSHIT_UA', 'WP Smush.it/1.4.3 (+http://dialect.ca/code/wp-smushit)'); 32 32 define('WP_SMUSHIT_PLUGIN_DIR', dirname(plugin_basename(__FILE__))); 33 33
Note: See TracChangeset
for help on using the changeset viewer.