Changeset 1679236
- Timestamp:
- 06/15/2017 01:50:46 PM (9 years ago)
- Location:
- iki-toolkit
- Files:
-
- 16 edited
- 1 copied
-
tags/1.1.6 (copied) (copied from iki-toolkit/trunk)
-
tags/1.1.6/README.txt (modified) (2 diffs)
-
tags/1.1.6/iki-toolkit.php (modified) (2 diffs)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-1-reverse.png (modified) (previous)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-1.png (modified) (previous)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-2-reverse.png (modified) (previous)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-2.png (modified) (previous)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-3-reverse.png (modified) (previous)
-
tags/1.1.6/includes/wonder-grid/assets/mixed-3.png (modified) (previous)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/iki-toolkit.php (modified) (2 diffs)
-
trunk/includes/wonder-grid/assets/mixed-1-reverse.png (modified) (previous)
-
trunk/includes/wonder-grid/assets/mixed-1.png (modified) (previous)
-
trunk/includes/wonder-grid/assets/mixed-2-reverse.png (modified) (previous)
-
trunk/includes/wonder-grid/assets/mixed-2.png (modified) (previous)
-
trunk/includes/wonder-grid/assets/mixed-3-reverse.png (modified) (previous)
-
trunk/includes/wonder-grid/assets/mixed-3.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
iki-toolkit/tags/1.1.6/README.txt
r1679200 r1679236 4 4 Requires at least: 4.0.1 5 5 Tested up to: 4.8.0 6 Stable tag: 1.1. 56 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.5 =41 * Optimize loading of CSS files42 = 1.1.4 =43 * Optimize loading of JS files44 40 = 1.1.3 = 45 41 * Correct error with required files -
iki-toolkit/tags/1.1.6/iki-toolkit.php
r1679200 r1679236 11 11 * Description: The Iki Toolkit extends functionality to Iki Themes, providing custom post types and more. 12 12 * 13 * Version: 1.1. 513 * Version: 1.1.0 14 14 * Author: Ivan Vlatkovic 15 15 * Author URI: https://profiles.wordpress.org/iki_xx … … 26 26 } 27 27 28 28 //==dev-code 29 require( 'dev/load.php' ); 30 //==end-dev-code 29 31 30 32 define( 'IKI_TOOLKIT_ROOT', plugin_dir_path( __FILE__ ) ); -
iki-toolkit/trunk/README.txt
r1679200 r1679236 4 4 Requires at least: 4.0.1 5 5 Tested up to: 4.8.0 6 Stable tag: 1.1. 56 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.5 =41 * Optimize loading of CSS files42 = 1.1.4 =43 * Optimize loading of JS files44 40 = 1.1.3 = 45 41 * Correct error with required files -
iki-toolkit/trunk/iki-toolkit.php
r1679200 r1679236 11 11 * Description: The Iki Toolkit extends functionality to Iki Themes, providing custom post types and more. 12 12 * 13 * Version: 1.1. 513 * Version: 1.1.0 14 14 * Author: Ivan Vlatkovic 15 15 * Author URI: https://profiles.wordpress.org/iki_xx … … 26 26 } 27 27 28 28 //==dev-code 29 require( 'dev/load.php' ); 30 //==end-dev-code 29 31 30 32 define( 'IKI_TOOLKIT_ROOT', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.