Skip to content

Commit 640dfe9

Browse files
authored
Release
1 parent 5238dda commit 640dfe9

9 files changed

Lines changed: 40 additions & 8 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ You must read files completely and thoroughly, with a minimum of 1500 lines per
7070
- README.md
7171
- readme.txt (for WordPress.org)
7272
- CHANGELOG.md
73+
- GEMINI.md
7374
- plugin header (in the main plugin file)
7475
- plugin section: "// Define plugin constants"
7576
- plugin *.pot files (e.g., languages/plugin-name.pot)

.github/workflows/ai-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
Hi @${author}! I've completed a comprehensive analysis of this pull request.
108108
109109
### 📊 Review Summary
110-
- **Plugin:** Optimizations ACE MC v1.0.4
110+
- **Plugin:** Optimizations ACE MC v1.0.5
111111
- **Commit:** \`${headSha.substring(0, 7)}\`
112112
- **WordPress Compatibility:** 6.5+
113113
- **PHP Compatibility:** 7.4+

.github/workflows/ai-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- WordPress optimization plugin for WooCommerce and WP Store Locator
5757
- Supports WordPress 6.5+ and PHP 7.4+
5858
- Single-site deployment (WooCommerce and WPSL guaranteed active)
59-
- Current version: 1.0.4
59+
- Current version: 1.0.5
6060
6161
COMPREHENSIVE REVIEW CHECKLIST:
6262

.github/workflows/gemini-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
CONTEXT:
101101
- Repository: WordPress optimization plugin for WooCommerce and WP Store Locator
102-
- Version: 1.0.4, WordPress 6.5+, PHP 7.4+
102+
- Version: 1.0.5, WordPress 6.5+, PHP 7.4+
103103
- Single-site deployment with guaranteed plugin dependencies
104104
105105
USER REQUEST: "${USER_COMMAND}"

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.5] - 2025-08-11
11+
12+
### Security
13+
- **GitHub Actions Security:**
14+
- Fixed critical code injection vulnerabilities in all AI-powered workflows
15+
- Implemented secure environment variable usage pattern to prevent script injection attacks
16+
- Applied two-stage security pattern for handling untrusted step outputs
17+
- Secured workflows: ai-pr-comment.yml, gemini-security-scan.yml, wordpress-standards-check.yml
18+
19+
### Added
20+
- **AI-Powered Workflows:**
21+
- Comprehensive GitHub Actions workflow suite with Gemini AI integration
22+
- Automated code review and security scanning with AI assistance
23+
- Pull request analysis and automated commenting system
24+
- WordPress coding standards validation with AI recommendations
25+
- Gemini assistant for interactive code help and issue management
26+
27+
### Fixed
28+
- **Workflow Integrity:**
29+
- Resolved YAML corruption issues in GitHub Actions workflows
30+
- Fixed duplicate environment variable definitions
31+
- Corrected workflow syntax and structure for proper execution
32+
1033
## [1.0.4] - 2025-08-02
1134

1235
### Removed

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a lightweight WordPress optimization plugin designed specifically for a
99

1010
## Plugin Details
1111
- **Name:** Optimizations ACE MC
12-
- **Version:** 1.0.4
12+
- **Version:** 1.0.5
1313
- **WordPress Compatibility:** 6.5+
1414
- **PHP Compatibility:** 7.4+
1515
- **License:** GPL-3.0-or-later

languages/optimizations-ace-mc.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Optimizations ACE MC plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Optimizations ACE MC 1.0.1\n"
5+
"Project-Id-Version: Optimizations ACE MC 1.0.5\n"
66
"Report-Msgid-Bugs-To: https://github.com/PDowney/optimizations-ace-mc/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

optimizations-ace-mc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Optimizations ACE MC
44
* Plugin URI: https://github.com/PDowney/optimizations-ace-mc
55
* Description: A lightweight WordPress optimization plugin with pre-configured performance enhancements for WooCommerce, WP Store Locator, and WordPress admin.
6-
* Version: 1.0.4
6+
* Version: 1.0.5
77
* Author: PDowney
88
* Author URI: https://github.com/PDowney
99
* License: GPL v3 or later
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Define plugin constants.
26-
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.0.4' );
26+
define( 'OPTIMIZATIONS_ACE_MC_VERSION', '1.0.5' );
2727
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_FILE', __FILE__ );
2828
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
2929
define( 'OPTIMIZATIONS_ACE_MC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: optimization, performance, wp-optimizer, speed, seo
44
Requires at least: 6.5
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.0.4
7+
Stable tag: 1.0.5
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -49,6 +49,14 @@ Yes, this plugin focuses on basic optimizations and should work alongside other
4949

5050
== Changelog ==
5151

52+
= 1.0.5 - 2025-08-11 =
53+
* Security: Fixed critical code injection vulnerabilities in GitHub Actions workflows
54+
* Security: Implemented secure environment variable usage pattern for AI workflows
55+
* Added: Comprehensive AI-powered workflow suite with Gemini integration
56+
* Added: Automated code review and security scanning with AI assistance
57+
* Added: Interactive Gemini assistant for code help and issue management
58+
* Fixed: YAML corruption issues and duplicate environment variable definitions
59+
5260
= 1.0.4 - 2025-08-02 =
5361
* Removed: All fallback methods and plugin availability checks for single-site deployment
5462
* Removed: WooCommerce and WP Store Locator activation checks since plugins are guaranteed to be active

0 commit comments

Comments
 (0)