-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
106 lines (53 loc) · 3.36 KB
/
readme.txt
File metadata and controls
106 lines (53 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
=== Basic Copyright ===
Plugin Name: Basic Copyright
Plugin URI: https://jimmitchell.org/basic-copyright-wp-plugin/
Description: A super-simple WordPress plugin to embed a dynamic copyright shortcode in your theme footer, beginning with your first post year to the current year.
Tags: copyright, dynamic copyright, shortcode
Author: Jim Mitchell
Author URI: https://jimmitchell.org
Donate link: https://ko-fi.com/jimmitchellmedia
Requires at least: 4.6
Tested up to: 6.7
Version: 1.0.3
Stable tag: 1.0.3
Requires PHP: 5.6.20
Text Domain: basic-copyright
Domain Path: /languages
License: GPL-2.0-or-later
Contributors: jimmitchell
Makes "[basic_copyright]" available as a shortcode for use in your WordPress site theme footer.
== Description ==
This plugin makes "[basic_copyright]" available as a shortcode for use in your site theme footer.
### Features ###
* No configuration necessary. Set it and forget it, even beyond multiple years.
* If all your content is published in the current year, a simple "© 2024 Blog Name" will be output.
* If your content spans multiple years, a range like "© 2008 - 2024 Blog Name" will be output.
* This plugin is dynamic and will update to the current year automatically. No need to update copyright references anymore.
### Privacy ###
__User Data:__ This plugin does not collect any user data.
__Cookies:__ This plugin does not set or rely on any cookies whatsoever.
Basic Copyright is developed and maintained by [Jim Mitchell](https://social.lol/@jim).
### Support development ###
I develop and maintain this free plugin with love for the WordPress community. To show support, you can [make a donation](https://ko-fi.com/jimmitchellmedia/).
Links, toots, boosts, tweets and likes also appreciated. Thank you! :)
== Installation ==
### How to install the plugin ###
1. Upload the plugin to your blog and activate. No settings need to be configured.
[More info on installing WP plugins](https://wordpress.org/support/article/managing-plugins/#installing-plugins)
### How to use the plugin ###
Basic Copyright makes a "[basic_copyright]" shortcode available for use in your theme files. For more information how to leverage WordPress shortcodes, refer to this [documentation](https://wordpress.org/documentation/article/shortcode-block/).
### Plugin Upgrades ###
Just click "Update" from the Plugins screen and let WordPress do it for you automatically.
For more information, visit the [Basic Copyright Homepage](https://jimmitchell.org/basic-copyright-wp-plugin/).
### Like this plugin? ###
If you like Basic Copyright, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/basic-copyright/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
== Frequently Asked Questions ==
None as of yet.
== Upgrade Notice ==
Just click "Update" from the Plugins screen and let WordPress do it for you automatically.
For more information, visit the [Basic Copyright Plugin Homepage](https://jimmitchell.org/basic-copyright-wp-plugin/).
== Changelog ==
*Thank you to everyone who shares feedback for Basic Copyright!*
If you like Basic Copyright, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/basic-copyright/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
**Version 1.0.2 (03-11-2024)**
* Initial release.