Skip to content

Commit d2bd017

Browse files
authored
Updates
1 parent 9be344b commit d2bd017

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/release.yml

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Simple WP Optimizer
22

3-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6a23f01f0c0c440a958ce5857154ea70)](https://app.codacy.com/gh/EngineScript/Simple-WP-Optimizer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Github License](https://img.shields.io/badge/License-GPL%20v3-green.svg?logo=gnu)](https://www.gnu.org/licenses/gpl-3.0.html)
3+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6a23f01f0c0c440a958ce5857154ea70)](https://app.codacy.com/gh/EngineScript/simple-wp-optimizer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Github License](https://img.shields.io/badge/License-GPL%20v3-green.svg?logo=gnu)](https://www.gnu.org/licenses/gpl-3.0.html)
44
[![WordPress Compatible](https://img.shields.io/badge/WordPress-6.5%2B-blue.svg?logo=wordpress)](https://wordpress.org/)
55
[![PHP Compatible](https://img.shields.io/badge/PHP-7.4%2B-purple.svg?logo=php)](https://www.php.net/)
66

77
## Current Version
8-
[![Version](https://img.shields.io/badge/Version-1.5.12-orange.svg?logo=github)](https://github.com/EngineScript/Simple-WP-Optimizer/releases/download/v1.5.12/simple-wp-optimizer-1.5.12.zip)
8+
[![Version](https://img.shields.io/badge/Version-1.5.12-orange.svg?logo=github)](https://github.com/EngineScript/simple-wp-optimizer/releases/download/v1.5.12/simple-wp-optimizer-1.5.12.zip)
99

1010
## Description
1111

@@ -23,7 +23,7 @@ A lightweight WordPress plugin designed to optimize your website by removing unn
2323

2424
### Manual Installation
2525

26-
1. Download the latest release from the [releases page](https://github.com/EngineScript/Simple-WP-Optimizer/releases)
26+
1. Download the latest release from the [releases page](https://github.com/EngineScript/simple-wp-optimizer/releases)
2727
2. Upload the plugin files to the `/wp-content/plugins/simple-wp-optimizer` directory
2828
3. Activate the plugin through the 'Plugins' menu in WordPress
2929
4. Configure the plugin settings via the 'WP Optimizer' menu
@@ -98,7 +98,7 @@ Yes, hiding the WordPress version can provide a minor security benefit by making
9898

9999
### Setting up the development environment
100100

101-
1. Clone this repository: `git clone https://github.com/EngineScript/Simple-WP-Optimizer.git`
101+
1. Clone this repository: `git clone https://github.com/EngineScript/simple-wp-optimizer.git`
102102
2. Install dependencies: `composer install`
103103
3. Set up the test environment: `bin/install-wp-tests.sh wordpress_test root '' localhost latest`
104104
4. Run tests: `composer test`

languages/simple-wp-optimizer.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: Simple WP Optimizer 1.5.11\n"
6-
"Report-Msgid-Bugs-To: https://github.com/EngineScript/Simple-WP-Optimizer/issues\n"
6+
"Report-Msgid-Bugs-To: https://github.com/EngineScript/simple-wp-optimizer/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
1212
"POT-Creation-Date: 2025-01-01 00:00+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WordPress\n"
15-
"X-Domain: Simple-WP-Optimizer\n"
15+
"X-Domain: simple-wp-optimizer\n"
1616

1717
#: simple-wp-optimizer.php:104
1818
msgid "You do not have sufficient permissions to access this page."

simple-wp-optimizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Simple WP Optimizer
4-
* Plugin URI: https://github.com/EngineScript/Simple-WP-Optimizer
4+
* Plugin URI: https://github.com/EngineScript/simple-wp-optimizer
55
* Description: Optimizes WordPress by removing unnecessary features and scripts to improve performance
66
* Version: 1.5.12
77
* Author: EngineScript

0 commit comments

Comments
 (0)