Changeset 2282606
- Timestamp:
- 04/13/2020 06:22:10 PM (6 years ago)
- Location:
- the-social-links
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from the-social-links/trunk)
-
tags/2.0.2/changelog.txt (modified) (1 diff)
-
tags/2.0.2/readme.txt (modified) (3 diffs)
-
tags/2.0.2/the-social-links.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/the-social-links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-social-links/tags/2.0.2/changelog.txt
r2282602 r2282606 1 = 2.0.2 = 2 3 * Add Telegram 4 1 5 = 2.0.1 = 2 6 -
the-social-links/tags/2.0.2/readme.txt
r2282602 r2282606 4 4 Requires at least: 4.8 5 5 Tested up to: 5.4 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 5.6 8 8 License: GPL2 … … 17 17 The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. The new version includes the following social networks: 18 18 19 * Telegram 19 20 * Google+ 20 21 * Facebook … … 81 82 == Changelog == 82 83 84 = 2.0.2 = 85 86 * Add Telegram 87 83 88 = 2.0.1 = 84 89 -
the-social-links/tags/2.0.2/the-social-links.php
r2282602 r2282606 12 12 * Plugin URI: https://github.com/seagyn/the-social-links 13 13 * Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. 14 * Version: 2.0. 114 * Version: 2.0.2 15 15 * Requires at least: 4.2 16 16 * Requires PHP: 5.6 … … 38 38 namespace SeagynDavis\TheSocialLinks; 39 39 40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0. 0' );40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' ); 41 41 define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) ); 42 42 define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) ); -
the-social-links/trunk/changelog.txt
r2282602 r2282606 1 = 2.0.2 = 2 3 * Add Telegram 4 1 5 = 2.0.1 = 2 6 -
the-social-links/trunk/readme.txt
r2282602 r2282606 4 4 Requires at least: 4.8 5 5 Tested up to: 5.4 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 5.6 8 8 License: GPL2 … … 17 17 The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. The new version includes the following social networks: 18 18 19 * Telegram 19 20 * Google+ 20 21 * Facebook … … 81 82 == Changelog == 82 83 84 = 2.0.2 = 85 86 * Add Telegram 87 83 88 = 2.0.1 = 84 89 -
the-social-links/trunk/the-social-links.php
r2282602 r2282606 12 12 * Plugin URI: https://github.com/seagyn/the-social-links 13 13 * Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. 14 * Version: 2.0. 114 * Version: 2.0.2 15 15 * Requires at least: 4.2 16 16 * Requires PHP: 5.6 … … 38 38 namespace SeagynDavis\TheSocialLinks; 39 39 40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0. 0' );40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' ); 41 41 define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) ); 42 42 define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.