Skip to content

Commit

Permalink
Fixes wicked file permissions. Closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Sep 14, 2022
1 parent 797e235 commit 4757606
Showing 24 changed files with 45 additions and 31 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,15 +2,22 @@

Notable changes and release notes of the Mark Posts WordPress plugin.

## 2.2.0
* Fixes a bug with PHP 8
* Fixes wicked file permissions
* Low-level refactoring by @alpipego
* Sets the minimum required WordPress version to WordPress 4.1
Further reading: [Dropping security updates for WordPress versions 3.7 through 4.0](https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/)

## 2.1.0
* Adds support for PHP 8

## 2.0.1
* Fixes a possible XSS vulnerability.
Thanks @fuzzyap1 for discovering and responsibly disclosing this vulnerability.
* Fixes a possible XSS vulnerability
Thanks @fuzzyap1 for discovering and responsibly disclosing this vulnerability

## 2.0.0
* Breaking change: Markers are no longer public by default.
* Breaking change: Markers are no longer public by default
* Adds [`mark_posts_taxonomy_args`](https://github.com/hofmannsven/mark-posts/wiki/Custom-Marker-Taxonomy-Arguments) filter

## 1.2.4
@@ -27,8 +34,8 @@ Notable changes and release notes of the Mark Posts WordPress plugin.
* Adds [`mark_posts_excluded_post_types`](https://github.com/hofmannsven/mark-posts/wiki/Reset-Custom-Post-Types) filter

## 1.2.0
* Migrates GitHub repository to [hofmannsven/mark-posts](https://github.com/hofmannsven/mark-posts)
* Adds [composer support](https://packagist.org/packages/hofmannsven/mark-posts)
* Migrates the GitHub repository to [hofmannsven/mark-posts](https://github.com/hofmannsven/mark-posts)
* Adds [Composer support](https://packagist.org/packages/hofmannsven/mark-posts)

## 1.1.0
* Adds `mark_posts_dashboard_query` filter for custom dashboard stats
Empty file modified LICENSE.md
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ Check our [roadmap](https://github.com/hofmannsven/mark-posts/projects/1) for pl
### Requirements
Using the latest version of WordPress and PHP is highly recommended.

* WordPress 3.7 or newer
* PHP 7.0 or newer (also tested with PHP 8.0)
* WordPress 4.1 or newer
* PHP 7.4 or newer (also tested with PHP 8.0)

### Using WP-CLI
1. Install and activate: `wp plugin install mark-posts --activate`
23 changes: 15 additions & 8 deletions README.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Mark Posts ===
Contributors: flymke, hofmannsven
Contributors: hofmannsven, flymke
Tags: mark posts, highlight, highlight posts, status, post status, overview, post overview, featured, custom posts, featured posts, post, posts
Requires at least: 3.7
Requires at least: 4.1
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 2.1.0
Stable tag: 2.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.txt

@@ -28,8 +28,8 @@ Mark Posts plugin provides an easy way to mark and highlight posts, pages and po
= Requirements =
Using the latest version of WordPress and PHP is highly recommended.

* WordPress 3.7 or newer
* PHP 7.0 or newer (also tested with PHP 8.0)
* WordPress 4.1 or newer
* PHP 7.4 or newer (also tested with PHP 8.0)

= Using WP-CLI =
1. Install and activate: `wp plugin install mark-posts --activate`
@@ -93,15 +93,22 @@ Visit [Mark Posts on Github](https://github.com/hofmannsven/mark-posts).

== Changelog ==

= 2.2.0 =
* Fixes a bug with PHP 8
* Fixes wicked file permissions
* Low-level refactoring by @alpipego
* Sets the minimum required WordPress version to WordPress 4.1
Further reading: [Dropping security updates for WordPress versions 3.7 through 4.0](https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/)

= 2.1.0 =
* Adds support for PHP 8

= 2.0.1 =
* Fixes a possible XSS vulnerability.
Thanks @fuzzyap1 for discovering and responsibly disclosing this vulnerability.
* Fixes a possible XSS vulnerability
Thanks @fuzzyap1 for discovering and responsibly disclosing this vulnerability

= 2.0.0 =
* Breaking change: Markers are no longer public by default.
* Breaking change: Markers are no longer public by default
* Adds [`mark_posts_taxonomy_args`](https://github.com/hofmannsven/mark-posts/wiki/Custom-Marker-Taxonomy-Arguments) filter

= 1.2.4 =
Empty file modified admin/assets/css/admin.css
100755 → 100644
Empty file.
Empty file modified admin/assets/css/dashboard.css
100755 → 100644
Empty file.
Empty file modified admin/assets/css/index.php
100755 → 100644
Empty file.
Empty file modified admin/assets/index.php
100755 → 100644
Empty file.
Empty file modified admin/assets/js/index.php
100755 → 100644
Empty file.
Empty file modified admin/assets/js/markposts.js
100755 → 100644
Empty file.
Empty file modified admin/class-mark-posts-admin.php
100755 → 100644
Empty file.
Empty file modified admin/class-mark-posts-marker.php
100755 → 100644
Empty file.
Empty file modified admin/index.php
100755 → 100644
Empty file.
Empty file modified admin/views/admin.php
100755 → 100644
Empty file.
Empty file modified admin/views/dashboard.php
100755 → 100644
Empty file.
Empty file modified admin/views/index.php
100755 → 100644
Empty file.
16 changes: 8 additions & 8 deletions composer.lock

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

Empty file modified index.php
100755 → 100644
Empty file.
Empty file modified languages/index.php
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion languages/mark-posts.pot
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# This file is distributed under the same license as the Mark Posts plugin.
msgid ""
msgstr ""
"Project-Id-Version: Mark Posts 2.1.0\n"
"Project-Id-Version: Mark Posts 2.2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mark-posts\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
14 changes: 7 additions & 7 deletions mark-posts.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
* Plugin Name: Mark Posts
* Description: Mark and highlight posts, pages and posts of custom post types within the posts overview.
* Plugin URI: https://wordpress.org/plugins/mark-posts
* Version: 2.1.0
* Author: Michael Schoenrock, Sven Hofmann
* Author URI: https://www.halloecho.de
* Contributor: Sven Hofmann
* Contributor URI: https://hofmannsven.com
* Version: 2.2.0
* Author: Sven Hofmann & Michael Schoenrock
* Author URI: https://hofmannsven.com
* Contributor: Michael Schoenrock
* Contributor URI: https://www.halloecho.de
* License: GPL-2.0+
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: mark-posts
* GitHub URI: https://github.com/hofmannsven/mark-posts.
* GitHub URI: https://github.com/hofmannsven/mark-posts
*/

// If this file is called directly, abort.
@@ -28,7 +28,7 @@
*
*/
if (!defined('WP_MARK_POSTS_VERSION')) {
define('WP_MARK_POSTS_VERSION', '2.1.0');
define('WP_MARK_POSTS_VERSION', '2.2.0');
}

/*
Empty file modified public/class-mark-posts.php
100755 → 100644
Empty file.
Empty file modified public/index.php
100755 → 100644
Empty file.
Empty file modified uninstall.php
100755 → 100644
Empty file.

0 comments on commit 4757606

Please sign in to comment.