Skip to content

Commit

Permalink
version bump; tested up to
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanaldea89 committed Nov 12, 2024
1 parent c9a0e52 commit e665728
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thumbs.db
node_modules/*
.idea/*
fancybox-for-wordpress.zip
*.zip
.DS_Store
package-lock.json
.standard.json
4 changes: 2 additions & 2 deletions fancybox.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Version: 3.3.5
* Author: Colorlib
* Author URI: https://colorlib.com/wp/
* Tested up to: 6.5
* Tested up to: 6.7
* Requires: 4.6 or higher
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -36,7 +36,7 @@
* Plugin Init
*/
// Constants
define( 'FBFW_VERSION', '3.3.4' );
define( 'FBFW_VERSION', '3.3.5' );
define( 'FBFW_PATH', plugin_dir_path( __FILE__ ) );
define( 'FBFW_URL', plugin_dir_url( __FILE__ ) );
define( 'FBFW_PLUGIN_BASE', plugin_basename( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fancybox-for-wordpress",
"main": "Gruntfile.js",
"version": "3.3.4",
"version": "3.3.5",
"homepage": "https://www.colorlib.com",
"author": "Colorlib",
"license": "GPL v3",
Expand Down

0 comments on commit e665728

Please sign in to comment.