Changeset 2904142
- Timestamp:
- 04/26/2023 01:54:42 AM (3 years ago)
- Location:
- universal-email-preference-center/trunk
- Files:
-
- 1 added
- 4 edited
-
LICENSE.txt (added)
-
changelog.txt (modified) (1 diff)
-
includes/class-universal-email-preference-center.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
universal-email-preference-center.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
universal-email-preference-center/trunk/changelog.txt
r2902588 r2904142 8 8 # Then CI will update the version number everywhere else it is needed. 9 9 # CI will look at the changelog, and publish to README.txt All versions, All Features on the latest Version, All bugfixes on the latest feature. 10 11 [bug-fix] [version 1.2.4] 12 -testing ci merge up capabilities 13 -modified ci to use the runner server-runner 14 10 15 [bug-fix] [version 1.2.3] 11 updated copy16 -updated copy 12 17 13 18 [bug-fix] [version 1.2.2] 14 ci19 -ci 15 20 [bug-fix] [version 1.2.1] 16 21 -ci -
universal-email-preference-center/trunk/includes/class-universal-email-preference-center.php
r2902588 r2904142 72 72 $this->version = UNIVERSAL_EMAIL_PREFERENCE_CENTER_VERSION; 73 73 } else { 74 $this->version = '1.2. 3';74 $this->version = '1.2.4'; 75 75 } 76 76 $this->plugin_name = UEPC_PLUGIN_NAME; -
universal-email-preference-center/trunk/readme.txt
r2904141 r2904142 5 5 Tested up to: 6.2 6 6 Requires at least: 3.8 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 61 61 == Changelog == 62 62 63 = 1.2.3 = 64 * bug-fix 65 *updated copy 66 63 67 = 1.2.2 = 64 68 * bug-fix 69 *ci 65 70 66 71 = 1.2.1 = … … 97 102 == Upgrade Notice == 98 103 99 = 1.2. 2=104 = 1.2.3 = 100 105 * bug-fix 106 *updated copy -
universal-email-preference-center/trunk/universal-email-preference-center.php
r2902588 r2904142 16 16 * Plugin URI: https://wpressapi.com/universal-email-preference-center 17 17 * Description: Base Program allows users to update their email preferences on ActiveCampaign and Iterable. 18 * Version: 1.2. 318 * Version: 1.2.4 19 19 * Author: David Strom & Manish Kumar 20 20 * Author URI: https://draglabs.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('UNIVERSAL_EMAIL_PREFERENCE_CENTER_VERSION', '1.2. 3');37 define('UNIVERSAL_EMAIL_PREFERENCE_CENTER_VERSION', '1.2.4'); 38 38 39 39 if (!defined("UEPC_DIR_PATH")) {
Note: See TracChangeset
for help on using the changeset viewer.