Plugin Directory

Changeset 2646930


Ignore:
Timestamp:
12/20/2021 05:52:31 PM (4 years ago)
Author:
sbruner
Message:

Update to version 1.0.12 from GitHub

Location:
piklist
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • piklist/tags/1.0.12/includes/class-piklist-admin.php

    r1970128 r2646930  
    176176      ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/css/admin.css'
    177177      ,'ver' => piklist::$version
    178       ,'enqueue' => true
    179       ,'in_footer' => false
    180       ,'media' => 'screen, projection'
    181       ,'admin' => true
    182     ));
    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'
    188178      ,'enqueue' => true
    189179      ,'in_footer' => false
  • piklist/tags/1.0.12/piklist.php

    r2441742 r2646930  
    44Plugin URI: https://piklist.com
    55Description: The most powerful framework available for WordPress.
    6 Version: 1.0.11
     6Version: 1.0.12
    77Author: Piklist
    88Author URI: https://piklist.com
     
    1313
    1414/*
    15   Copyright (c) 2012-2020 Piklist, LLC.
     15  Copyright (c) 2012-2022 Piklist, LLC.
    1616  All rights reserved.
    1717
  • piklist/tags/1.0.12/readme.txt

    r2441742 r2646930  
    33Tested up to: 4.9
    44Requires at least: 4.0
    5 Stable tag: 1.0.11
     5Stable tag: 1.0.12
    66Requires PHP: 5.3
    77Tags: custom field, custom fields, forms, framework, flexible, content, meta boxes, post types, repeater, advanced
     
    151151
    152152== Changelog ==
     153
     154= 1.0.12 =
     155Release Date: December 20, 2021
     156
     157* ENHANCED: Remove custom dashicons. Not needed anymore.
    153158
    154159= 1.0.11 =
  • piklist/trunk/includes/class-piklist-admin.php

    r1970128 r2646930  
    176176      ,'src' => piklist::$add_ons['piklist']['url'] . '/parts/css/admin.css'
    177177      ,'ver' => piklist::$version
    178       ,'enqueue' => true
    179       ,'in_footer' => false
    180       ,'media' => 'screen, projection'
    181       ,'admin' => true
    182     ));
    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'
    188178      ,'enqueue' => true
    189179      ,'in_footer' => false
  • piklist/trunk/piklist.php

    r2441742 r2646930  
    44Plugin URI: https://piklist.com
    55Description: The most powerful framework available for WordPress.
    6 Version: 1.0.11
     6Version: 1.0.12
    77Author: Piklist
    88Author URI: https://piklist.com
     
    1313
    1414/*
    15   Copyright (c) 2012-2020 Piklist, LLC.
     15  Copyright (c) 2012-2022 Piklist, LLC.
    1616  All rights reserved.
    1717
  • piklist/trunk/readme.txt

    r2441742 r2646930  
    33Tested up to: 4.9
    44Requires at least: 4.0
    5 Stable tag: 1.0.11
     5Stable tag: 1.0.12
    66Requires PHP: 5.3
    77Tags: custom field, custom fields, forms, framework, flexible, content, meta boxes, post types, repeater, advanced
     
    151151
    152152== Changelog ==
     153
     154= 1.0.12 =
     155Release Date: December 20, 2021
     156
     157* ENHANCED: Remove custom dashicons. Not needed anymore.
    153158
    154159= 1.0.11 =
Note: See TracChangeset for help on using the changeset viewer.