Changeset 2755055
- Timestamp:
- 07/12/2022 12:48:38 PM (4 years ago)
- Location:
- optimizer-shortcodes-phone-number
- Files:
-
- 11 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE (added)
-
tags/1.0.1/README.md (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/optimizer-shortcodes-phone-number.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/templates (added)
-
tags/1.0.1/templates/admin (added)
-
tags/1.0.1/templates/admin/fields (added)
-
tags/1.0.1/templates/admin/fields/field-phone-number.php (added)
-
tags/1.0.1/templates/admin/optimizer-settings-page.php (added)
-
trunk/README.md (modified) (3 diffs)
-
trunk/optimizer-shortcodes-phone-number.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
optimizer-shortcodes-phone-number/trunk/README.md
r2714364 r2755055 1 # SimplePhone Number1 # Optimizer Shortcodes - Phone Number 2 2 3 3 By [Business Optimizer](https://businessoptimizer.org/) … … 7 7 A very simple plugin that turns your phone number into a shortcode. This plugin provides a field and shortcode for your phone number allowing you to use it anywhere on your site. If you ever need to update your phone number, you'd just need to change it in one place. 8 8 9 This plugin works together with other Optimizer Shortcodes plugins. Find a list of all our Optimizer Shortcodes plugins [here](https://businessoptimizer.org/collections/plugins) 10 9 11 ## Installation 10 12 11 13 1. Copy the `optimizer-shortcodes-phone-number` folder into your `wp-content/plugins` folder 12 2. Activate the SimplePhone Number plugin via the plugins admin page14 2. Activate the Optimizer Shortcodes - Phone Number plugin via the plugins admin page 13 15 3. Set your phone number in the new field (`/wp-admin/admin.php?page=optimizer-shortcodes`) 14 16 … … 27 29 = 1.0.0 = 28 30 * Initial Release. 31 32 = 1.0.1 = 33 * Tested for WP 6.0+ -
optimizer-shortcodes-phone-number/trunk/optimizer-shortcodes-phone-number.php
r2714364 r2755055 2 2 /** 3 3 * Plugin Name: Optimizer Shortcodes - Phone Number 4 * Plugin URI: https://businessoptimizer.org/ blogs/resources4 * Plugin URI: https://businessoptimizer.org/collections/plugins 5 5 * Description: Provides a simple text field for a phone number that can be used throughout the site with a shortcode. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 5 8 8 * Requires PHP: 7.3 -
optimizer-shortcodes-phone-number/trunk/readme.txt
r2754699 r2755055 3 3 Tags: phone, phone number, phone number shortcode, phone shortcode 4 4 Requires at least: 4.7 5 Tested up to: 6 5 Tested up to: 6.0 6 6 Requires PHP: 7.3 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 A very simple plugin that turns your phone number into a shortcode. This plugin provides a field and shortcode for your phone number allowing you to use it anywhere on your site. If you ever need to update your phone number, you'd just need to change it in one place. 14 14 15 This plugin works together with other Optimizer Shortcodes plugins. Find a list of all our Optimizer Shortcodes plugins [here](https://businessoptimizer.org/collections/plugins) 16 15 17 == Installation == 16 18 17 19 1. Copy the `optimizer-shortcodes-phone-number` folder into your `wp-content/plugins` folder 18 2. Activate the SimplePhone Number plugin via the plugins admin page20 2. Activate the Optimizer Shortcodes - Phone Number plugin via the plugins admin page 19 21 3. Set your phone number in the new field (`/wp-admin/admin.php?page=optimizer-shortcodes`) 20 22 … … 36 38 = 1.0.0 = 37 39 * Initial Release. 40 41 = 1.0.1 = 42 * Tested for WP 6.0+
Note: See TracChangeset
for help on using the changeset viewer.