Skip to content

Commit 2bd4622

Browse files
georgeolaruclaude
andcommitted
Bump version to 2.10.6
- Fix inline font script breaking AJAX-based theme navigation - Exclude CLAUDE.md from build/zip process - Add CLAUDE.md with development instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 57f0bec commit 2bd4622

4 files changed

Lines changed: 47 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Customify Development
2+
3+
## Prerequisites
4+
- **Node.js 14** (see `.nvmrc`)
5+
- **Gulp 4** (installed via devDependencies)
6+
7+
## Setup
8+
```bash
9+
nvm use 14
10+
npm install
11+
```
12+
13+
## Development Mode
14+
```bash
15+
gulp watch
16+
```
17+
Watches all SCSS and JS files, recompiles on change.
18+
19+
## Gulp Commands
20+
21+
| Command | Description |
22+
|---------|-------------|
23+
| `gulp start` | Compile all styles and scripts (production) |
24+
| `gulp watch` | Watch SCSS + JS and recompile on change |
25+
| `gulp styles-dev` | Compile styles with sourcemaps (expanded) |
26+
| `gulp styles` | Compile styles (compressed, production) |
27+
| `gulp scripts` | Minify all JS scripts |
28+
| `gulp styles-watch` | Watch only SCSS files |
29+
| `gulp scripts-watch` | Watch only JS files |
30+
| `gulp build` | Create clean build directory |
31+
| `gulp zip` | Create distributable ZIP archive |
32+
33+
## File Structure
34+
- `scss/*.scss` - Source stylesheets, compiled to `css/`
35+
- `js/customizer/*.js`, `js/*.js` - Source scripts, minified versions get `.min.js` suffix
36+
- RTL stylesheets are auto-generated with `-rtl` suffix
37+
38+
## Local Environment
39+
- **URL:** http://barba.local/
40+
- **Admin:** http://barba.local/wp-admin/
41+
- **Plugin path:** /Users/georgeolaru/Local Sites/barba/app/public/wp-content/plugins/customify

customify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Customify
44
* Plugin URI: https://wordpress.org/plugins/customify/
55
* Description: A Theme Customizer Booster to easily and consistently customize Fonts, Colors, and other options for your site.
6-
* Version: 2.10.5
6+
* Version: 2.10.6
77
* Author: Pixelgrade
88
* Author URI: https://pixelgrade.com
99
* Author Email: contact@pixelgrade.com

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ function removeUnneededFiles() {
201201
'+development.rb',
202202
'+production.rb',
203203
'README.md',
204+
'CLAUDE.md',
204205
'.labels',
205206
'.csscomb',
206207
'.csscomb.json',

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
33
Tags: design, customizer, fonts, colors, gutenberg, font palettes, color palettes
44
Requires at least: 4.9.14
55
Tested up to: 5.9.5
6-
Stable tag: 2.10.5
6+
Stable tag: 2.10.6
77
Requires PHP: 5.6.40
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -30,6 +30,9 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme
3030

3131
== Changelog ==
3232

33+
= 2.10.6 =
34+
* Fix inline font script breaking AJAX-based theme navigation.
35+
3336
= 2.10.5 =
3437
* Security fixes.
3538

0 commit comments

Comments
 (0)