Skip to content

Commit 43e4c6e

Browse files
authored
Updates
1 parent f8cd731 commit 43e4c6e

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ github: PDowney
66
ko_fi: PDowney
77
buy_me_a_coffee: PDowney
88
liberapay: PDowney
9-
thanks_dev: gh/pdowney
9+
thanks_dev: gh/enginescript

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
TMP_FILE=$(mktemp)
9696
9797
# Update the version badge with the new version and logo
98-
sed -E 's/\[\!Version\]\(https:\/\/img\.shields\.io\/badge\/Version-[0-9]+\.[0-9]+\.[0-9]+-orange\.svg\?logo=github\)\]\(https:\/\/github\.com\/PDowney\/optimizations-ace-mc\/releases\/latest\/download\/optimizations-ace-mc-[0-9]+\.[0-9]+\.[0-9]+\.zip\)/\[\!Version\]\(https:\/\/img\.shields\.io\/badge\/Version-'"$VERSION"'-orange\.svg\?logo=github\)\]\(https:\/\/github\.com\/PDowney\/optimizations-ace-mc\/releases\/latest\/download\/optimizations-ace-mc-'"$VERSION"'\.zip\)/g' "$README_FILE" > "$TMP_FILE"
98+
sed -E 's/\[\!Version\]\(https:\/\/img\.shields\.io\/badge\/Version-[0-9]+\.[0-9]+\.[0-9]+-orange\.svg\?logo=github\)\]\(https:\/\/github\.com\/EngineScript\/optimizations-ace-mc\/releases\/latest\/download\/optimizations-ace-mc-[0-9]+\.[0-9]+\.[0-9]+\.zip\)/\[\!Version\]\(https:\/\/img\.shields\.io\/badge\/Version-'"$VERSION"'-orange\.svg\?logo=github\)\]\(https:\/\/github\.com\/EngineScript\/optimizations-ace-mc\/releases\/latest\/download\/optimizations-ace-mc-'"$VERSION"'\.zip\)/g' "$README_FILE" > "$TMP_FILE"
9999
100100
# Replace file if changes were made
101101
if ! cmp -s "$README_FILE" "$TMP_FILE"; then

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported Versions
44

5-
We release security updates for the latest major version of PDowney. Please ensure you are running the latest version to receive security patches.
5+
We release security updates for the latest major version of EngineScript. Please ensure you are running the latest version to receive security patches.
66

77
| Version | Supported |
88
|------------|--------------------|

class-optimizations-ace-mc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ private function display_support_info(): void {
661661
<h2><?php esc_html_e( 'Support & Documentation', 'optimizations-ace-mc' ); ?></h2>
662662
<p>
663663
<?php esc_html_e( 'For support, bug reports, or feature requests:', 'optimizations-ace-mc' ); ?>
664-
<a href="https://github.com/PDowney/optimizations-ace-mc" target="_blank" rel="noopener noreferrer">
664+
<a href="https://github.com/EngineScript/optimizations-ace-mc" target="_blank" rel="noopener noreferrer">
665665
<?php esc_html_e( 'Visit the GitHub repository', 'optimizations-ace-mc' ); ?>
666666
</a>
667667
</p>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "pdowney/optimizations-ace-mc",
2+
"name": "enginescript/optimizations-ace-mc",
33
"description": "Optimizations ACE MC - A lightweight WordPress optimization plugin",
44
"type": "wordpress-plugin",
55
"license": "GPL-3.0-or-later",
66
"authors": [
77
{
8-
"name": "PDowney",
8+
"name": "EngineScript",
99
"email": "support@visistruct.com"
1010
}
1111
],

languages/optimizations-ace-mc.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright (C) 2025 PDowney
1+
# Copyright (C) 2026 EngineScript
22
# This file is distributed under the same license as the Optimizations ACE MC plugin.
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: Optimizations ACE MC 1.0.8\n"
6-
"Report-Msgid-Bugs-To: https://github.com/PDowney/optimizations-ace-mc/issues\n"
6+
"Report-Msgid-Bugs-To: https://github.com/EngineScript/optimizations-ace-mc/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
@@ -163,17 +163,17 @@ msgid "Optimizations ACE MC"
163163
msgstr ""
164164

165165
#. Plugin URI of the plugin/theme
166-
msgid "https://github.com/PDowney/optimizations-ace-mc"
166+
msgid "https://github.com/EngineScript/optimizations-ace-mc"
167167
msgstr ""
168168

169169
#. Description of the plugin/theme
170170
msgid "A lightweight WordPress optimization plugin with pre-configured performance enhancements for WooCommerce, WP Store Locator, and WordPress admin."
171171
msgstr ""
172172

173173
#. Author of the plugin/theme
174-
msgid "PDowney"
174+
msgid "EngineScript"
175175
msgstr ""
176176

177177
#. Author URI of the plugin/theme
178-
msgid "https://github.com/PDowney"
178+
msgid "https://github.com/EngineScript"
179179
msgstr ""

optimizations-ace-mc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/**
33
* Plugin Name: Optimizations ACE MC
4-
* Plugin URI: https://github.com/PDowney/optimizations-ace-mc
4+
* Plugin URI: https://github.com/EngineScript/optimizations-ace-mc
55
* Description: A lightweight WordPress optimization plugin with pre-configured performance enhancements for WooCommerce, WP Store Locator, and WordPress admin.
66
* Version: 1.0.8
7-
* Author: PDowney
8-
* Author URI: https://github.com/PDowney
7+
* Author: EngineScript
8+
* Author URI: https://github.com/EngineScript
99
* License: GPL-3.0-or-later
1010
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111
* Text Domain: optimizations-ace-mc

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Optimizations ACE MC ===
2-
Contributors: PDowney
2+
Contributors: EngineScript
33
Tags: optimization, performance, wp-optimizer, speed, seo
44
Requires at least: 6.6
55
Tested up to: 6.9

0 commit comments

Comments
 (0)