Skip to content
Snippets Groups Projects
Commit 78060560 authored by Erick Hitter's avatar Erick Hitter
Browse files

Update node dependencies

parent 51bcd6d6
No related branches found
No related tags found
1 merge request!12Introduce native Gutenberg controls
# WP Revisions Control #
**Contributors:** ethitter
**Donate link:** https://ethitter.com/donate/
**Tags:** revision, revisions, admin
**Requires at least:** 3.6
**Tested up to:** 5.9
**Stable tag:** 1.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/
**Tags:** revision, revisions, admin
**Requires at least:** 3.6
**Tested up to:** 5.9
**Stable tag:** 1.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Control how many revisions are stored for each post type.
......@@ -68,8 +68,5 @@ For any post type that supports revisions, you can now limit the number of revis
## Screenshots ##
### 1. The plugin's settings section, found under **Settings > Writing**. ###
![The plugin's settings section, found under **Settings > Writing**.](http://ps.w.org/wp-revisions-control/assets/screenshot-1.png)
### 2. The post-level controls provided in version 1.2. ###
![The post-level controls provided in version 1.2.](http://ps.w.org/wp-revisions-control/assets/screenshot-2.png)
1. The plugin's settings section, found under **Settings > Writing**.
2. The post-level controls provided in version 1.2.
# Copyright (C) 2021 Erick Hitter
# Copyright (C) 2022 Erick Hitter
# This file is distributed under the same license as the WP Revisions Control package.
msgid ""
msgstr ""
"Project-Id-Version: WP Revisions Control 1.4\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2021-03-28 07:30:21+00:00\n"
"POT-Creation-Date: 2022-06-05 05:36:50+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: inc/class-wp-revisions-control-bulk-actions.php:84
msgid "Purge excess revisions"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -5,18 +5,8 @@
"main": "Gruntfile.js",
"author": "Erick Hitter",
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@wordpress/babel-plugin-makepot": "^4.1.0",
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0",
"laravel-mix": "^6.0.13",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js && grunt"
"grunt": "^1.5.3",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment