Skip to content

Commit

Permalink
after new versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodgath committed Jun 1, 2021
1 parent bb7cccf commit 1c2403a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 2

###### v2.8.41
```
= UPDATED - changed update checker path
```
###### v2.8.4
```
= IMPROVED - upload field saving error
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ var DilazPanelScript = new function() {
/**
* Get Google fonts from JSON file
* @since Dilaz Panel 2.6.8
* @since Dilaz Panel 2.7.12 - added Google fonts preload helper script: googlefonts.3perf.com
* @since Dilaz Panel 2.8.2 - added Google fonts preload helper script: googlefonts.3perf.com
*/
$t.updateGoogleFonts = function(sectionId, fontFamily, fontWeight, fontStyle, fontSubset) {

Expand Down
24 changes: 12 additions & 12 deletions dilaz-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Author URI: https://github.com/Rodgath
* Text Domain: dilaz-panel
* Domain Path: /languages
* Version: 2.7.15
* Version: 2.8.41
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
||
Expand All @@ -19,7 +19,7 @@
||
|| @package Dilaz Panel
|| @subpackage Panel
|| @version 2.7.15
|| @version 2.8.41
|| @since Dilaz Panel 1.0
|| @author Rodgath, https://github.com/Rodgath
|| @copyright Copyright (C) 2017, Rodgath
Expand Down Expand Up @@ -75,7 +75,7 @@ class DilazPanel
/**
* Saved Google Fonts
*
* @since 2.7.12
* @since 2.8.2
* @var array
* @access protected
*/
Expand Down Expand Up @@ -172,7 +172,7 @@ function __construct($option_args = '')
/**
* Initialize
*
* @since 2.7.12
* @since 2.8.2
* @access public
* @return array
*/
Expand Down Expand Up @@ -459,7 +459,7 @@ public function enqueueScripts()
/**
* WP Editor custom styles
*
* @since 2.7.11
* @since 2.8.1
*
* @access public
* @return void
Expand All @@ -473,9 +473,9 @@ public function editorStyles()
* Sanitize parameters
*
* @since 2.5
* @since 2.7.8 - deprecated 'options_cap'
* @since 2.7.8 - sanitize 'options_view_cap' and 'options_save_cap'
* @since 2.7.14 - sanitize 'item_url'
* @since 2.7.8 - deprecated 'options_cap'
* @since 2.7.8 - sanitize 'options_view_cap' and 'options_save_cap'
* @since 2.8.4 - sanitize 'item_url'
*
* @access public
* @return void
Expand Down Expand Up @@ -551,7 +551,7 @@ public function sanitizeParams($params)
* Add Admin Bar Menu
*
* @since 1.0
* @since 2.7.11 added 'options_view_cap' capability check
* @since 2.8.1 - added 'options_view_cap' capability check
*
* @access public
* @global string $wp_admin_bar
Expand Down Expand Up @@ -1344,8 +1344,8 @@ public function resetOptions()
* Save all options
*
* @since 1.0
* @since 2.7.8 added user capability check before saving options
* @since 2.7.12 separately saving of all used Google fonts
* @since 2.7.8 - added user capability check before saving options
* @since 2.8.2 - separately saving of all used Google fonts
*
* @param string $option_name option name as used in wp_options table
*
Expand Down Expand Up @@ -1869,7 +1869,7 @@ public function importOptions()
/**
* Load Google fonts in frontend
*
* @since 2.7.12
* @since 2.8.2
* @return mixed Google fonts head tag code
*/
public function loadGoogleFonts($savedGoogleFonts = array())
Expand Down
2 changes: 1 addition & 1 deletion includes/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static function font()
/**
* Stacks for font family defaults
*
* @since 2.7.12
* @since 2.8.2
*
* @return array
*/
Expand Down
4 changes: 2 additions & 2 deletions includes/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* DilazPanelFields class
*
* @since 1.0
* @since 2.7.12 - changed to use 'echo' instead of 'return'
* @since 2.8.2 - changed to use 'echo' instead of 'return'
*
*/
class DilazPanelFields
Expand Down Expand Up @@ -193,7 +193,7 @@ public static function fieldTextarea($field)
/**
* Code
*
* @since 2.7.12
* @since 2.8.2
* @access public
*
* @param array $field Field arguments
Expand Down

0 comments on commit 1c2403a

Please sign in to comment.