Skip to content

Commit e665728

Browse files
committed
version bump; tested up to
1 parent c9a0e52 commit e665728

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Thumbs.db
22
node_modules/*
33
.idea/*
4-
fancybox-for-wordpress.zip
4+
*.zip
55
.DS_Store
66
package-lock.json
77
.standard.json

fancybox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Version: 3.3.5
77
* Author: Colorlib
88
* Author URI: https://colorlib.com/wp/
9-
* Tested up to: 6.5
9+
* Tested up to: 6.7
1010
* Requires: 4.6 or higher
1111
* License: GPLv3 or later
1212
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -36,7 +36,7 @@
3636
* Plugin Init
3737
*/
3838
// Constants
39-
define( 'FBFW_VERSION', '3.3.4' );
39+
define( 'FBFW_VERSION', '3.3.5' );
4040
define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
4141
define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
4242
define( 'FBFW_PLUGIN_BASE', plugin_basename( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fancybox-for-wordpress",
33
"main": "Gruntfile.js",
4-
"version": "3.3.4",
4+
"version": "3.3.5",
55
"homepage": "https://www.colorlib.com",
66
"author": "Colorlib",
77
"license": "GPL v3",

0 commit comments

Comments
 (0)