File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Thumbs.db
2
2
node_modules /*
3
3
.idea /*
4
- fancybox-for-wordpress .zip
4
+ * .zip
5
5
.DS_Store
6
6
package-lock.json
7
7
.standard.json
Original file line number Diff line number Diff line change 6
6
* Version: 3.3.5
7
7
* Author: Colorlib
8
8
* Author URI: https://colorlib.com/wp/
9
- * Tested up to: 6.5
9
+ * Tested up to: 6.7
10
10
* Requires: 4.6 or higher
11
11
* License: GPLv3 or later
12
12
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
36
36
* Plugin Init
37
37
*/
38
38
// Constants
39
- define ( 'FBFW_VERSION ' , '3.3.4 ' );
39
+ define ( 'FBFW_VERSION ' , '3.3.5 ' );
40
40
define ( 'FBFW_PATH ' , plugin_dir_path ( __FILE__ ) );
41
41
define ( 'FBFW_URL ' , plugin_dir_url ( __FILE__ ) );
42
42
define ( 'FBFW_PLUGIN_BASE ' , plugin_basename ( __FILE__ ) );
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fancybox-for-wordpress" ,
3
3
"main" : " Gruntfile.js" ,
4
- "version" : " 3.3.4 " ,
4
+ "version" : " 3.3.5 " ,
5
5
"homepage" : " https://www.colorlib.com" ,
6
6
"author" : " Colorlib" ,
7
7
"license" : " GPL v3" ,
You can’t perform that action at this time.
0 commit comments