Skip to content

Commit 435361e

Browse files
authored
Merge pull request #150 from chyvak1831/Update-dependencies
#149
2 parents dba7cdc + ada5b66 commit 435361e

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# [2.0.0](https://github.com/chyvak1831/starter/releases/tag/v2.0.0) (2022-02-15)
4+
5+
### Update details: coming soon
6+
37
# [1.2.3](https://github.com/chyvak1831/starter/releases/tag/v1.2.3) (2021-12-26)
48

59
### Fix

README.md

+21-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# STARTER
22

3-
Starter WooCommerce theme, how it looks/works by default see here https://starter.rsdev.in/.
3+
# WARNING! VERSION # 2 RELEASED!
4+
## But documentation still outstanding! It will be updated in next two days (**if fucking Russia not invade my country Ukraine**)
45
Open source, free to use - [MIT](https://choosealicense.com/licenses/mit/) license.
56

67

@@ -22,12 +23,12 @@ Open source, free to use - [MIT](https://choosealicense.com/licenses/mit/) licen
2223

2324

2425
# ❔ About
25-
This theme **keeps your time**: it provides main ecommerce pages ready to easy and fast customize (home, catalog, single page) and a few great **features which usually used or must have**.
26+
This theme **keeps your time**: it provides main ecommerce pages ready for easy and fast customize (home, catalog, single page) and a few great **features which usually used or must have**.
2627

2728
#### ✔️ 6 main reasons to use Starter
2829
1. **easy to customize** [layout](https://github.com/chyvak1831/starter/wiki/Templates)
2930
2. it developed in according with [WPCS](https://github.com/WordPress/WordPress-Coding-Standards) so existing custom **code is secure**
30-
3. **load speed ready**: load time for dekstop is **under 1 second**, for is mobile **under 3 seconds**; the weight of homepage and catalog is only **about 300kb**, the weight of single product page is only **about 200kb**.
31+
3. **load speed ready**: load time for dekstop is **under 1 second**, for mobile is **under 3 seconds**; the weight of homepage and catalog is only **about 300kb**, the weight of single product page is only **about 200kb**.
3132
<details><summary>Details</summary>
3233
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/weight_shop.jpg" alt="Weight shop page">
3334
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/weight_single.jpg" alt="Weight single product page">
@@ -51,18 +52,13 @@ This theme **keeps your time**: it provides main ecommerce pages ready to easy a
5152

5253
### ✅ Requirements
5354
Probably Starter will works with other plugin versions - but with versions below it's tested.
54-
* [WordPress](https://wordpress.org/) >= 5.5
55-
* [ACF](https://wordpress.org/plugins/advanced-custom-fields/) >= 5.9.0
55+
* [WordPress](https://wordpress.org/) >= 5.9
56+
* [ACF](https://wordpress.org/plugins/advanced-custom-fields/) >= 5.11.4
5657
<details><summary>Show details</summary>
5758
You can to install: <strong>"ACF Pro"</strong> - <em>all features available</em> or <strong>Basic ACF</strong> - <em>is not available Home Page features</em> and you'll not see <em>comment images</em> in admin due gallery and repeater features are not available in free version.<br>
5859
After installation go to ACF and sync fields.
5960
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/acf_sync.jpg" alt="ACF sync settings"></details>
60-
* [Classic Editor](https://wordpress.org/plugins/classic-editor/) >= 1.6
61-
* [EWWW Image Optimizer](https://wordpress.org/plugins/ewww-image-optimizer/) >= 5.7.0
62-
<details><summary>Show details</summary>
63-
After installation go to EWWW setting and enable 'WebP Conversion' & 'Force WebP'.
64-
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/ewww.jpg" alt="EWWW settings"></details>
65-
* [TinyMCE Advanced](https://wordpress.org/plugins/tinymce-advanced/) >= 5.5.0
61+
* [Advanced Editor Tools (previously TinyMCE Advanced)](https://wordpress.org/plugins/tinymce-advanced/) >= 5.6.0
6662
<details><summary>Show details</summary>
6763
After installation copy settings
6864

@@ -92,19 +88,20 @@ Probably Starter will works with other plugin versions - but with versions below
9288
And paste here
9389
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/wysiwyg/wysiwyg_03.jpg" alt="TinyMCE settings 3">
9490
</details>
95-
* [WooCommerce](https://wordpress.org/plugins/woocommerce/) >= 4.4.1
96-
* [Advanced Woo Search](https://wordpress.org/plugins/advanced-woo-search/) >= 2.09 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
97-
* [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/) >= 0.14.4
91+
* [Advanced Woo Search](https://wordpress.org/plugins/advanced-woo-search/) >= 2.47 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
92+
* [Classic Editor](https://wordpress.org/plugins/classic-editor/) >= 1.6.2
93+
* [EWWW Image Optimizer](https://wordpress.org/plugins/ewww-image-optimizer/) >= 6.4.1
94+
<details><summary>Show details</summary>
95+
After installation go to EWWW setting and enable 'WebP Conversion' & 'Force WebP'.
96+
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/ewww.jpg" alt="EWWW settings"></details>
97+
* [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/) >= 2.2.1
9898
<details><summary>Show details</summary>
9999
W3TC used for optimize page cache and js only.
100100
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/w3tc_01.jpg" alt="W3TC settings 1">
101101
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/w3tc_02.jpg" alt="W3TC settings 2"></details>
102-
* [Node.js](https://nodejs.org/) = 14.x
103-
<details><summary>Version's details</summary>
104-
Tested with versions <a href="https://nodejs.org/download/release/v14.8.0/">v14.8.0</a> and <a href="https://nodejs.org/download/release/v14.15.3/">v14.15.3</a>, but it should works with any 14.x version.<br>
105-
Due short life-cycle of node <a href="https://nodejs.org/en/about/releases/">v15</a> Starter <strong>will never officially compatible with node v15</strong>.
106-
</details>
107-
* gulp = 2.3.0 (how to install - see next step Setup)
102+
* [WooCommerce](https://wordpress.org/plugins/woocommerce/) >= 6.2.0
103+
* [Node.js](https://nodejs.org/) = 17.x.x (**IMPORTANT for Windows: be sure that you're using x86 version, e.g. [v17](https://nodejs.org/download/release/v17.0.0/node-v17.0.0-x86.msi))
104+
* gulp = 4.0.2 (how to install - see next step Setup)
108105

109106
### 🔧 Setup
110107
1. Install [Requirements](#-requirements)
@@ -116,7 +113,7 @@ Probably Starter will works with other plugin versions - but with versions below
116113
```bash
117114
npm i
118115
```
119-
4. Setup your local domain in `config.js`: replace each `yourdomain` into your local domain - it's required for [browserSync](https://browsersync.io/docs/gulp) and for [Critical CSS](https://github.com/chyvak1831/starter/wiki/CSS)
116+
4. Setup your local domain in `config.js`: replace `yourdomain` into your local domain - it's required for [browserSync](https://browsersync.io/docs/gulp) and for [Critical CSS](https://github.com/chyvak1831/starter/wiki/CSS)
120117

121118
### 🚀 Build commands
122119

@@ -133,18 +130,18 @@ Open site with port 4000 to get [browserSync](https://browsersync.io/docs/gulp)
133130

134131

135132
### 👍 Highly recommended/integrated to theme plugins
136-
* [WP Widget in Navigation](https://wordpress.org/plugins/wp-widget-in-navigation/) >= 2.0.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
137-
* [TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/) >= 1.21.2 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
133+
* [TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/) >= 1.40.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
138134
<details><summary>Show details</summary>
139135
After installation go to TI Wishlist and setup minimum recommnded settings. You can to play with other settings.
140136
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/wishlist/wishlist_01.jpg" alt="TI Wishlist settings 1">
141137
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/wishlist/wishlist_02.jpg" alt="TI Wishlist settings 2">
142138
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/wishlist/wishlist_03.jpg" alt="TI Wishlist settings 3">
143139
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/wishlist/wishlist_04.jpg" alt="TI Wishlist settings 4"></details>
144-
* [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/) >= 14.8.1
140+
* [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/) >= 18.1
145141
<details><summary>Show details</summary>
146142
After installation go to SEO->Search Appearance-> tab Breadcrumbs and enable 'Enable Breadcrumbs'
147143
<img src="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/breadcrumb.jpg" alt="Breadcrumbs Yoast SEO"></details>
144+
* [WP Widget in Navigation](https://wordpress.org/plugins/wp-widget-in-navigation/) >= 3.0.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
148145
***
149146
<br>
150147

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"critical": "4.0.1",
1010
"gulp": "4.0.2",
1111
"gulp-autoprefixer": "8.0.0",
12-
"gulp-changed": "4.0.3",
1312
"gulp-clean-css": "4.3.0",
1413
"gulp-concat": "2.6.1",
1514
"gulp-if": "3.0.0",
@@ -19,6 +18,6 @@
1918
},
2019
"dependencies": {
2120
"bootstrap": "5.1.3",
22-
"swiper": "8.0.3"
21+
"swiper": "8.0.6"
2322
}
2423
}

0 commit comments

Comments
 (0)