Changeset 385956
- Timestamp:
- 05/17/2011 05:57:06 PM (15 years ago)
- Location:
- in-over-your-archives/tags/1.4.2
- Files:
-
- 2 edited
-
in_over_your_archives.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
in-over-your-archives/tags/1.4.2/in_over_your_archives.php
r379993 r385956 4 4 Plugin URI: http://wordpress.org/extend/plugins/in-over-your-archives/ 5 5 Description: This plugin will display your archive page in a nice way, just like on inoveryourhead.net 6 Version: 1.4. 16 Version: 1.4.2 7 7 Author: stresslimit 8 8 Author URI: http://stresslimitdesign.com … … 52 52 -------------------------------------------------------------*/ 53 53 54 define( 'IOYA_VERSION', '1.4. 1' );54 define( 'IOYA_VERSION', '1.4.2' ); 55 55 define( 'IOYA_PLUGIN_URL', path_join(plugins_url(), 'in-over-your-archives' ) ); 56 56 // define( 'IOYA_PLUGIN_URL', path_join( WP_PLUGIN_URL, basename( dirname( __FILE__ ) ).'' ) ); -
in-over-your-archives/tags/1.4.2/readme.txt
r379993 r385956 65 65 == Changelog == 66 66 67 = 1.4.2 = 68 * small bug fixes 69 67 70 = 1.4.1 = 68 71 * implemented shortcode filtering by category.
Note: See TracChangeset
for help on using the changeset viewer.