Changeset 2646930
- Timestamp:
- 12/20/2021 05:52:31 PM (4 years ago)
- Location:
- piklist
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.0.12 (copied) (copied from piklist/trunk)
-
tags/1.0.12/includes/class-piklist-admin.php (modified) (1 diff)
-
tags/1.0.12/parts/fonts/dashicons.css (deleted)
-
tags/1.0.12/piklist.php (modified) (2 diffs)
-
tags/1.0.12/readme.txt (modified) (2 diffs)
-
trunk/includes/class-piklist-admin.php (modified) (1 diff)
-
trunk/parts/fonts/dashicons.css (deleted)
-
trunk/piklist.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piklist/tags/1.0.12/includes/class-piklist-admin.php
r1970128 r2646930 176 176 ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/css/admin.css' 177 177 ,'ver' => piklist::$version 178 ,'enqueue' => true179 ,'in_footer' => false180 ,'media' => 'screen, projection'181 ,'admin' => true182 ));183 184 array_push($assets['styles'], array(185 'handle' => 'piklist-dashicons'186 ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/fonts/dashicons.css'187 ,'ver' => '20140105'188 178 ,'enqueue' => true 189 179 ,'in_footer' => false -
piklist/tags/1.0.12/piklist.php
r2441742 r2646930 4 4 Plugin URI: https://piklist.com 5 5 Description: The most powerful framework available for WordPress. 6 Version: 1.0.1 16 Version: 1.0.12 7 7 Author: Piklist 8 8 Author URI: https://piklist.com … … 13 13 14 14 /* 15 Copyright (c) 2012-202 0Piklist, LLC.15 Copyright (c) 2012-2022 Piklist, LLC. 16 16 All rights reserved. 17 17 -
piklist/tags/1.0.12/readme.txt
r2441742 r2646930 3 3 Tested up to: 4.9 4 4 Requires at least: 4.0 5 Stable tag: 1.0.1 15 Stable tag: 1.0.12 6 6 Requires PHP: 5.3 7 7 Tags: custom field, custom fields, forms, framework, flexible, content, meta boxes, post types, repeater, advanced … … 151 151 152 152 == Changelog == 153 154 = 1.0.12 = 155 Release Date: December 20, 2021 156 157 * ENHANCED: Remove custom dashicons. Not needed anymore. 153 158 154 159 = 1.0.11 = -
piklist/trunk/includes/class-piklist-admin.php
r1970128 r2646930 176 176 ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/css/admin.css' 177 177 ,'ver' => piklist::$version 178 ,'enqueue' => true179 ,'in_footer' => false180 ,'media' => 'screen, projection'181 ,'admin' => true182 ));183 184 array_push($assets['styles'], array(185 'handle' => 'piklist-dashicons'186 ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/fonts/dashicons.css'187 ,'ver' => '20140105'188 178 ,'enqueue' => true 189 179 ,'in_footer' => false -
piklist/trunk/piklist.php
r2441742 r2646930 4 4 Plugin URI: https://piklist.com 5 5 Description: The most powerful framework available for WordPress. 6 Version: 1.0.1 16 Version: 1.0.12 7 7 Author: Piklist 8 8 Author URI: https://piklist.com … … 13 13 14 14 /* 15 Copyright (c) 2012-202 0Piklist, LLC.15 Copyright (c) 2012-2022 Piklist, LLC. 16 16 All rights reserved. 17 17 -
piklist/trunk/readme.txt
r2441742 r2646930 3 3 Tested up to: 4.9 4 4 Requires at least: 4.0 5 Stable tag: 1.0.1 15 Stable tag: 1.0.12 6 6 Requires PHP: 5.3 7 7 Tags: custom field, custom fields, forms, framework, flexible, content, meta boxes, post types, repeater, advanced … … 151 151 152 152 == Changelog == 153 154 = 1.0.12 = 155 Release Date: December 20, 2021 156 157 * ENHANCED: Remove custom dashicons. Not needed anymore. 153 158 154 159 = 1.0.11 =
Note: See TracChangeset
for help on using the changeset viewer.