Skip to content

Commit

Permalink
Merge pull request #19 from themebeez/Designer
Browse files Browse the repository at this point in the history
== 2.1.0 - Dec 23, 2021 ==
  • Loading branch information
h1dd3nsn1p3r authored Dec 23, 2021
2 parents 7fffe13 + b032b5c commit 9c30d63
Show file tree
Hide file tree
Showing 9 changed files with 259 additions and 262 deletions.
4 changes: 2 additions & 2 deletions assets/dist/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/dist/js/bundle.min.js

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions assets/src/js/plugins/jquery.meanmenu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/src/scss/master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.
. @ Since : May 12, 2017
. @ Last Updated : 17th July, 2019
. @ Last Updated : 23 Dec, 2021
.
. @ Author : Themebeez
.
Expand Down
8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// gulp file to generate Orchid store WP POT, compile assets & zip Production files
// gulp file to generate Royale news WP POT, compile assets & zip Production files

const gulp = require('gulp');
const zip = require('gulp-zip');
const wpPot = require('gulp-wp-pot');
const sourcemaps = require('gulp-sourcemaps');
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
const concat = require('gulp-concat');
const uglify = require('gulp-uglify');
const postcss = require('gulp-postcss');
Expand All @@ -22,8 +22,8 @@ const shell = require('gulp-shell');
*
# npm update
# npm init
# npm install gulp gulp-zip gulp-wp-pot gulp-sourcemaps gulp-sass gulp-concat gulp-uglify gulp-postcss autoprefixer cssnano gulp-replace gulp-notify gulp-plumber gulp-rtlcss gulp-rename gulp-shell -g
# npm install gulp gulp-zip gulp-wp-pot gulp-sourcemaps gulp-sass gulp-concat gulp-uglify gulp-postcss autoprefixer cssnano gulp-replace gulp-notify gulp-plumber gulp-rtlcss gulp-rename gulp-shell --save-dev
# npm install gulp@4.0.2 gulp-zip gulp-wp-pot gulp-sourcemaps gulp-sass gulp-concat gulp-uglify gulp-postcss autoprefixer cssnano gulp-replace gulp-notify gulp-plumber gulp-rtlcss gulp-rename gulp-shell -g
# npm install gulp@4.0.2 gulp-zip gulp-wp-pot gulp-sourcemaps gulp-sass gulp-concat gulp-uglify gulp-postcss autoprefixer cssnano gulp-replace gulp-notify gulp-plumber gulp-rtlcss gulp-rename gulp-shell --save-dev
*
*/

Expand Down
29 changes: 11 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "royale-news",
"version": "2.0.9",
"description": "Royale News is a simple, clean, minimal and lightweight WordPress theme for creating magazine and news websites. It is a modern theme with elgant, resposive and user friendly design. With one click demo import it is easy to setup your website. Customization is easy due to built in theme options. One can easily manage contents and sections with the help of built in widgets. It is gutenberg compatible and has support for many plugins such as Yoast, Contact Form 7, Universal Google AdSense And Ads Manager, Simple GDPR Cookie Compliance. etc. It is also translation ready. For more detail visit, https://themebeez.com/themes/royale-news/. To view demos, visit, https://themebeez.com/demos/?theme=royale-news",
"version": "2.1.0",
"description": "=== Royale News ===",
"main": "gulpfile.js",
"scripts": {
"test": "gulp"
Expand All @@ -10,36 +10,29 @@
"type": "git",
"url": "git+https://github.com/themebeez/royale-news.git"
},
"keywords": [
"orchid",
"store"
],
"author": "Themebeez",
"license": "GPL-2.0-or-later",
"license": "ISC",
"bugs": {
"url": "https://github.com/themebeez/royale-news/issues"
},
"homepage": "https://github.com/themebeez/royale-news#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.2",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.14",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.2",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"gulp-replace": "^1.1.3",
"gulp-rtlcss": "^1.4.2",
"gulp-sass": "^5.0.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"postcss": "^8.2.13"
},
"dependencies": {
"node-modules": "^1.0.1"
"gulp-zip": "^4.2.0",
"sass": "^1.45.1"
}
}
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Royale News ===

Contributors: themebeez
Requires PHP: 5.6
Requires PHP: 7.0.0
Requires at least: 5.0
Tested up to: 5.8
Stable tag: 2.0.9
Tested up to: 5.8.2
Stable tag: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, news, two-columns, three-columns, theme-options, footer-widgets, blog
Expand Down Expand Up @@ -82,6 +82,10 @@ Royale News includes support for Infinite Scroll in Jetpack.

== Changelog ==

== 2.1.0 - Dec 23, 2021 ==

* Fix: Hamburger menu lines.

== 2.0.9 - July 18, 2021 ==

* Fix: PHP issue in royale-news-hightlight.php
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://themebeez.com/themes/royale-news/
Author: themebeez
Author URI: https://themebeez.com
Description: Royale News is a simple, clean, minimal and lightweight WordPress theme for creating magazine and news websites. It is a modern theme with elgant, resposive and user friendly design. With one click demo import it is easy to setup your website. Customization is easy due to built in theme options. One can easily manage contents and sections with the help of built in widgets. It is gutenberg compatible and has support for many plugins such as Yoast, Contact Form 7, Universal Google AdSense And Ads Manager, Simple GDPR Cookie Compliance. etc. It is also translation ready. For more detail visit, https://themebeez.com/themes/royale-news/. To view demos, visit, https://themebeez.com/demos/?theme=royale-news
Version: 2.0.9
Tested up to: 5.8
Version: 2.1.0
Tested up to: 5.8.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 9c30d63

Please sign in to comment.