Skip to content

Commit

Permalink
build(release): bump plugin version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayhardaha committed Mar 8, 2024
1 parent 780413b commit b5e8b34
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG

## Version 1.1.5 - Oct 11, 2022
## Version 1.1.6 - Mar 08, 2024

- Write license name in valid SPDX expression
- Add package description
- Remove unused npm-run-all dep
- Write scripts with run-s
- Bump dependencies to the latest versions
- Enhance vscode settings
- Enhance build zip bash script
- Enhance build realse workflow

## Version 1.1.5 - Oct 11, 2023

- Improved the efficiency of absolute path checking by implementing a shorter method.
- Enhanced code formatting by removing reliance on the prettier configuration.
Expand Down
15 changes: 10 additions & 5 deletions languages/wp-ajaxify.pot
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# Copyright (C) 2023 Vijay Hardaha
# This file is distributed under the GPLv2 or later.
# Copyright (C) 2024 Vijay Hardaha
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: WP Ajaxify 1.1.5\n"
"Project-Id-Version: WP Ajaxify 1.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-ajaxify\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-10T19:35:07+00:00\n"
"POT-Creation-Date: 2024-03-08T18:45:40+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: wp-ajaxify\n"

#. Plugin Name of the plugin
#: wp-ajaxify.php
msgid "WP Ajaxify"
msgstr ""

#. Plugin URI of the plugin
#: wp-ajaxify.php
msgid "https://github.com/vijayhardaha/wp-ajaxify/"
msgstr ""

#. Description of the plugin
#: wp-ajaxify.php
msgid "This is a simple plugin to easily implement Ajaxify.js by the <a href=\"https://4nf.org/\">Ajaxify @4nf.org</a> in the WordPress."
msgstr ""

#. Author of the plugin
#: wp-ajaxify.php
msgid "Vijay Hardaha"
msgstr ""

#. Author URI of the plugin
#: wp-ajaxify.php
msgid "https://github.com/vijayhardaha/"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-ajaxify",
"description": "This is a simple plugin to easily implement Ajaxify.js in the WordPress.",
"version": "1.1.5",
"version": "1.1.6",
"license": "GPL-2.0-or-later",
"author": "Vijay Hardaha <https://twitter.com/vijayhardaha>",
"homepage": "https://github.com/vijayhardaha/wp-ajaxify#readme",
Expand Down
2 changes: 1 addition & 1 deletion wp-ajaxify.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Ajaxify
* Plugin URI: https://github.com/vijayhardaha/wp-ajaxify/
* Description: This is a simple plugin to easily implement Ajaxify.js by the <a href="https://4nf.org/">Ajaxify @4nf.org</a> in the WordPress.
* Version: 1.1.5
* Version: 1.1.6
* Author: Vijay Hardaha
* Author URI: https://github.com/vijayhardaha/
* License: GPL-2.0-or-later
Expand Down

0 comments on commit b5e8b34

Please sign in to comment.