Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
subaida77 committed Feb 19, 2024
1 parent 4d11e3b commit 8b4afee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mas-wp-job-manager-company.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: MAS Companies For WP Job Manager
* Description: This plugin helps to create a custom post type company for WP Job Manager
* Version: 1.0.9
* Version: 1.0.10
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: MadrasThemes
Expand Down Expand Up @@ -43,7 +43,7 @@ class MAS_WP_Job_Manager_Company {
*
* @var string $version
*/
public $version = '1.0.9';
public $version = '1.0.10';

/**
* Query instance.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mas-wp-job-manager-company",
"title": "MAS Companies For WP Job Manager",
"version": "1.0.9",
"version": "1.0.10",
"homepage": "https://madrasthemes.com/mas-wp-job-manager-company",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: companies, company, company listings, company management, company manager,
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.0.9
Stable tag: 1.0.10
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -70,6 +70,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/madrasthemes/

== Changelog ==

= 1.0.10 - 2024-02-05 =
* Feature - Improved coding standards for templates

= 1.0.9 - 2024-02-19 =
* Feature - Compatible with PHP 8.2

Expand Down

0 comments on commit 8b4afee

Please sign in to comment.