Skip to content

Commit

Permalink
Update to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aadiityaak committed Jun 2, 2023
1 parent 0e5ed89 commit fa04026
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 32 deletions.
2 changes: 1 addition & 1 deletion assets/js/sweetaddon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/sweetaddon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions inc/websweet-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ function websweetxyz_register_required_plugins()
'slug' => 'kirki',
'required' => true,
),
array(
'name' => 'All-In-One Security (AIOS) – Security and Firewall',
'slug' => 'all-in-one-wp-security-and-firewall',
'required' => true,
),
// array(
// 'name' => 'WooCommerce',
// 'slug' => 'woocommerce',
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetaddon",
"version": "1.6.0",
"version": "1.6.5",
"description": "A simple addon for the Sweetweb theme",
"author": "websweet.xyz",
"homepage": "https://websweet.xyz",
Expand Down
6 changes: 3 additions & 3 deletions sweetaddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
*
* @link dev.websweet.xyz
* @since 1.2.1
* @since 1.2.0
* @package Sweetaddon
*
* @wordpress-plugin
* Plugin Name: Sweet Addon
* Plugin URI: websweet.xyz
* Description: Plugin for websweet.xyz client.
* Version: 1.6.0
* Version: 1.6.5
* Author: Aditya Kristyanto
* Author URI: dev.websweet.xyz
* License: GPL-2.0+
Expand All @@ -29,7 +29,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('SWEETADDON_VERSION', '1.6.0');
define('SWEETADDON_VERSION', '1.6.5');

/**
* Define plugin path url
Expand Down

0 comments on commit fa04026

Please sign in to comment.